Flutter Engine
The Flutter Engine
|
Public Attributes | |
uint64_t | significand |
int16_t | binary_exponent |
int16_t | decimal_exponent |
Definition at line 40 of file cached-powers.cc.
int16_t double_conversion::PowersOfTenCache::CachedPower::binary_exponent |
Definition at line 42 of file cached-powers.cc.
int16_t double_conversion::PowersOfTenCache::CachedPower::decimal_exponent |
Definition at line 43 of file cached-powers.cc.
uint64_t double_conversion::PowersOfTenCache::CachedPower::significand |
Definition at line 41 of file cached-powers.cc.