Searched refs:PowersOfTenCache (Results 1 – 5 of 5) sorted by relevance
272 DOUBLE_CONVERSION_ASSERT(exponent < PowersOfTenCache::kDecimalExponentDistance); in AdjustmentPowerOfTen()275 DOUBLE_CONVERSION_ASSERT(PowersOfTenCache::kDecimalExponentDistance == 8); in AdjustmentPowerOfTen()314 DOUBLE_CONVERSION_ASSERT(exponent <= PowersOfTenCache::kMaxDecimalExponent); in DiyFpStrtod()315 if (exponent < PowersOfTenCache::kMinDecimalExponent) { in DiyFpStrtod()321 PowersOfTenCache::GetCachedPowerForDecimalExponent(exponent, in DiyFpStrtod()
49 namespace PowersOfTenCache {
558 PowersOfTenCache::GetCachedPowerForBinaryExponentRange( in Grisu3()617 PowersOfTenCache::GetCachedPowerForBinaryExponentRange( in Grisu3Counted()
52 namespace PowersOfTenCache { namespace