128 int* decimal_exponent) {
132 double k = std::ceil((min_exponent + kQ - 1) *
kD_1_LOG2_10);
136 DCHECK(0 <= index && index < kCachedPowersLength);
147 int* found_exponent) {
155 DCHECK(*found_exponent <= requested_exponent);
static const int kSignificandSize
static const int kMinDecimalExponent
static const int kDecimalExponentDistance
static const int kMaxDecimalExponent
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)
#define DCHECK(condition)
#define V8_2PART_UINT64_C(a, b)
static const int kCachedPowersOffset
static const CachedPower kCachedPowers[]
const LowDwVfpRegister d3
static const double kD_1_LOG2_10
Debugger support for the V8 JavaScript engine.