#include <cached-powers.h>
|
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) |
|
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) |
|
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) |
|
◆ GetCachedPowerForBinaryExponentRange() [1/3]
void WTF::double_conversion::PowersOfTenCache::GetCachedPowerForBinaryExponentRange |
( |
int |
min_exponent, |
|
|
int |
max_exponent, |
|
|
DiyFp * |
power, |
|
|
int * |
decimal_exponent |
|
) |
| |
|
static |
◆ GetCachedPowerForBinaryExponentRange() [2/3]
static void WTF::double_conversion::PowersOfTenCache::GetCachedPowerForBinaryExponentRange |
( |
int |
min_exponent, |
|
|
int |
max_exponent, |
|
|
DiyFp * |
power, |
|
|
int * |
decimal_exponent |
|
) |
| |
|
static |
◆ GetCachedPowerForBinaryExponentRange() [3/3]
static void WTF::double_conversion::PowersOfTenCache::GetCachedPowerForBinaryExponentRange |
( |
int |
min_exponent, |
|
|
int |
max_exponent, |
|
|
DiyFp * |
power, |
|
|
int * |
decimal_exponent |
|
) |
| |
|
static |
◆ GetCachedPowerForDecimalExponent() [1/3]
static void WTF::double_conversion::PowersOfTenCache::GetCachedPowerForDecimalExponent |
( |
int |
requested_exponent, |
|
|
DiyFp * |
power, |
|
|
int * |
found_exponent |
|
) |
| |
|
static |
◆ GetCachedPowerForDecimalExponent() [2/3]
void WTF::double_conversion::PowersOfTenCache::GetCachedPowerForDecimalExponent |
( |
int |
requested_exponent, |
|
|
DiyFp * |
power, |
|
|
int * |
found_exponent |
|
) |
| |
|
static |
◆ GetCachedPowerForDecimalExponent() [3/3]
static void WTF::double_conversion::PowersOfTenCache::GetCachedPowerForDecimalExponent |
( |
int |
requested_exponent, |
|
|
DiyFp * |
power, |
|
|
int * |
found_exponent |
|
) |
| |
|
static |
◆ kDecimalExponentDistance
static int WTF::double_conversion::PowersOfTenCache::kDecimalExponentDistance = 1 |
|
static |
◆ kMaxDecimalExponent
static int WTF::double_conversion::PowersOfTenCache::kMaxDecimalExponent = 1 |
|
static |
◆ kMinDecimalExponent
static int WTF::double_conversion::PowersOfTenCache::kMinDecimalExponent = 1 |
|
static |
The documentation for this class was generated from the following files: