28#ifndef DOUBLE_CONVERSION_CACHED_POWERS_H_
29#define DOUBLE_CONVERSION_CACHED_POWERS_H_
35namespace PowersOfTenCache {
49 int* decimal_exponent);
static const int kDecimalExponentDistance
static const int kMinDecimalExponent
void GetCachedPowerForBinaryExponentRange(int min_exponent, int max_exponent, DiyFp *power, int *decimal_exponent)
void GetCachedPowerForDecimalExponent(int requested_exponent, DiyFp *power, int *found_exponent)
static const int kMaxDecimalExponent