#include <openvdb/math/HalfLimits.h>
◆ denorm_min()
static half denorm_min |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
◆ epsilon()
static half epsilon |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
◆ infinity()
static half infinity |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
◆ max()
static half max |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
◆ min()
static half min |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
◆ quiet_NaN()
static half quiet_NaN |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
◆ round_error()
static half round_error |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
◆ signaling_NaN()
static half signaling_NaN |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
◆ digits
const int digits = HALF_MANT_DIG |
|
static |
◆ digits10
const int digits10 = HALF_DIG |
|
static |
◆ has_denorm
const float_denorm_style has_denorm = denorm_present |
|
static |
◆ has_denorm_loss
const bool has_denorm_loss = false |
|
static |
◆ has_infinity
const bool has_infinity = true |
|
static |
◆ has_quiet_NaN
const bool has_quiet_NaN = true |
|
static |
◆ has_signaling_NaN
const bool has_signaling_NaN = true |
|
static |
◆ is_bounded
const bool is_bounded = false |
|
static |
◆ is_exact
const bool is_exact = false |
|
static |
◆ is_iec559
const bool is_iec559 = false |
|
static |
◆ is_integer
const bool is_integer = false |
|
static |
◆ is_modulo
const bool is_modulo = false |
|
static |
◆ is_signed
const bool is_signed = true |
|
static |
◆ is_specialized
const bool is_specialized = true |
|
static |
◆ max_exponent
const int max_exponent = HALF_MAX_EXP |
|
static |
◆ max_exponent10
const int max_exponent10 = HALF_MAX_10_EXP |
|
static |
◆ min_exponent
const int min_exponent = HALF_MIN_EXP |
|
static |
◆ min_exponent10
const int min_exponent10 = HALF_MIN_10_EXP |
|
static |
◆ radix
const int radix = HALF_RADIX |
|
static |
◆ round_style
const float_round_style round_style = round_to_nearest |
|
static |
◆ tinyness_before
const bool tinyness_before = false |
|
static |
◆ traps