Searched refs:requested_exponent (Results 1 – 2 of 2) sorted by relevance
165 void PowersOfTenCache::GetCachedPowerForDecimalExponent(int requested_exponent, in GetCachedPowerForDecimalExponent() argument168 ASSERT(kMinDecimalExponent <= requested_exponent); in GetCachedPowerForDecimalExponent()169 ASSERT(requested_exponent < kMaxDecimalExponent + kDecimalExponentDistance); in GetCachedPowerForDecimalExponent()171 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()175 ASSERT(*found_exponent <= requested_exponent); in GetCachedPowerForDecimalExponent()176 ASSERT(requested_exponent < *found_exponent + kDecimalExponentDistance); in GetCachedPowerForDecimalExponent()
57 static void GetCachedPowerForDecimalExponent(int requested_exponent,