|
|
using | value_type = hi::float16 |
| |
|
|
static constexpr value_type | min () noexcept |
| |
|
static constexpr value_type | lowest () noexcept |
| |
|
static constexpr value_type | max () noexcept |
| |
|
static constexpr value_type | epsilon () noexcept |
| |
|
static constexpr value_type | round_error () noexcept |
| |
|
static constexpr value_type | infinity () noexcept |
| |
|
static constexpr value_type | quiet_NaN () noexcept |
| |
|
static constexpr value_type | signaling_NaN () noexcept |
| |
|
static constexpr value_type | denorm_min () noexcept |
| |
|
|
static constexpr bool | is_specialized = true |
| |
|
static constexpr bool | is_signed = true |
| |
|
static constexpr bool | is_integer = false |
| |
|
static constexpr bool | is_exact = false |
| |
|
static constexpr bool | has_infinity = true |
| |
|
static constexpr bool | has_quiet_NaN = true |
| |
|
static constexpr bool | has_signaling_NaN = false |
| |
|
static constexpr float_denorm_style | has_denorm = std::denorm_present |
| |
|
static constexpr bool | has_denorm_loss = false |
| |
|
static constexpr float_round_style | round_style = std::round_to_nearest |
| |
|
static constexpr bool | is_iec559 = true |
| |
|
static constexpr bool | is_bounded = true |
| |
|
static constexpr bool | is_modulo = false |
| |
|
static constexpr int | digits = 10 |
| |
|
static constexpr int | digits10 = 4 |
| |
|
static constexpr int | max_digits10 = 4 |
| |
|
static constexpr int | min_exponent = -14 |
| |
|
static constexpr int | min_exponent10 = -3 |
| |
|
static constexpr int | max_exponent = 15 |
| |
|
static constexpr int | max_exponent10 = 3 |
| |
|
static constexpr bool | traps = false |
| |
|
static constexpr bool | tinyness_before = false |
| |
The documentation for this struct was generated from the following file: