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

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp240 If the value is zero, V->firstSigDigit points to a non-digit, and
244 const char *firstSigDigit; member in struct:decimalInfo
257 D->firstSigDigit = p;
286 if (p != D->firstSigDigit) {
299 static_cast<APFloat::ExponentType>((p - D->firstSigDigit)
300 - (dot > D->firstSigDigit && dot < p)));
2497 // We computed firstSigDigit by ignoring all zeros and dots. Thus if
2498 // D->firstSigDigit equals str.end(), every digit must be a zero and there can
2500 // exponent, then we know that D.firstSigDigit will be non-numeric.
2501 if (D.firstSigDigit
[all...]

Completed in 102 milliseconds