Audacity 3.2.0
|
#include <fast_float.h>
Public Member Functions | |
adjusted_mantissa ()=default | |
bool | operator== (const adjusted_mantissa &o) const |
bool | operator!= (const adjusted_mantissa &o) const |
Public Attributes | |
uint64_t | mantissa {0} |
int32_t | power2 {0} |
Definition at line 301 of file fast_float.h.
|
default |
|
inline |
Definition at line 308 of file fast_float.h.
|
inline |
uint64_t fast_float::adjusted_mantissa::mantissa {0} |
Definition at line 302 of file fast_float.h.
Referenced by fast_float::compute_error_scaled(), fast_float::compute_float(), fast_float::negative_digit_comp(), operator!=(), operator==(), fast_float::positive_digit_comp(), fast_float::to_extended(), fast_float::to_extended_halfway(), and fast_float::to_float().
int32_t fast_float::adjusted_mantissa::power2 {0} |
Definition at line 303 of file fast_float.h.
Referenced by fast_float::compute_error_scaled(), fast_float::compute_float(), fast_float::digit_comp(), fast_float::from_chars_advanced(), fast_float::negative_digit_comp(), operator!=(), operator==(), fast_float::positive_digit_comp(), fast_float::to_extended(), fast_float::to_extended_halfway(), and fast_float::to_float().