Searched refs:kMaxDecimalPower (Results 1 – 2 of 2) sorted by relevance
32 static const int kMaxDecimalPower = 309; variable370 DCHECK(buffer.length() + exponent <= kMaxDecimalPower + 1); in BignumStrtod()377 DCHECK_LT((kMaxDecimalPower + 1) * 333 / 100, Bignum::kMaxSignificantBits); in BignumStrtod()420 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) return V8_INFINITY; in Strtod()
66 static const int kMaxDecimalPower = 309; variable410 ASSERT(buffer.length() + exponent <= kMaxDecimalPower + 1); in CompareBufferWithDiyFp()417 ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits); in CompareBufferWithDiyFp()444 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) { in ComputeGuess()