Searched refs:kMaxDecimalPower (Results 1 – 2 of 2) sorted by relevance
55 static const int kMaxDecimalPower = 309; variable380 ASSERT(buffer.length() + exponent <= kMaxDecimalPower + 1); in BignumStrtod()387 ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits); in BignumStrtod()430 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) { in Strtod()
33 static const int kMaxDecimalPower = 309; variable361 DCHECK(buffer.length() + exponent <= kMaxDecimalPower + 1); in BignumStrtod()368 DCHECK(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits); in BignumStrtod()411 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) return V8_INFINITY; in Strtod()