Static Public Member Functions | Static Public Attributes
std::numeric_limits< ngraph::float16 > Class Reference

Static Public Member Functions

static constexpr ngraph::float16 min () noexcept
 
static constexpr ngraph::float16 max () noexcept
 
static constexpr ngraph::float16 lowest () noexcept
 
static constexpr ngraph::float16 epsilon () noexcept
 
static constexpr ngraph::float16 round_error () noexcept
 
static constexpr ngraph::float16 infinity () noexcept
 
static constexpr ngraph::float16 quiet_NaN () noexcept
 
static constexpr ngraph::float16 signaling_NaN () noexcept
 
static constexpr ngraph::float16 denorm_min () noexcept
 

Static Public Attributes

static constexpr bool is_specialized = true
 
static constexpr int digits = 11
 
static constexpr int digits10 = 3
 
static constexpr bool is_signed = true
 
static constexpr bool is_integer = false
 
static constexpr bool is_exact = false
 
static constexpr int radix = 2
 
static constexpr int min_exponent = -13
 
static constexpr int min_exponent10 = -4
 
static constexpr int max_exponent = 16
 
static constexpr int max_exponent10 = 4
 
static constexpr bool has_infinity = true
 
static constexpr bool has_quiet_NaN = true
 
static constexpr bool has_signaling_NaN = true
 
static constexpr float_denorm_style has_denorm = denorm_absent
 
static constexpr bool has_denorm_loss = false
 
static constexpr bool is_iec559 = false
 
static constexpr bool is_bounded = false
 
static constexpr bool is_modulo = false
 
static constexpr bool traps = false
 
static constexpr bool tinyness_before = false
 
static constexpr float_round_style round_style = round_to_nearest
 

The documentation for this class was generated from the following file: