Home
last modified time | relevance | path

Searched refs:kCachedPowersOffset (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddouble-conversion-cached-powers.cpp148 static const int kCachedPowersOffset = 348; // -1 * the first decimal_exponent. variable
162 int foo = kCachedPowersOffset; in GetCachedPowerForBinaryExponentRange()
181 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()
/external/v8/src/
Dcached-powers.cc118 static const int kCachedPowersOffset = 348; // -1 * the first decimal_exponent. variable
134 int foo = kCachedPowersOffset; in GetCachedPowerForBinaryExponentRange()
152 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()