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


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 () |
Definition at line 408 of file limits.hpp.
| 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.
| 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] |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits | , | |||
| __Digits | ||||
| ) | [inherited] |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits10 | , | |||
| __Digits10 | ||||
| ) | [inherited] |
| 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] |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| radix | , | |||
| 2 | ||||
| ) | [inherited] |
| 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] |
| 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] |
| 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] |
| 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] |
| 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] |
| 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] |
| 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] |
| 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] |
| 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] |
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 | , | |
| is_iec559 | , | |||
| __IsIEC559 | ||||
| ) | [inherited] |
| 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] |
| std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| traps | , | |||
| false | ||||
| ) | [inherited] |
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 | ||||
| ) | [inherited] |
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 | ||||
| ) | [inherited] |
| 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 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.
| 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.
| 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.
1.5.5