Home
last modified time | relevance | path

Searched refs:kDecimalExponentDistance (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcached-powers.cc121 const int PowersOfTenCache::kDecimalExponentDistance = 8; member in v8::internal::PowersOfTenCache
136 (foo + static_cast<int>(k) - 1) / kDecimalExponentDistance + 1; in GetCachedPowerForBinaryExponentRange()
150 DCHECK(requested_exponent < kMaxDecimalExponent + kDecimalExponentDistance); in GetCachedPowerForDecimalExponent()
152 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()
157 DCHECK(requested_exponent < *found_exponent + kDecimalExponentDistance); in GetCachedPowerForDecimalExponent()
Dcached-powers.h18 static const int kDecimalExponentDistance;
Dstrtod.cc212 DCHECK(exponent < PowersOfTenCache::kDecimalExponentDistance); in AdjustmentPowerOfTen()
215 DCHECK(PowersOfTenCache::kDecimalExponentDistance == 8); in AdjustmentPowerOfTen()