Home
last modified time | relevance | path

Searched refs:kDecimalExponentDistance (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dcached-powers.cc148 (foo + static_cast<int>(k) - 1) / kDecimalExponentDistance + 1; in GetCachedPowerForBinaryExponentRange()
163 DOUBLE_CONVERSION_ASSERT(requested_exponent < kMaxDecimalExponent + kDecimalExponentDistance); in GetCachedPowerForDecimalExponent()
165 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()
170 DOUBLE_CONVERSION_ASSERT(requested_exponent < *found_exponent + kDecimalExponentDistance); in GetCachedPowerForDecimalExponent()
H A Dcached-powers.h38 // cached numbers will differ by kDecimalExponentDistance.
39 static const int kDecimalExponentDistance = 8; member
55 // requested_exponent < kMaxDecimalExponent + kDecimalExponentDistance.
H A Dstrtod.cc246 // The given exponent must be in the range [1; kDecimalExponentDistance[.
249 DOUBLE_CONVERSION_ASSERT(exponent < PowersOfTenCache::kDecimalExponentDistance); in AdjustmentPowerOfTen()
252 DOUBLE_CONVERSION_ASSERT(PowersOfTenCache::kDecimalExponentDistance == 8); in AdjustmentPowerOfTen()
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-cached-powers.cpp162 (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()
H A Ddouble-conversion-cached-powers.h52 // cached numbers will differ by kDecimalExponentDistance.
53 static const int kDecimalExponentDistance = 8; member
69 // requested_exponent < kMaxDecimalExponent + kDecimalExponentDistance.
H A Ddouble-conversion-strtod.cpp260 // The given exponent must be in the range [1; kDecimalExponentDistance[.
263 DOUBLE_CONVERSION_ASSERT(exponent < PowersOfTenCache::kDecimalExponentDistance); in AdjustmentPowerOfTen()
266 DOUBLE_CONVERSION_ASSERT(PowersOfTenCache::kDecimalExponentDistance == 8); in AdjustmentPowerOfTen()
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-cached-powers.cpp162 (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()
H A Ddouble-conversion-cached-powers.h52 // cached numbers will differ by kDecimalExponentDistance.
53 static const int kDecimalExponentDistance = 8; member
69 // requested_exponent < kMaxDecimalExponent + kDecimalExponentDistance.
H A Ddouble-conversion-strtod.cpp260 // The given exponent must be in the range [1; kDecimalExponentDistance[.
263 DOUBLE_CONVERSION_ASSERT(exponent < PowersOfTenCache::kDecimalExponentDistance); in AdjustmentPowerOfTen()
266 DOUBLE_CONVERSION_ASSERT(PowersOfTenCache::kDecimalExponentDistance == 8); in AdjustmentPowerOfTen()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-cached-powers.cpp162 (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()
H A Ddouble-conversion-cached-powers.h52 // cached numbers will differ by kDecimalExponentDistance.
53 static const int kDecimalExponentDistance = 8; member
69 // requested_exponent < kMaxDecimalExponent + kDecimalExponentDistance.
H A Ddouble-conversion-strtod.cpp260 // The given exponent must be in the range [1; kDecimalExponentDistance[.
263 DOUBLE_CONVERSION_ASSERT(exponent < PowersOfTenCache::kDecimalExponentDistance); in AdjustmentPowerOfTen()
266 DOUBLE_CONVERSION_ASSERT(PowersOfTenCache::kDecimalExponentDistance == 8); in AdjustmentPowerOfTen()
/third_party/node/deps/v8/src/base/numbers/
H A Dcached-powers.h17 // cached numbers will differ by kDecimalExponentDistance.
18 static const int kDecimalExponentDistance; member in v8::base::PowersOfTenCache
34 // requested_exponent < kMaxDecimalExponent + kDecimalExponentDistance.

Completed in 6 milliseconds