Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp244 decDigitValue(unsigned int c) in decDigitValue() function
273 absExponent = decDigitValue(*p++); in readExponent()
280 value = decDigitValue(*p); in readExponent()
321 value = decDigitValue(*p); in totalExponent()
412 if (decDigitValue(*p) >= 10U) in interpretDecimal()
2726 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
2782 decValue = decDigitValue(*p++); in convertFromDecimalString()