Eigen::half_impl::numeric_limits_half_impl< typename > Struct Template Reference
+ Inheritance diagram for Eigen::half_impl::numeric_limits_half_impl< typename >:

Static Public Member Functions

static EIGEN_CONSTEXPR Eigen::half denorm_min ()
 
static EIGEN_CONSTEXPR Eigen::half epsilon ()
 
static EIGEN_CONSTEXPR Eigen::half infinity ()
 
static EIGEN_CONSTEXPR Eigen::half lowest ()
 
static EIGEN_CONSTEXPR Eigen::half() max ()
 
static EIGEN_CONSTEXPR Eigen::half() min ()
 
static EIGEN_CONSTEXPR Eigen::half quiet_NaN ()
 
static EIGEN_CONSTEXPR Eigen::half round_error ()
 
static EIGEN_CONSTEXPR Eigen::half signaling_NaN ()
 

Static Public Attributes

static EIGEN_CONSTEXPR const int digits
 
static EIGEN_CONSTEXPR const int digits10
 
static EIGEN_CONSTEXPR const std::float_denorm_style has_denorm
 
static EIGEN_CONSTEXPR const bool has_denorm_loss
 
static EIGEN_CONSTEXPR const bool has_infinity
 
static EIGEN_CONSTEXPR const bool has_quiet_NaN
 
static EIGEN_CONSTEXPR const bool has_signaling_NaN
 
static EIGEN_CONSTEXPR const bool is_bounded
 
static EIGEN_CONSTEXPR const bool is_exact
 
static EIGEN_CONSTEXPR const bool is_iec559
 
static EIGEN_CONSTEXPR const bool is_integer
 
static EIGEN_CONSTEXPR const bool is_modulo
 
static EIGEN_CONSTEXPR const bool is_signed
 
static EIGEN_CONSTEXPR const bool is_specialized
 
static EIGEN_CONSTEXPR const int max_digits10
 
static EIGEN_CONSTEXPR const int max_exponent
 
static EIGEN_CONSTEXPR const int max_exponent10
 
static EIGEN_CONSTEXPR const int min_exponent
 
static EIGEN_CONSTEXPR const int min_exponent10
 
static EIGEN_CONSTEXPR const int radix
 
static EIGEN_CONSTEXPR const std::float_round_style round_style
 
static EIGEN_CONSTEXPR const bool tinyness_before
 
static EIGEN_CONSTEXPR const bool traps
 

Detailed Description

template<typename = void>
struct Eigen::half_impl::numeric_limits_half_impl< typename >

Definition at line 209 of file Half.h.

Member Function Documentation

◆ denorm_min()

template<typename = void>
static EIGEN_CONSTEXPR Eigen::half Eigen::half_impl::numeric_limits_half_impl< typename >::denorm_min ( )
inlinestatic

Definition at line 246 of file Half.h.

246 { return Eigen::half_impl::raw_uint16_to_half(0x0001); }
EIGEN_CONSTEXPR __half_raw raw_uint16_to_half(numext::uint16_t x)
Definition: Half.h:551

◆ epsilon()

template<typename = void>
static EIGEN_CONSTEXPR Eigen::half Eigen::half_impl::numeric_limits_half_impl< typename >::epsilon ( )
inlinestatic

Definition at line 241 of file Half.h.

241 { return Eigen::half_impl::raw_uint16_to_half(0x1400); }

◆ infinity()

template<typename = void>
static EIGEN_CONSTEXPR Eigen::half Eigen::half_impl::numeric_limits_half_impl< typename >::infinity ( )
inlinestatic

Definition at line 243 of file Half.h.

243 { return Eigen::half_impl::raw_uint16_to_half(0x7c00); }

◆ lowest()

template<typename = void>
static EIGEN_CONSTEXPR Eigen::half Eigen::half_impl::numeric_limits_half_impl< typename >::lowest ( )
inlinestatic

Definition at line 239 of file Half.h.

239 { return Eigen::half_impl::raw_uint16_to_half(0xfbff); }

◆ max()

template<typename = void>
static EIGEN_CONSTEXPR Eigen::half() Eigen::half_impl::numeric_limits_half_impl< typename >::max ( )
inlinestatic

Definition at line 240 of file Half.h.

240 { return Eigen::half_impl::raw_uint16_to_half(0x7bff); }

◆ min()

template<typename = void>
static EIGEN_CONSTEXPR Eigen::half() Eigen::half_impl::numeric_limits_half_impl< typename >::min ( )
inlinestatic

