5#ifndef V8_BASE_NUMBERS_CACHED_POWERS_H_
6#define V8_BASE_NUMBERS_CACHED_POWERS_H_
27 int* decimal_exponent);
static void GetCachedPowerForBinaryExponentRange(int min_exponent, int max_exponent, DiyFp *power, int *decimal_exponent)
static const int kDecimalExponentDistance
static const int kMaxDecimalExponent
static void GetCachedPowerForDecimalExponent(int requested_exponent, DiyFp *power, int *found_exponent)
static const int kMinDecimalExponent