#include <cached-powers.h>
Definition at line 13 of file cached-powers.h.
◆ GetCachedPowerForBinaryExponentRange()
void v8::base::PowersOfTenCache::GetCachedPowerForBinaryExponentRange |
( |
int | min_exponent, |
|
|
int | max_exponent, |
|
|
DiyFp * | power, |
|
|
int * | decimal_exponent ) |
|
static |
◆ GetCachedPowerForDecimalExponent()
void v8::base::PowersOfTenCache::GetCachedPowerForDecimalExponent |
( |
int | requested_exponent, |
|
|
DiyFp * | power, |
|
|
int * | found_exponent ) |
|
static |
◆ kDecimalExponentDistance
const int v8::base::PowersOfTenCache::kDecimalExponentDistance = 8 |
|
static |
◆ kMaxDecimalExponent
const int v8::base::PowersOfTenCache::kMaxDecimalExponent = 340 |
|
static |
◆ kMinDecimalExponent
const int v8::base::PowersOfTenCache::kMinDecimalExponent = -348 |
|
static |
The documentation for this class was generated from the following files: