|
constexpr | basic_fp (uint64_t f_val, int e_val) |
|
template<typename Float > |
FMTQUILL_CONSTEXPR | basic_fp (Float n) |
|
template<typename Float , FMTQUILL_ENABLE_IF(!is_double_double< Float >::value) > |
FMTQUILL_CONSTEXPR auto | assign (Float n) -> bool |
|
template<typename Float , FMTQUILL_ENABLE_IF(is_double_double< Float >::value) > |
FMTQUILL_CONSTEXPR auto | assign (Float n) -> bool |
|
|
static constexpr const int | num_significand_bits |
|
◆ num_significand_bits
Initial value:=
static_cast<int>(sizeof(F) * num_bits<unsigned char>())
The documentation for this struct was generated from the following file: