OpenVDB  9.0.1
Static Public Member Functions | Static Public Attributes | List of all members
numeric_limits< openvdb::v9_0::math::half > Class Template Reference

#include <openvdb/math/HalfLimits.h>

Static Public Member Functions

static half min () throw ()
 
static half max () throw ()
 
static half epsilon () throw ()
 
static half round_error () throw ()
 
static half infinity () throw ()
 
static half quiet_NaN () throw ()
 
static half signaling_NaN () throw ()
 
static half denorm_min () throw ()
 

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = HALF_MANT_DIG
 
static const int digits10 = HALF_DIG
 
static const bool is_signed = true
 
static const bool is_integer = false
 
static const bool is_exact = false
 
static const int radix = HALF_RADIX
 
static const int min_exponent = HALF_MIN_EXP
 
static const int min_exponent10 = HALF_MIN_10_EXP
 
static const int max_exponent = HALF_MAX_EXP
 
static const int max_exponent10 = HALF_MAX_10_EXP
 
static const bool has_infinity = true
 
static const bool has_quiet_NaN = true
 
static const bool has_signaling_NaN = true
 
static const float_denorm_style has_denorm = denorm_present
 
static const bool has_denorm_loss = false
 
static const bool is_iec559 = false
 
static const bool is_bounded = false
 
static const bool is_modulo = false
 
static const bool traps = true
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_to_nearest
 

Member Function Documentation

static half denorm_min ( )
throw (
)
inlinestatic
static half epsilon ( )
throw (
)
inlinestatic
static half infinity ( )
throw (
)
inlinestatic
static half max ( )
throw (
)
inlinestatic
static half min ( )
throw (
)
inlinestatic
static half quiet_NaN ( )
throw (
)
inlinestatic
static half round_error ( )
throw (
)
inlinestatic
static half signaling_NaN ( )
throw (
)
inlinestatic

Member Data Documentation

const int digits = HALF_MANT_DIG
static
const int digits10 = HALF_DIG
static
const float_denorm_style has_denorm = denorm_present
static
const bool has_denorm_loss = false
static
const bool has_infinity = true
static
const bool has_quiet_NaN = true
static
const bool has_signaling_NaN = true
static
const bool is_bounded = false
static
const bool is_exact = false
static
const bool is_iec559 = false
static
const bool is_integer = false
static
const bool is_modulo = false
static
const bool is_signed = true
static
const bool is_specialized = true
static
const int max_exponent = HALF_MAX_EXP
static
const int max_exponent10 = HALF_MAX_10_EXP
static
const int min_exponent = HALF_MIN_EXP
static
const int min_exponent10 = HALF_MIN_10_EXP
static
const int radix = HALF_RADIX
static
const float_round_style round_style = round_to_nearest
static
const bool tinyness_before = false
static
const bool traps = true
static