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


Definition at line 204 of file limits.hpp.
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_specialized | , | |||
| true | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits | , | |||
| __Digits | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits10 | , | |||
| __Digits10 | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_signed | , | |||
| true | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| radix | , | |||
| 2 | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| min_exponent | , | |||
| __MinExp | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| max_exponent | , | |||
| __MaxExp | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| min_exponent10 | , | |||
| __MinExp10 | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| max_exponent10 | , | |||
| __MaxExp10 | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| has_infinity | , | |||
| true | ||||
| ) |
| 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 | ||||
| ) |
| 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 | ||||
| ) |
| 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 | ||||
| ) |
| 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 | ||||
| ) |
Reimplemented from std::_Numeric_limits_base< __number >.
| static __number std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::infinity | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 230 of file limits.hpp.
| static __number std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::quiet_NaN | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 233 of file limits.hpp.
| static __number std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::signaling_NaN | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< __number >.
Definition at line 236 of file limits.hpp.
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_iec559 | , | |||
| __IsIEC559 | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_bounded | , | |||
| true | ||||
| ) |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| traps | , | |||
| false | ||||
| ) |
Reimplemented from std::_Numeric_limits_base< __number >.
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| tinyness_before | , | |||
| false | ||||
| ) |
Reimplemented from std::_Numeric_limits_base< __number >.
| 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 | ||||
| ) |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_specialized | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits10 | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_signed | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_integer | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_exact | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| radix | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| min_exponent | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| min_exponent10 | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| max_exponent | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| max_exponent10 | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| has_infinity | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| has_quiet_NaN | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| has_signaling_NaN | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | float_denorm_style | , | |
| has_denorm | , | |||
| denorm_absent | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_iec559 | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_bounded | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_modulo | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | float_round_style | , | |
| round_style | , | |||
| round_toward_zero | ||||
| ) | [inherited] |
| static __number min std::_Numeric_limits_base< __number >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static, inherited] |
Reimplemented in std::_Integer_limits< _Int, __imin, __imax, __idigits >, std::_Integer_limits< _Int, __imin, __imax, __idigits >, std::std::numeric_limits< float >, std::std::numeric_limits< float >, std::std::numeric_limits< double >, std::std::numeric_limits< double >, std::std::numeric_limits< long double >, std::std::numeric_limits< long double >, std::_Integer_limits< long, LONG_MIN, LONG_MAX >, std::_Integer_limits< long, LONG_MIN, LONG_MAX >, std::_Integer_limits< unsigned int, 0, UINT_MAX >, std::_Integer_limits< unsigned int, 0, UINT_MAX >, std::_Integer_limits< char, CHAR_MIN, CHAR_MAX >, std::_Integer_limits< char, CHAR_MIN, CHAR_MAX >, std::_Integer_limits< short, SHRT_MIN, SHRT_MAX >, std::_Integer_limits< short, SHRT_MIN, SHRT_MAX >, std::_Integer_limits< unsigned long, 0, ULONG_MAX >, std::_Integer_limits< unsigned long, 0, ULONG_MAX >, std::_Integer_limits< unsigned short, 0, USHRT_MAX >, std::_Integer_limits< unsigned short, 0, USHRT_MAX >, std::_Integer_limits< bool, false, true, 0 >, std::_Integer_limits< bool, false, true, 0 >, std::_Integer_limits< unsigned char, 0, UCHAR_MAX >, std::_Integer_limits< unsigned char, 0, UCHAR_MAX >, std::_Integer_limits< wchar_t, INT_MIN, INT_MAX >, std::_Integer_limits< wchar_t, INT_MIN, INT_MAX >, std::_Integer_limits< int, INT_MIN, INT_MAX >, std::_Integer_limits< int, INT_MIN, INT_MAX >, std::_Integer_limits< signed char, SCHAR_MIN, SCHAR_MAX >, and std::_Integer_limits< signed char, SCHAR_MIN, SCHAR_MAX >.
Definition at line 94 of file limits.hpp.
| static __number max std::_Numeric_limits_base< __number >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static, inherited] |
Reimplemented in std::_Integer_limits< _Int, __imin, __imax, __idigits >, std::_Integer_limits< _Int, __imin, __imax, __idigits >, std::std::numeric_limits< float >, std::std::numeric_limits< float >, std::std::numeric_limits< double >, std::std::numeric_limits< double >, std::std::numeric_limits< long double >, std::std::numeric_limits< long double >, std::_Integer_limits< long, LONG_MIN, LONG_MAX >, std::_Integer_limits< long, LONG_MIN, LONG_MAX >, std::_Integer_limits< unsigned int, 0, UINT_MAX >, std::_Integer_limits< unsigned int, 0, UINT_MAX >, std::_Integer_limits< char, CHAR_MIN, CHAR_MAX >, std::_Integer_limits< char, CHAR_MIN, CHAR_MAX >, std::_Integer_limits< short, SHRT_MIN, SHRT_MAX >, std::_Integer_limits< short, SHRT_MIN, SHRT_MAX >, std::_Integer_limits< unsigned long, 0, ULONG_MAX >, std::_Integer_limits< unsigned long, 0, ULONG_MAX >, std::_Integer_limits< unsigned short, 0, USHRT_MAX >, std::_Integer_limits< unsigned short, 0, USHRT_MAX >, std::_Integer_limits< bool, false, true, 0 >, std::_Integer_limits< bool, false, true, 0 >, std::_Integer_limits< unsigned char, 0, UCHAR_MAX >, std::_Integer_limits< unsigned char, 0, UCHAR_MAX >, std::_Integer_limits< wchar_t, INT_MIN, INT_MAX >, std::_Integer_limits< wchar_t, INT_MIN, INT_MAX >, std::_Integer_limits< int, INT_MIN, INT_MAX >, std::_Integer_limits< int, INT_MIN, INT_MAX >, std::_Integer_limits< signed char, SCHAR_MIN, SCHAR_MAX >, and std::_Integer_limits< signed char, SCHAR_MIN, SCHAR_MAX >.
Definition at line 95 of file limits.hpp.
| static __number std::_Numeric_limits_base< __number >::epsilon | ( | ) | throw () [inline, static, inherited] |
Reimplemented in std::std::numeric_limits< float >, std::std::numeric_limits< double >, and std::std::numeric_limits< long double >.
Definition at line 106 of file limits.hpp.
| static __number std::_Numeric_limits_base< __number >::round_error | ( | ) | throw () [inline, static, inherited] |
Reimplemented in std::std::numeric_limits< float >, std::std::numeric_limits< double >, and std::std::numeric_limits< long double >.
Definition at line 107 of file limits.hpp.
| static __number std::_Numeric_limits_base< __number >::denorm_min | ( | ) | throw () [inline, static, inherited] |
Reimplemented in std::std::numeric_limits< float >, std::std::numeric_limits< double >, and std::std::numeric_limits< long double >.
Definition at line 125 of file limits.hpp.
1.5.5