![]() |
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <float_common.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 202 of file float_common.h.
|
default |
|
inline |
Definition at line 209 of file float_common.h.
|
inline |
Definition at line 206 of file float_common.h.
uint64_t fast_float::adjusted_mantissa::mantissa {0} |
Definition at line 203 of file float_common.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 204 of file float_common.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().