#include <floats.hpp>
Definition at line 119 of file floats.hpp.
◆ compute_delta()
static auto mtcore::io::floats::dragonbox::FloatDec64::compute_delta |
( |
impl::U128 | p10, |
|
|
i32 | betaM1 ) -> u32 |
|
static |
◆ from_asymmetric_interval()
static auto mtcore::io::floats::dragonbox::FloatDec64::from_asymmetric_interval |
( |
const i32 | exp | ) |
-> FloatDec64 |
|
static |
◆ from_parts()
static auto mtcore::io::floats::dragonbox::FloatDec64::from_parts |
( |
u64 | ieeeSig, |
|
|
u64 | ieeeExp ) -> FloatDec64 |
|
static |
◆ is_integral_endpoint()
static auto mtcore::io::floats::dragonbox::FloatDec64::is_integral_endpoint |
( |
u64 | twoF, |
|
|
i32 | exp, |
|
|
i32 | minusK ) -> bool |
|
static |
◆ is_integral_midpoint()
static auto mtcore::io::floats::dragonbox::FloatDec64::is_integral_midpoint |
( |
u64 | twoF, |
|
|
i32 | exp, |
|
|
i32 | minusK ) -> bool |
|
static |
◆ exp
i32 mtcore::io::floats::dragonbox::FloatDec64::exp |
◆ sig
u64 mtcore::io::floats::dragonbox::FloatDec64::sig |
The documentation for this struct was generated from the following file: