Home
last modified time | relevance | path

Searched refs:decDigitValue (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp367 decDigitValue(unsigned int c) in decDigitValue() function
396 absExponent = decDigitValue(*p++); in readExponent()
403 value = decDigitValue(*p); in readExponent()
444 value = decDigitValue(*p); in totalExponent()
535 if (decDigitValue(*p) >= 10U) in interpretDecimal()
3031 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
3089 decValue = decDigitValue(*p++); in convertFromDecimalString()