Searched refs:kMinDecimalExponent (Results 1 – 4 of 4) sorted by relevance
55 static const int kMinDecimalExponent = -348; variable
176 DOUBLE_CONVERSION_ASSERT(kMinDecimalExponent <= requested_exponent); in GetCachedPowerForDecimalExponent()
315 if (exponent < PowersOfTenCache::kMinDecimalExponent) { in DiyFpStrtod()