28#ifndef DOUBLE_CONVERSION_CACHED_POWERS_H_
29#define DOUBLE_CONVERSION_CACHED_POWERS_H_
49 int* decimal_exponent);
Definition cached-powers.h:35
static const int kMaxDecimalExponent
Definition cached-powers.h:42
void GetCachedPowerForDecimalExponent(int requested_exponent, DiyFp *power, int *found_exponent)
void GetCachedPowerForBinaryExponentRange(int min_exponent, int max_exponent, DiyFp *power, int *decimal_exponent)
static const int kMinDecimalExponent
Definition cached-powers.h:41
static const int kDecimalExponentDistance
Definition cached-powers.h:39