webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | Static Public Attributes | List of all members
WTF::double_conversion::PowersOfTenCache Class Reference

#include <cached-powers.h>

Static Public Member Functions

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)
 

Static Public Attributes

static int kDecimalExponentDistance = 1
 
static int kMinDecimalExponent = 1
 
static int kMaxDecimalExponent = 1
 

Member Function Documentation

◆ 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

Member Data Documentation

◆ 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: