Searched refs:kMinDecimalExponent (Results 1 – 6 of 6) sorted by relevance
152 const int PowersOfTenCache::kMinDecimalExponent = -348; member in double_conversion::PowersOfTenCache178 ASSERT(kMinDecimalExponent <= requested_exponent); in GetCachedPowerForDecimalExponent()
56 static const int kMinDecimalExponent; variable
311 if (exponent < PowersOfTenCache::kMinDecimalExponent) { in DiyFpStrtod()
122 const int PowersOfTenCache::kMinDecimalExponent = -348; member in v8::internal::PowersOfTenCache149 DCHECK_LE(kMinDecimalExponent, requested_exponent); in GetCachedPowerForDecimalExponent()
20 static const int kMinDecimalExponent; variable
266 if (exponent < PowersOfTenCache::kMinDecimalExponent) { in DiyFpStrtod()