Searched refs:lastSigDigit (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPFloat.cpp256 const char *lastSigDigit; member in struct:decimalInfo
314 D->lastSigDigit = p;
2445 partCount = static_cast<unsigned int>(D.lastSigDigit - D.firstSigDigit) + 1;
2473 } while (p <= D.lastSigDigit && multiplier <= (~ (integerPart) 0 - 9) / 10);
2483 } while (p <= D.lastSigDigit);
/external/llvm/lib/Support/
H A DAPFloat.cpp248 const char *lastSigDigit; member in struct:decimalInfo
306 D->lastSigDigit = p;
2590 partCount = static_cast<unsigned int>(D.lastSigDigit - D.firstSigDigit) + 1;
2618 } while (p <= D.lastSigDigit && multiplier <= (~ (integerPart) 0 - 9) / 10);
2628 } while (p <= D.lastSigDigit);

Completed in 255 milliseconds