Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp246 const char *firstSigDigit; member
259 D->firstSigDigit = p; in interpretDecimal()
288 if (p != D->firstSigDigit) { in interpretDecimal()
301 static_cast<APFloat::ExponentType>((p - D->firstSigDigit) in interpretDecimal()
302 - (dot > D->firstSigDigit && dot < p))); in interpretDecimal()
2553 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) { in convertFromDecimalString()
2587 partCount = static_cast<unsigned int>(D.lastSigDigit - D.firstSigDigit) + 1; in convertFromDecimalString()