Searched refs:kDecimalExponentDistance (Results 1 – 4 of 4) sorted by relevance
162 (foo + static_cast<int>(k) - 1) / kDecimalExponentDistance + 1; in GetCachedPowerForBinaryExponentRange()177 DOUBLE_CONVERSION_ASSERT(requested_exponent < kMaxDecimalExponent + kDecimalExponentDistance); in GetCachedPowerForDecimalExponent()179 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()184 DOUBLE_CONVERSION_ASSERT(requested_exponent < *found_exponent + kDecimalExponentDistance); in GetCachedPowerForDecimalExponent()
53 static const int kDecimalExponentDistance = 8; variable
272 DOUBLE_CONVERSION_ASSERT(exponent < PowersOfTenCache::kDecimalExponentDistance); in AdjustmentPowerOfTen()275 DOUBLE_CONVERSION_ASSERT(PowersOfTenCache::kDecimalExponentDistance == 8); in AdjustmentPowerOfTen()