Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp247 const char *firstSigDigit; member
260 D->firstSigDigit = p; in interpretDecimal()
289 if (p != D->firstSigDigit) { in interpretDecimal()
302 static_cast<APFloat::ExponentType>((p - D->firstSigDigit) in interpretDecimal()
303 - (dot > D->firstSigDigit && dot < p))); in interpretDecimal()
2556 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
2590 partCount = static_cast<unsigned int>(D.lastSigDigit - D.firstSigDigit) + 1; in convertFromDecimalString()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp255 const char *firstSigDigit; member
268 D->firstSigDigit = p; in interpretDecimal()
297 if (p != D->firstSigDigit) { in interpretDecimal()
310 static_cast<exponent_t>((p - D->firstSigDigit) in interpretDecimal()
311 - (dot > D->firstSigDigit && dot < p))); in interpretDecimal()
2412 if (decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
2445 partCount = static_cast<unsigned int>(D.lastSigDigit - D.firstSigDigit) + 1; in convertFromDecimalString()