Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp108 decDigitValue(unsigned int c) in decDigitValue() function
134 absExponent = decDigitValue(*p++); in readExponent()
140 value = decDigitValue(*p); in readExponent()
183 value = decDigitValue(*p); in totalExponent()
270 if (decDigitValue(*p) >= 10U) in interpretDecimal()
2553 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
2609 decValue = decDigitValue(*p++); in convertFromDecimalString()