Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
double_conversion::PowersOfTenCache::CachedPower Struct Reference

Public Attributes

uint64_t significand
 
int16_t binary_exponent
 
int16_t decimal_exponent
 

Detailed Description

Definition at line 40 of file cached-powers.cc.

Member Data Documentation

◆ binary_exponent

int16_t double_conversion::PowersOfTenCache::CachedPower::binary_exponent

Definition at line 42 of file cached-powers.cc.

◆ decimal_exponent

int16_t double_conversion::PowersOfTenCache::CachedPower::decimal_exponent

Definition at line 43 of file cached-powers.cc.

◆ significand

uint64_t double_conversion::PowersOfTenCache::CachedPower::significand

Definition at line 41 of file cached-powers.cc.


The documentation for this struct was generated from the following file: