Searched refs:kCachedPowersOffset (Results 1 – 5 of 5) sorted by relevance
148 static const int kCachedPowersOffset = 348; // -1 * the first decimal_exponent. variable162 int foo = kCachedPowersOffset; in GetCachedPowerForBinaryExponentRange()181 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()
150 static const int kCachedPowersOffset = 348; // -1 * the first decimal_exponent. variable160 int foo = kCachedPowersOffset; in GetCachedPowerForBinaryExponentRange()179 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()
136 static const int kCachedPowersOffset = 348; // -1 * the first decimal_exponent. variable146 int foo = kCachedPowersOffset; in GetCachedPowerForBinaryExponentRange()165 (requested_exponent + kCachedPowersOffset) / kDecimalExponentDistance; in GetCachedPowerForDecimalExponent()