std::numeric_limits< volatile Eigen::bfloat16 > Class Reference

#include <BFloat16.h>

+ Inheritance diagram for std::numeric_limits< volatile Eigen::bfloat16 >:

Additional Inherited Members

- Static Public Member Functions inherited from Eigen::bfloat16_impl::numeric_limits_bfloat16_impl< typename >
static EIGEN_CONSTEXPR Eigen::bfloat16() min ()
 
static EIGEN_CONSTEXPR Eigen::bfloat16 lowest ()
 
static EIGEN_CONSTEXPR Eigen::bfloat16() max ()
 
static EIGEN_CONSTEXPR Eigen::bfloat16 epsilon ()
 
static EIGEN_CONSTEXPR Eigen::bfloat16 round_error ()
 
static EIGEN_CONSTEXPR Eigen::bfloat16 infinity ()
 
static EIGEN_CONSTEXPR Eigen::bfloat16 quiet_NaN ()
 
static EIGEN_CONSTEXPR Eigen::bfloat16 signaling_NaN ()
 
static EIGEN_CONSTEXPR Eigen::bfloat16 denorm_min ()
 
- Static Public Attributes inherited from Eigen::bfloat16_impl::numeric_limits_bfloat16_impl< typename >
static EIGEN_CONSTEXPR const bool is_specialized = true
 
static EIGEN_CONSTEXPR const bool is_signed = true
 
static EIGEN_CONSTEXPR const bool is_integer = false
 
static EIGEN_CONSTEXPR const bool is_exact = false
 
static EIGEN_CONSTEXPR const bool has_infinity = true
 
static EIGEN_CONSTEXPR const bool has_quiet_NaN = true
 
static EIGEN_CONSTEXPR const bool has_signaling_NaN = true
 
static EIGEN_DISABLE_DEPRECATED_WARNING EIGEN_CONSTEXPR const std::float_denorm_style has_denorm = std::denorm_present
 
static EIGEN_CONSTEXPR const bool has_denorm_loss = false
 
static EIGEN_CONSTEXPR const std::float_round_style round_style = std::numeric_limits<float>::round_style
 
static EIGEN_CONSTEXPR const bool is_iec559 = true
 
static EIGEN_CONSTEXPR const bool is_bounded = true
 
static EIGEN_CONSTEXPR const bool is_modulo = false
 
static EIGEN_CONSTEXPR const int digits = 8
 
static EIGEN_CONSTEXPR const int digits10 = 2
 
static EIGEN_CONSTEXPR const int max_digits10 = 4
 
static EIGEN_CONSTEXPR const int radix = std::numeric_limits<float>::radix
 
static EIGEN_CONSTEXPR const int min_exponent = std::numeric_limits<float>::min_exponent
 
static EIGEN_CONSTEXPR const int min_exponent10 = std::numeric_limits<float>::min_exponent10
 
static EIGEN_CONSTEXPR const int max_exponent = std::numeric_limits<float>::max_exponent
 
static EIGEN_CONSTEXPR const int max_exponent10 = std::numeric_limits<float>::max_exponent10
 
static EIGEN_CONSTEXPR const bool traps = std::numeric_limits<float>::traps
 
static EIGEN_CONSTEXPR const bool tinyness_before = std::numeric_limits<float>::tinyness_before
 

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