std::std::numeric_limits< long double > Class Template Reference

#include <sysc/packages/boost/detail/limits.hpp>

Inheritance diagram for std::std::numeric_limits< long double >:

Inheritance graph
[legend]
Collaboration diagram for std::std::numeric_limits< long double >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_specialized, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits, __Digits)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits10, __Digits10)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_signed, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, radix, 2)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, min_exponent, __MinExp)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, max_exponent, __MaxExp)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, min_exponent10, __MinExp10)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, max_exponent10, __MaxExp10)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_infinity, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_quiet_NaN, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_signaling_NaN, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (float_denorm_style, has_denorm, denorm_indeterminate)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_denorm_loss, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_iec559, __IsIEC559)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_bounded, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, traps, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, tinyness_before, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (float_round_style, round_style, __RoundStyle)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_specialized, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits10, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_signed, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_integer, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_exact, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, radix, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, min_exponent, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, min_exponent10, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, max_exponent, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, max_exponent10, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_infinity, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_quiet_NaN, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_signaling_NaN, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (float_denorm_style, has_denorm, denorm_absent)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_iec559, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_bounded, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_modulo, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (float_round_style, round_style, round_toward_zero)

Static Public Member Functions

static long double min BOOST_PREVENT_MACRO_SUBSTITUTION () throw ()
static long double denorm_min () throw ()
static long double max BOOST_PREVENT_MACRO_SUBSTITUTION () throw ()
static long double epsilon () throw ()
static long double round_error () throw ()
static __number infinity () throw ()
static __number quiet_NaN () throw ()
static __number signaling_NaN () throw ()


Detailed Description

template<>
class std::std::numeric_limits< long double >

Definition at line 408 of file limits.hpp.


Member Function Documentation

static long double min std::std::numeric_limits< long double >::BOOST_PREVENT_MACRO_SUBSTITUTION (  )  throw () [inline, static]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 429 of file limits.hpp.

static long double std::std::numeric_limits< long double >::denorm_min (  )  throw () [inline, static]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 430 of file limits.hpp.

static long double max std::std::numeric_limits< long double >::BOOST_PREVENT_MACRO_SUBSTITUTION (  )  throw () [inline, static]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 431 of file limits.hpp.

static long double std::std::numeric_limits< long double >::epsilon (  )  throw () [inline, static]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 432 of file limits.hpp.

static long double std::std::numeric_limits< long double >::round_error (  )  throw () [inline, static]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 433 of file limits.hpp.

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_specialized  ,
true   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
digits  ,
__Digits   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
digits10  ,
__Digits10   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_signed  ,
true   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
radix  ,
 
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
min_exponent  ,
__MinExp   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
max_exponent  ,
__MaxExp   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
min_exponent10  ,
__MinExp10   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
max_exponent10  ,
__MaxExp10   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_infinity  ,
true   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_quiet_NaN  ,
true   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_signaling_NaN  ,
true   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( float_denorm_style  ,
has_denorm  ,
denorm_indeterminate   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_denorm_loss  ,
false   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_iec559  ,
__IsIEC559   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_bounded  ,
true   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
traps  ,
false   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
tinyness_before  ,
false   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( float_round_style  ,
round_style  ,
__RoundStyle   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_specialized  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
digits  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
digits10  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_signed  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_integer  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_exact  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
radix  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
min_exponent  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
min_exponent10  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
max_exponent  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
max_exponent10  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_infinity  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_quiet_NaN  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_signaling_NaN  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( float_denorm_style  ,
has_denorm  ,
denorm_absent   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_iec559  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_bounded  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_modulo  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( float_round_style  ,
round_style  ,
round_toward_zero   
) [inherited]

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
static __number std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::infinity (  )  throw () [inline, static, inherited]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 230 of file limits.hpp.

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
static __number std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::quiet_NaN (  )  throw () [inline, static, inherited]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 233 of file limits.hpp.

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
static __number std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::signaling_NaN (  )  throw () [inline, static, inherited]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 236 of file limits.hpp.


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

Generated on Wed Jan 21 15:32:23 2009 for SystemC by  doxygen 1.5.5