Definition at line 238 of file Half.h.

238 { return Eigen::half_impl::raw_uint16_to_half(0x0400); }

◆ quiet_NaN()

template<typename = void>
static EIGEN_CONSTEXPR Eigen::half Eigen::half_impl::numeric_limits_half_impl< typename >::quiet_NaN ( )
inlinestatic

Definition at line 244 of file Half.h.

244 { return Eigen::half_impl::raw_uint16_to_half(0x7e00); }

◆ round_error()

template<typename = void>
static EIGEN_CONSTEXPR Eigen::half Eigen::half_impl::numeric_limits_half_impl< typename >::round_error ( )
inlinestatic

Definition at line 242 of file Half.h.

242 { return Eigen::half_impl::raw_uint16_to_half(0x3800); }

◆ signaling_NaN()

template<typename = void>
static EIGEN_CONSTEXPR Eigen::half Eigen::half_impl::numeric_limits_half_impl< typename >::signaling_NaN ( )
inlinestatic

Definition at line 245 of file Half.h.

245 { return Eigen::half_impl::raw_uint16_to_half(0x7d00); }

Member Data Documentation

◆ digits

template<typename T >
EIGEN_CONSTEXPR const int Eigen::half_impl::numeric_limits_half_impl< T >::digits
static

Definition at line 225 of file Half.h.

◆ digits10

template<typename T >
EIGEN_CONSTEXPR const int Eigen::half_impl::numeric_limits_half_impl< T >::digits10
static

Definition at line 226 of file Half.h.

◆ has_denorm

template<typename T >
EIGEN_CONSTEXPR const std::float_denorm_style Eigen::half_impl::numeric_limits_half_impl< T >::has_denorm
static

Definition at line 217 of file Half.h.

◆ has_denorm_loss

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::has_denorm_loss
static

Definition at line 218 of file Half.h.

◆ has_infinity

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::has_infinity
static

Definition at line 214 of file Half.h.

◆ has_quiet_NaN

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::has_quiet_NaN
static

Definition at line 215 of file Half.h.

◆ has_signaling_NaN

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::has_signaling_NaN
static

Definition at line 216 of file Half.h.

◆ is_bounded

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::is_bounded
static

Definition at line 223 of file Half.h.

◆ is_exact

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::is_exact
static

Definition at line 213 of file Half.h.

◆ is_iec559

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::is_iec559
static

Definition at line 220 of file Half.h.

◆ is_integer

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::is_integer
static

Definition at line 212 of file Half.h.

◆ is_modulo

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::is_modulo
static

Definition at line 224 of file Half.h.

◆ is_signed

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::is_signed
static

Definition at line 211 of file Half.h.

◆ is_specialized

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::is_specialized
static

Definition at line 210 of file Half.h.

◆ max_digits10

template<typename T >
EIGEN_CONSTEXPR const int Eigen::half_impl::numeric_limits_half_impl< T >::max_digits10
static

Definition at line 227 of file Half.h.

◆ max_exponent

template<typename T >
EIGEN_CONSTEXPR const int Eigen::half_impl::numeric_limits_half_impl< T >::max_exponent
static

Definition at line 231 of file Half.h.

◆ max_exponent10

template<typename T >
EIGEN_CONSTEXPR const int Eigen::half_impl::numeric_limits_half_impl< T >::max_exponent10
static

Definition at line 232 of file Half.h.

◆ min_exponent

template<typename T >
EIGEN_CONSTEXPR const int Eigen::half_impl::numeric_limits_half_impl< T >::min_exponent
static

Definition at line 229 of file Half.h.

◆ min_exponent10

template<typename T >
EIGEN_CONSTEXPR const int Eigen::half_impl::numeric_limits_half_impl< T >::min_exponent10
static

Definition at line 230 of file Half.h.

◆ radix

template<typename T >
EIGEN_CONSTEXPR const int Eigen::half_impl::numeric_limits_half_impl< T >::radix
static

Definition at line 228 of file Half.h.

◆ round_style

template<typename T >
EIGEN_CONSTEXPR const std::float_round_style Eigen::half_impl::numeric_limits_half_impl< T >::round_style
static

Definition at line 219 of file Half.h.

◆ tinyness_before

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::tinyness_before
static

Definition at line 236 of file Half.h.

◆ traps

template<typename T >
EIGEN_CONSTEXPR const bool Eigen::half_impl::numeric_limits_half_impl< T >::traps
static

Definition at line 233 of file Half.h.


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