v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Data Fields | |
uint64_t | significand |
int16_t | binary_exponent |
int16_t | decimal_exponent |
Definition at line 40 of file cached-powers.cc.
int16_t binary_exponent |
Definition at line 42 of file cached-powers.cc.
Referenced by PowersOfTenCache::GetCachedPowerForBinaryExponentRange(), and PowersOfTenCache::GetCachedPowerForDecimalExponent().
int16_t decimal_exponent |
Definition at line 43 of file cached-powers.cc.
Referenced by PowersOfTenCache::GetCachedPowerForBinaryExponentRange(), and PowersOfTenCache::GetCachedPowerForDecimalExponent().
uint64_t significand |
Definition at line 41 of file cached-powers.cc.
Referenced by PowersOfTenCache::GetCachedPowerForBinaryExponentRange(), and PowersOfTenCache::GetCachedPowerForDecimalExponent().