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

#include <mitsuba/core/half.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 = 11
 
static const int digits10 = 2
 
static const bool is_signed = true
 
static const bool is_integer = false
 
static const bool is_exact = false
 
static const int radix = 2
 
static const int min_exponent = -13
 
static const int min_exponent10 = -4
 
static const int max_exponent = 16
 
static const int max_exponent10 = 4
 
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
 

Member Function Documentation

static half std::numeric_limits< half >::denorm_min ( )
throw (
)
inlinestatic
static half std::numeric_limits< half >::epsilon ( )
throw (
)
inlinestatic
static half std::numeric_limits< half >::infinity ( )
throw (
)
inlinestatic
static half std::numeric_limits< half >::max ( )
throw (
)
inlinestatic
static half std::numeric_limits< half >::min ( )
throw (
)
inlinestatic
static half std::numeric_limits< half >::quiet_NaN ( )
throw (
)
inlinestatic
static half std::numeric_limits< half >::round_error ( )
throw (
)
inlinestatic
static half std::numeric_limits< half >::signaling_NaN ( )
throw (
)
inlinestatic

Member Data Documentation

const int std::numeric_limits< half >::digits = 11
static
const int std::numeric_limits< half >::digits10 = 2
static
const float_denorm_style std::numeric_limits< half >::has_denorm = denorm_present
static
const bool std::numeric_limits< half >::has_denorm_loss = false
static
const bool std::numeric_limits< half >::has_infinity = true
static
const bool std::numeric_limits< half >::has_quiet_NaN = true
static
const bool std::numeric_limits< half >::has_signaling_NaN = true
static
const bool std::numeric_limits< half >::is_bounded = false
static
const bool std::numeric_limits< half >::is_exact = false
static
const bool std::numeric_limits< half >::is_iec559 = false
static
const bool std::numeric_limits< half >::is_integer = false
static
const bool std::numeric_limits< half >::is_modulo = false
static
const bool std::numeric_limits< half >::is_signed = true
static
const bool std::numeric_limits< half >::is_specialized = true
static
const int std::numeric_limits< half >::max_exponent = 16
static
const int std::numeric_limits< half >::max_exponent10 = 4
static
const int std::numeric_limits< half >::min_exponent = -13
static
const int std::numeric_limits< half >::min_exponent10 = -4
static
const int std::numeric_limits< half >::radix = 2
static
const float_round_style std::numeric_limits< half >::round_style = round_to_nearest
static
const bool std::numeric_limits< half >::tinyness_before = false
static
const bool std::numeric_limits< half >::traps = true
static

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