Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp273 decDigitValue(unsigned int c) in decDigitValue() function
302 absExponent = decDigitValue(*p++); in readExponent()
309 value = decDigitValue(*p); in readExponent()
350 value = decDigitValue(*p); in totalExponent()
441 if (decDigitValue(*p) >= 10U) in interpretDecimal()
2877 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
2933 decValue = decDigitValue(*p++); in convertFromDecimalString()