#include <limits_generic.h>
Static Public Methods | |
float | min () throw () |
float | max () throw () |
float | epsilon () throw () |
float | round_error () throw () |
float | infinity () throw () |
float | quiet_NaN () throw () |
float | signaling_NaN () throw () |
float | denorm_min () throw () |
float | min () throw () |
float | max () throw () |
float | epsilon () throw () |
float | round_error () throw () |
float | infinity () throw () |
float | quiet_NaN () throw () |
float | signaling_NaN () throw () |
float | denorm_min () throw () |
Static Public Attributes | |
const bool | is_specialized = true |
const int | digits = FLT_MANT_DIG |
const int | digits10 = FLT_DIG |
const bool | is_signed = true |
const bool | is_integer = false |
const bool | is_exact = false |
const int | radix = FLT_RADIX |
const int | min_exponent = FLT_MIN_EXP |
const int | min_exponent10 = FLT_MIN_10_EXP |
const int | max_exponent = FLT_MAX_EXP |
const int | max_exponent10 = FLT_MAX_10_EXP |
const bool | has_infinity = false |
const bool | has_quiet_NaN = false |
const bool | has_signaling_NaN = false |
const float_denorm_style | has_denorm = denorm_absent |
const bool | has_denorm_loss = false |
const bool | is_iec559 = false |
const bool | is_bounded = true |
const bool | is_modulo = false |
const bool | traps = false |
const bool | tinyness_before = false |
const float_round_style | round_style = round_toward_zero |
|
Definition at line 1783 of file std_limits.h. References __glibcpp_float_denorm_min. |
|
Definition at line 718 of file limits_generic.h. |
|
Definition at line 1761 of file std_limits.h. References __glibcpp_float_epsilon. |
|
Definition at line 696 of file limits_generic.h. |
|
Definition at line 1777 of file std_limits.h. References __glibcpp_float_infinity. |
|
Definition at line 712 of file limits_generic.h. |
|
Definition at line 1752 of file std_limits.h. References __glibcpp_float_max. |
|
Definition at line 687 of file limits_generic.h. |
|
Definition at line 1750 of file std_limits.h. References __glibcpp_float_min. |
|
Definition at line 685 of file limits_generic.h. |
|
Definition at line 1779 of file std_limits.h. References __glibcpp_float_quiet_NaN. |
|
Definition at line 714 of file limits_generic.h. |
|
Definition at line 1763 of file std_limits.h. References __glibcpp_float_round_error. |
|
Definition at line 698 of file limits_generic.h. |
|
Definition at line 1781 of file std_limits.h. References __glibcpp_float_signaling_NaN. |
|
Definition at line 716 of file limits_generic.h. |
|
Definition at line 271 of file limits_generic.cc. |
|
Definition at line 272 of file limits_generic.cc. |
|
Definition at line 284 of file limits_generic.cc. |
|
Definition at line 285 of file limits_generic.cc. |
|
Definition at line 281 of file limits_generic.cc. |
|
Definition at line 282 of file limits_generic.cc. |
|
Definition at line 283 of file limits_generic.cc. |
|
Definition at line 287 of file limits_generic.cc. |
|
Definition at line 275 of file limits_generic.cc. |
|
Definition at line 286 of file limits_generic.cc. |
|
Definition at line 274 of file limits_generic.cc. |
|
Definition at line 288 of file limits_generic.cc. |
|
Definition at line 273 of file limits_generic.cc. |
|
Definition at line 270 of file limits_generic.cc. |
|
Definition at line 279 of file limits_generic.cc. |
|
Definition at line 280 of file limits_generic.cc. |
|
Definition at line 277 of file limits_generic.cc. |
|
Definition at line 278 of file limits_generic.cc. |
|
Definition at line 276 of file limits_generic.cc. |
|
Definition at line 291 of file limits_generic.cc. |
|
Definition at line 290 of file limits_generic.cc. |
|
Definition at line 289 of file limits_generic.cc. |