EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
std::numeric_limits< half > Class Template Reference

#include <fun4all_coresoftware/blob/master/offline/packages/Half/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
 

Detailed Description

template<>
class std::numeric_limits< half >

Definition at line 57 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 57 of file halfLimits.h

Member Function Documentation

static half std::numeric_limits< half >::denorm_min ( ) throw ()
inlinestatic

Definition at line 88 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 88 of file halfLimits.h

References HALF_MIN.

static half std::numeric_limits< half >::epsilon ( ) throw ()
inlinestatic

Definition at line 72 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 72 of file halfLimits.h

References HALF_EPSILON.

static half std::numeric_limits< half >::infinity ( ) throw ()
inlinestatic

Definition at line 85 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 85 of file halfLimits.h

References half::posInf().

+ Here is the call graph for this function:

static half std::numeric_limits< half >::max ( ) throw ()
inlinestatic

Definition at line 64 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 64 of file halfLimits.h

References HALF_MAX.

static half std::numeric_limits< half >::min ( ) throw ()
inlinestatic

Definition at line 63 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 63 of file halfLimits.h

References HALF_NRM_MIN.

static half std::numeric_limits< half >::quiet_NaN ( ) throw ()
inlinestatic

Definition at line 86 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 86 of file halfLimits.h

References half::qNan().

+ Here is the call graph for this function:

static half std::numeric_limits< half >::round_error ( ) throw ()
inlinestatic

Definition at line 73 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 73 of file halfLimits.h

References HALF_EPSILON.

static half std::numeric_limits< half >::signaling_NaN ( ) throw ()
inlinestatic

Definition at line 87 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 87 of file halfLimits.h

References half::sNan().

+ Here is the call graph for this function:

Member Data Documentation

const int std::numeric_limits< half >::digits = HALF_MANT_DIG
static

Definition at line 66 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 66 of file halfLimits.h

const int std::numeric_limits< half >::digits10 = HALF_DIG
static

Definition at line 67 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 67 of file halfLimits.h

const float_denorm_style std::numeric_limits< half >::has_denorm = denorm_present
static

Definition at line 83 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 83 of file halfLimits.h

const bool std::numeric_limits< half >::has_denorm_loss = false
static

Definition at line 84 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 84 of file halfLimits.h

const bool std::numeric_limits< half >::has_infinity = true
static

Definition at line 80 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 80 of file halfLimits.h

const bool std::numeric_limits< half >::has_quiet_NaN = true
static

Definition at line 81 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 81 of file halfLimits.h

const bool std::numeric_limits< half >::has_signaling_NaN = true
static

Definition at line 82 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 82 of file halfLimits.h

const bool std::numeric_limits< half >::is_bounded = false
static

Definition at line 91 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 91 of file halfLimits.h

const bool std::numeric_limits< half >::is_exact = false
static

Definition at line 70 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 70 of file halfLimits.h

const bool std::numeric_limits< half >::is_iec559 = false
static

Definition at line 90 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 90 of file halfLimits.h

const bool std::numeric_limits< half >::is_integer = false
static

Definition at line 69 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 69 of file halfLimits.h

const bool std::numeric_limits< half >::is_modulo = false
static

Definition at line 92 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 92 of file halfLimits.h

const bool std::numeric_limits< half >::is_signed = true
static

Definition at line 68 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 68 of file halfLimits.h

const bool std::numeric_limits< half >::is_specialized = true
static

Definition at line 61 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 61 of file halfLimits.h

const int std::numeric_limits< half >::max_exponent = HALF_MAX_EXP
static

Definition at line 77 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 77 of file halfLimits.h

const int std::numeric_limits< half >::max_exponent10 = HALF_MAX_10_EXP
static

Definition at line 78 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 78 of file halfLimits.h

const int std::numeric_limits< half >::min_exponent = HALF_MIN_EXP
static

Definition at line 75 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 75 of file halfLimits.h

const int std::numeric_limits< half >::min_exponent10 = HALF_MIN_10_EXP
static

Definition at line 76 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 76 of file halfLimits.h

const int std::numeric_limits< half >::radix = HALF_RADIX
static

Definition at line 71 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 71 of file halfLimits.h

const float_round_style std::numeric_limits< half >::round_style = round_to_nearest
static

Definition at line 96 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 96 of file halfLimits.h

const bool std::numeric_limits< half >::tinyness_before = false
static

Definition at line 95 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 95 of file halfLimits.h

const bool std::numeric_limits< half >::traps = true
static

Definition at line 94 of file halfLimits.h.

View newest version in sPHENIX GitHub at line 94 of file halfLimits.h


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