Searched refs:kMaxDecimalPower (Results 1 – 1 of 1) sorted by relevance
54 static const int kMaxDecimalPower = 309; variable379 ASSERT(buffer.length() + exponent <= kMaxDecimalPower + 1); in BignumStrtod()386 ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits); in BignumStrtod()429 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) return V8_INFINITY; in Strtod()