Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp93 decDigitValue(unsigned int c) in decDigitValue() function
145 absExponent = decDigitValue(*p++); in readExponent()
151 value = decDigitValue(*p); in readExponent()
194 value = decDigitValue(*p); in totalExponent()
279 if (decDigitValue(*p) >= 10U) in interpretDecimal()
2412 if (decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
2467 decValue = decDigitValue(*p++); in convertFromDecimalString()
/external/llvm/lib/Support/
DAPFloat.cpp109 decDigitValue(unsigned int c) in decDigitValue() function
135 absExponent = decDigitValue(*p++); in readExponent()
141 value = decDigitValue(*p); in readExponent()
184 value = decDigitValue(*p); in totalExponent()
271 if (decDigitValue(*p) >= 10U) in interpretDecimal()
2556 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
2612 decValue = decDigitValue(*p++); in convertFromDecimalString()