28 #ifndef V8_CACHED_POWERS_H_
29 #define V8_CACHED_POWERS_H_
50 int* decimal_exponent);
64 #endif // V8_CACHED_POWERS_H_
static const int kMaxDecimalExponent
static const int kMinDecimalExponent
static const int kDecimalExponentDistance
static void GetCachedPowerForBinaryExponentRange(int min_exponent, int max_exponent, DiyFp *power, int *decimal_exponent)
static void GetCachedPowerForDecimalExponent(int requested_exponent, DiyFp *power, int *found_exponent)