Searched refs:kMinDecimalExponent (Results 1 – 3 of 3) sorted by relevance
122 const int PowersOfTenCache::kMinDecimalExponent = -348; member in v8::internal::PowersOfTenCache149 DCHECK(kMinDecimalExponent <= requested_exponent); in GetCachedPowerForDecimalExponent()
20 static const int kMinDecimalExponent; variable
256 if (exponent < PowersOfTenCache::kMinDecimalExponent) { in DiyFpStrtod()