Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-cached-powers.cpp150 static const int kCachedPowersOffset = 348; // -1 * the first decimal_exponent. variable
160 int foo = kCachedPowersOffset; in GetCachedPowerForBinaryExponentRange()
179 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-cached-powers.cpp150 static const int kCachedPowersOffset = 348; // -1 * the first decimal_exponent. variable
160 int foo = kCachedPowersOffset; in GetCachedPowerForBinaryExponentRange()
179 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dcached-powers.cc136 static const int kCachedPowersOffset = 348; // -1 * the first decimal_exponent. variable
146 int foo = kCachedPowersOffset; in GetCachedPowerForBinaryExponentRange()
165 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-cached-powers.cpp150 static const int kCachedPowersOffset = 348; // -1 * the first decimal_exponent. variable
160 int foo = kCachedPowersOffset; in GetCachedPowerForBinaryExponentRange()
179 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()