Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp105 decDigitValue(unsigned int c) in decDigitValue() function
131 absExponent = decDigitValue(*p++); in readExponent()
137 value = decDigitValue(*p); in readExponent()
180 value = decDigitValue(*p); in totalExponent()
267 if (decDigitValue(*p) >= 10U) in interpretDecimal()
2532 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
2588 decValue = decDigitValue(*p++); in convertFromDecimalString()