#include <openvdb/math/Half.h>
|
static constexpr openvdb::math::internal::half | min () noexcept |
|
static constexpr openvdb::math::internal::half | max () noexcept |
|
static constexpr openvdb::math::internal::half | lowest () |
|
static constexpr openvdb::math::internal::half | epsilon () noexcept |
|
static constexpr openvdb::math::internal::half | round_error () noexcept |
|
static constexpr openvdb::math::internal::half | infinity () noexcept |
|
static constexpr openvdb::math::internal::half | quiet_NaN () noexcept |
|
static constexpr openvdb::math::internal::half | signaling_NaN () noexcept |
|
static constexpr openvdb::math::internal::half | denorm_min () noexcept |
|
static constexpr openvdb::math::internal::half denorm_min |
( |
| ) |
|
|
inlinestaticnoexcept |
static constexpr openvdb::math::internal::half epsilon |
( |
| ) |
|
|
inlinestaticnoexcept |
static constexpr openvdb::math::internal::half infinity |
( |
| ) |
|
|
inlinestaticnoexcept |
static constexpr openvdb::math::internal::half lowest |
( |
| ) |
|
|
inlinestatic |
static constexpr openvdb::math::internal::half max |
( |
| ) |
|
|
inlinestaticnoexcept |
static constexpr openvdb::math::internal::half min |
( |
| ) |
|
|
inlinestaticnoexcept |
static constexpr openvdb::math::internal::half quiet_NaN |
( |
| ) |
|
|
inlinestaticnoexcept |
static constexpr openvdb::math::internal::half round_error |
( |
| ) |
|
|
inlinestaticnoexcept |
static constexpr openvdb::math::internal::half signaling_NaN |
( |
| ) |
|
|
inlinestaticnoexcept |
constexpr int digits = 11 |
|
static |
constexpr int digits10 = 3 |
|
static |
constexpr float_denorm_style has_denorm = denorm_present |
|
static |
constexpr bool has_denorm_loss = false |
|
static |
constexpr bool has_infinity = true |
|
static |
constexpr bool has_quiet_NaN = true |
|
static |
constexpr bool has_signaling_NaN = true |
|
static |
constexpr bool is_bounded = false |
|
static |
constexpr bool is_exact = false |
|
static |
constexpr bool is_iec559 = false |
|
static |
constexpr bool is_integer = false |
|
static |
constexpr bool is_modulo = false |
|
static |
constexpr bool is_signed = true |
|
static |
const bool is_specialized = true |
|
static |
constexpr int max_digits10 = 5 |
|
static |
constexpr int max_exponent = 16 |
|
static |
constexpr int max_exponent10 = 4 |
|
static |
constexpr int min_exponent = -13 |
|
static |
constexpr int min_exponent10 = -4 |
|
static |
constexpr float_round_style round_style = round_to_nearest |
|
static |
constexpr bool tinyness_before = false |
|
static |
constexpr bool traps = true |
|
static |