Static Public Member Functions | Static Public Attributes | List of all members
std::numeric_limits< Eigen::bfloat16 > Struct Reference

#include <BFloat16.h>

Inheritance diagram for std::numeric_limits< Eigen::bfloat16 >:
Inheritance graph
[legend]

Static Public Member Functions

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

Static Public Attributes

static const int digits = 8
 
static const int digits10 = 2
 
static const float_denorm_style has_denorm = std::denorm_absent
 
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 = true
 
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_digits10 = 4
 
static const int max_exponent = numeric_limits<float>::max_exponent
 
static const int max_exponent10 = numeric_limits<float>::max_exponent10
 
static const int min_exponent = numeric_limits<float>::min_exponent
 
static const int min_exponent10 = numeric_limits<float>::min_exponent10
 
static const int radix = 2
 
static const std::float_round_style round_style = numeric_limits<float>::round_style
 
static const bool tinyness_before = numeric_limits<float>::tinyness_before
 
static const bool traps = numeric_limits<float>::traps
 

Detailed Description

Definition at line 90 of file BFloat16.h.

Member Function Documentation

◆ denorm_min()

static Eigen::bfloat16 std::numeric_limits< Eigen::bfloat16 >::denorm_min ( )
inlinestatic

Definition at line 123 of file BFloat16.h.

◆ epsilon()

static Eigen::bfloat16 std::numeric_limits< Eigen::bfloat16 >::epsilon ( )
inlinestatic

Definition at line 118 of file BFloat16.h.

◆ infinity()

static Eigen::bfloat16 std::numeric_limits< Eigen::bfloat16 >::infinity ( )
inlinestatic

Definition at line 120 of file BFloat16.h.

◆ lowest()

static Eigen::bfloat16 std::numeric_limits< Eigen::bfloat16 >::lowest ( )
inlinestatic

Definition at line 116 of file BFloat16.h.

◆ max()

static Eigen::bfloat16() std::numeric_limits< Eigen::bfloat16 >::max ( )
inlinestatic

Definition at line 117 of file BFloat16.h.

◆ min()

static Eigen::bfloat16() std::numeric_limits< Eigen::bfloat16 >::min ( )
inlinestatic

Definition at line 115 of file BFloat16.h.

◆ quiet_NaN()

static Eigen::bfloat16 std::numeric_limits< Eigen::bfloat16 >::quiet_NaN ( )
inlinestatic

Definition at line 121 of file BFloat16.h.

◆ round_error()

static Eigen::bfloat16 std::numeric_limits< Eigen::bfloat16 >::round_error ( )
inlinestatic

Definition at line 119 of file BFloat16.h.

◆ signaling_NaN()

static Eigen::bfloat16 std::numeric_limits< Eigen::bfloat16 >::signaling_NaN ( )
inlinestatic

Definition at line 122 of file BFloat16.h.

Member Data Documentation

◆ digits

const int std::numeric_limits< Eigen::bfloat16 >::digits = 8
static

Definition at line 104 of file BFloat16.h.

◆ digits10

const int std::numeric_limits< Eigen::bfloat16 >::digits10 = 2
static

Definition at line 105 of file BFloat16.h.

◆ has_denorm

const float_denorm_style std::numeric_limits< Eigen::bfloat16 >::has_denorm = std::denorm_absent
static

Definition at line 98 of file BFloat16.h.

◆ has_denorm_loss

const bool std::numeric_limits< Eigen::bfloat16 >::has_denorm_loss = false
static

Definition at line 99 of file BFloat16.h.

◆ has_infinity

const bool std::numeric_limits< Eigen::bfloat16 >::has_infinity = true
static

Definition at line 95 of file BFloat16.h.

◆ has_quiet_NaN

const bool std::numeric_limits< Eigen::bfloat16 >::has_quiet_NaN = true
static

Definition at line 96 of file BFloat16.h.

◆ has_signaling_NaN

const bool std::numeric_limits< Eigen::bfloat16 >::has_signaling_NaN = true
static

Definition at line 97 of file BFloat16.h.

◆ is_bounded

const bool std::numeric_limits< Eigen::bfloat16 >::is_bounded = true
static

Definition at line 102 of file BFloat16.h.

◆ is_exact

const bool std::numeric_limits< Eigen::bfloat16 >::is_exact = false
static

Definition at line 94 of file BFloat16.h.

◆ is_iec559

const bool std::numeric_limits< Eigen::bfloat16 >::is_iec559 = false
static

Definition at line 101 of file BFloat16.h.

◆ is_integer

const bool std::numeric_limits< Eigen::bfloat16 >::is_integer = false
static

Definition at line 93 of file BFloat16.h.

◆ is_modulo

const bool std::numeric_limits< Eigen::bfloat16 >::is_modulo = false
static

Definition at line 103 of file BFloat16.h.

◆ is_signed

const bool std::numeric_limits< Eigen::bfloat16 >::is_signed = true
static

Definition at line 92 of file BFloat16.h.

◆ is_specialized

const bool std::numeric_limits< Eigen::bfloat16 >::is_specialized = true
static

Definition at line 91 of file BFloat16.h.

◆ max_digits10

const int std::numeric_limits< Eigen::bfloat16 >::max_digits10 = 4
static

Definition at line 106 of file BFloat16.h.

◆ max_exponent

const int std::numeric_limits< Eigen::bfloat16 >::max_exponent = numeric_limits<float>::max_exponent
static

Definition at line 110 of file BFloat16.h.

◆ max_exponent10

const int std::numeric_limits< Eigen::bfloat16 >::max_exponent10 = numeric_limits<float>::max_exponent10
static

Definition at line 111 of file BFloat16.h.

◆ min_exponent

const int std::numeric_limits< Eigen::bfloat16 >::min_exponent = numeric_limits<float>::min_exponent
static

Definition at line 108 of file BFloat16.h.

◆ min_exponent10

const int std::numeric_limits< Eigen::bfloat16 >::min_exponent10 = numeric_limits<float>::min_exponent10
static

Definition at line 109 of file BFloat16.h.

◆ radix

const int std::numeric_limits< Eigen::bfloat16 >::radix = 2
static

Definition at line 107 of file BFloat16.h.

◆ round_style

const std::float_round_style std::numeric_limits< Eigen::bfloat16 >::round_style = numeric_limits<float>::round_style
static

Definition at line 100 of file BFloat16.h.

◆ tinyness_before

const bool std::numeric_limits< Eigen::bfloat16 >::tinyness_before = numeric_limits<float>::tinyness_before
static

Definition at line 113 of file BFloat16.h.

◆ traps

const bool std::numeric_limits< Eigen::bfloat16 >::traps = numeric_limits<float>::traps
static

Definition at line 112 of file BFloat16.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:15:14