|
| _STLP_STATIC_CONSTANT (int, digits=__Digits) |
|
| _STLP_STATIC_CONSTANT (int, digits10=__Digits10) |
|
| _STLP_STATIC_CONSTANT (int, radix=FLT_RADIX) |
|
| _STLP_STATIC_CONSTANT (int, min_exponent=__MinExp) |
|
| _STLP_STATIC_CONSTANT (int, max_exponent=__MaxExp) |
|
| _STLP_STATIC_CONSTANT (int, min_exponent10=__MinExp10) |
|
| _STLP_STATIC_CONSTANT (int, max_exponent10=__MaxExp10) |
|
| _STLP_STATIC_CONSTANT (float_denorm_style, has_denorm=__DenormStyle) |
|
| _STLP_STATIC_CONSTANT (float_round_style, round_style=__RoundStyle) |
|
| _STLP_STATIC_CONSTANT (bool, is_specialized=true) |
|
| _STLP_STATIC_CONSTANT (bool, is_signed=true) |
|
| _STLP_STATIC_CONSTANT (bool, has_infinity=true) |
|
| _STLP_STATIC_CONSTANT (bool, has_quiet_NaN=true) |
|
| _STLP_STATIC_CONSTANT (bool, has_signaling_NaN=true) |
|
| _STLP_STATIC_CONSTANT (bool, is_iec559=__IsIEC559 &&has_infinity &&has_quiet_NaN &&has_signaling_NaN &&(has_denorm==denorm_present)) |
|
| _STLP_STATIC_CONSTANT (bool, has_denorm_loss=false) |
|
| _STLP_STATIC_CONSTANT (bool, is_bounded=true) |
|
| _STLP_STATIC_CONSTANT (bool, traps=true) |
|
| _STLP_STATIC_CONSTANT (bool, tinyness_before=false) |
|
| _STLP_STATIC_CONSTANT (int, digits=0) |
|
| _STLP_STATIC_CONSTANT (int, digits10=0) |
|
| _STLP_STATIC_CONSTANT (int, radix=0) |
|
| _STLP_STATIC_CONSTANT (int, min_exponent=0) |
|
| _STLP_STATIC_CONSTANT (int, min_exponent10=0) |
|
| _STLP_STATIC_CONSTANT (int, max_exponent=0) |
|
| _STLP_STATIC_CONSTANT (int, max_exponent10=0) |
|
| _STLP_STATIC_CONSTANT (float_denorm_style, has_denorm=denorm_absent) |
|
| _STLP_STATIC_CONSTANT (float_round_style, round_style=round_toward_zero) |
|
| _STLP_STATIC_CONSTANT (bool, is_specialized=false) |
|
| _STLP_STATIC_CONSTANT (bool, is_signed=false) |
|
| _STLP_STATIC_CONSTANT (bool, is_integer=false) |
|
| _STLP_STATIC_CONSTANT (bool, is_exact=false) |
|
| _STLP_STATIC_CONSTANT (bool, has_infinity=false) |
|
| _STLP_STATIC_CONSTANT (bool, has_quiet_NaN=false) |
|
| _STLP_STATIC_CONSTANT (bool, has_signaling_NaN=false) |
|
| _STLP_STATIC_CONSTANT (bool, has_denorm_loss=false) |
|
| _STLP_STATIC_CONSTANT (bool, is_iec559=false) |
|
| _STLP_STATIC_CONSTANT (bool, is_bounded=false) |
|
| _STLP_STATIC_CONSTANT (bool, is_modulo=false) |
|
| _STLP_STATIC_CONSTANT (bool, traps=false) |
|
| _STLP_STATIC_CONSTANT (bool, tinyness_before=false) |
|
template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
class _Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >
Definition at line 150 of file _limits.h.
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
int |
, |
|
|
digits |
= __Digits |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
int |
, |
|
|
digits10 |
= __Digits10 |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
int |
, |
|
|
radix |
= FLT_RADIX |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
int |
, |
|
|
min_exponent |
= __MinExp |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
int |
, |
|
|
max_exponent |
= __MaxExp |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
int |
, |
|
|
min_exponent10 |
= __MinExp10 |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
int |
, |
|
|
max_exponent10 |
= __MaxExp10 |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
float_denorm_style |
, |
|
|
has_denorm |
= __DenormStyle |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
float_round_style |
, |
|
|
round_style |
= __RoundStyle |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
is_specialized |
= true |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
is_signed |
= true |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
has_infinity |
= true |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
has_quiet_NaN |
= true |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
has_signaling_NaN |
= true |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
is_iec559 |
= __IsIEC559 &&has_infinity &&has_quiet_NaN &&has_signaling_NaN &&(has_denorm==denorm_present) |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
has_denorm_loss |
= false |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
is_bounded |
= true |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
traps |
= true |
|
) |
| |
template<class __number , int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, bool __IsIEC559, float_denorm_style __DenormStyle, float_round_style __RoundStyle>
_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __IsIEC559, __DenormStyle, __RoundStyle >::_STLP_STATIC_CONSTANT |
( |
bool |
, |
|
|
tinyness_before |
= false |
|
) |
| |