Searched refs:kMinDecimalExponent (Results 1 – 9 of 9) sorted by relevance
140 const int PowersOfTenCache::kMinDecimalExponent = -348; // kCachedPowers[0].decimal_exponent member in WTF::double_conversion::PowersOfTenCache152 ASSERT(PowersOfTenCache::kMinDecimalExponent == kCachedPowers[0].decimal_exponent); in validateStaticConstants()182 ASSERT(kMinDecimalExponent <= requested_exponent); in GetCachedPowerForDecimalExponent()
44 static const int kMinDecimalExponent; variable
276 if (exponent < PowersOfTenCache::kMinDecimalExponent) { in DiyFpStrtod()
42 static const int kMinDecimalExponent; variable
141 const int PowersOfTenCache::kMinDecimalExponent = -348; member in v8::internal::PowersOfTenCache168 ASSERT(kMinDecimalExponent <= requested_exponent); in GetCachedPowerForDecimalExponent()
277 if (exponent < PowersOfTenCache::kMinDecimalExponent) { in DiyFpStrtod()