|
V8 Project
|
Collaboration diagram for v8::internal::CachedPower:Public Attributes | |
| uint64_t | significand |
| int16_t | binary_exponent |
| int16_t | decimal_exponent |
Definition at line 17 of file cached-powers.cc.
| int16_t v8::internal::CachedPower::binary_exponent |
Definition at line 19 of file cached-powers.cc.
Referenced by v8::internal::PowersOfTenCache::GetCachedPowerForBinaryExponentRange(), and v8::internal::PowersOfTenCache::GetCachedPowerForDecimalExponent().
| int16_t v8::internal::CachedPower::decimal_exponent |
Definition at line 20 of file cached-powers.cc.
Referenced by v8::internal::PowersOfTenCache::GetCachedPowerForBinaryExponentRange(), and v8::internal::PowersOfTenCache::GetCachedPowerForDecimalExponent().
| uint64_t v8::internal::CachedPower::significand |
Definition at line 18 of file cached-powers.cc.
Referenced by v8::internal::PowersOfTenCache::GetCachedPowerForBinaryExponentRange(), and v8::internal::PowersOfTenCache::GetCachedPowerForDecimalExponent().