cartobase 6.0.6
std::numeric_limits< long double > Struct Reference

#include <cartobase/type/limits_gcc3.h>

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

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_long_double_digits
 
static const int digits10 = __glibcpp_long_double_digits10
 
static const bool is_signed = true
 
static const bool is_integer = false
 
static const bool is_exact = false
 
static const int radix = __glibcpp_long_double_radix
 
static const int min_exponent = __glibcpp_long_double_min_exponent
 
static const int min_exponent10 = __glibcpp_long_double_min_exponent10
 
static const int max_exponent = __glibcpp_long_double_max_exponent
 
static const int max_exponent10 = __glibcpp_long_double_max_exponent10
 
static const bool has_infinity = __glibcpp_long_double_has_infinity
 
static const bool has_quiet_NaN = __glibcpp_long_double_has_quiet_NaN
 
static const bool has_signaling_NaN
 
static const float_denorm_style has_denorm
 
static const bool has_denorm_loss
 
static const bool is_iec559 = __glibcpp_long_double_is_iec559
 
static const bool is_bounded = __glibcpp_long_double_is_bounded
 
static const bool is_modulo = __glibcpp_long_double_is_modulo
 
static const bool traps = __glibcpp_long_double_traps
 
static const bool tinyness_before = __glibcpp_long_double_tinyness_before
 
static const float_round_style round_style
 
- Static Public Attributes inherited from std::__numeric_limits_base
static const bool is_specialized = false
 
static const int digits = 0
 
static const int digits10 = 0
 
static const bool is_signed = false
 
static const bool is_integer = false
 
static const bool is_exact = false
 
static const int radix = 0
 
static const int min_exponent = 0
 
static const int min_exponent10 = 0
 
static const int max_exponent = 0
 
static const int max_exponent10 = 0
 
static const bool has_infinity = false
 
static const bool has_quiet_NaN = false
 
static const bool has_signaling_NaN = false
 
static const float_denorm_style has_denorm = denorm_absent
 
static const bool has_denorm_loss = false
 
static const bool is_iec559 = false
 
static const bool is_bounded = false
 
static const bool is_modulo = false
 
static const bool traps = false
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Detailed Description

Definition at line 1894 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min() [1/2]

static long double std::numeric_limits< long double >::denorm_min ( )
throw ( )
inlinestatic

Definition at line 998 of file limits_gcc3.h.

◆ denorm_min() [2/2]

static long double std::numeric_limits< long double >::denorm_min ( )
throw ( )
inlinestatic

Definition at line 1934 of file limits_gcc3.h.

References __glibcpp_long_double_denorm_min.

◆ epsilon() [1/2]

static long double std::numeric_limits< long double >::epsilon ( )
throw ( )
inlinestatic

Definition at line 993 of file limits_gcc3.h.

◆ epsilon() [2/2]

static long double std::numeric_limits< long double >::epsilon ( )
throw ( )
inlinestatic

Definition at line 1909 of file limits_gcc3.h.

◆ infinity() [1/2]

static long double std::numeric_limits< long double >::infinity ( )
throw ( )
inlinestatic

Definition at line 995 of file limits_gcc3.h.

◆ infinity() [2/2]

static long double std::numeric_limits< long double >::infinity ( )
throw ( )
inlinestatic

Definition at line 1928 of file limits_gcc3.h.

References __glibcpp_long_double_infinity.

◆ max() [1/2]

static long double std::numeric_limits< long double >::max ( )
throw ( )
inlinestatic

Definition at line 992 of file limits_gcc3.h.

◆ max() [2/2]

static long double std::numeric_limits< long double >::max ( )
throw ( )
inlinestatic

Definition at line 1900 of file limits_gcc3.h.

◆ min() [1/2]

static long double std::numeric_limits< long double >::min ( )
throw ( )
inlinestatic

Definition at line 991 of file limits_gcc3.h.

◆ min() [2/2]

static long double std::numeric_limits< long double >::min ( )
throw ( )
inlinestatic

Definition at line 1898 of file limits_gcc3.h.

◆ quiet_NaN() [1/2]

static long double std::numeric_limits< long double >::quiet_NaN ( )
throw ( )
inlinestatic

Definition at line 996 of file limits_gcc3.h.

◆ quiet_NaN() [2/2]

static long double std::numeric_limits< long double >::quiet_NaN ( )
throw ( )
inlinestatic

Definition at line 1930 of file limits_gcc3.h.

References __glibcpp_long_double_quiet_NaN.

◆ round_error() [1/2]

static long double std::numeric_limits< long double >::round_error ( )
throw ( )
inlinestatic

Definition at line 994 of file limits_gcc3.h.

◆ round_error() [2/2]

static long double std::numeric_limits< long double >::round_error ( )
throw ( )
inlinestatic

Definition at line 1911 of file limits_gcc3.h.

◆ signaling_NaN() [1/2]

static long double std::numeric_limits< long double >::signaling_NaN ( )
throw ( )
inlinestatic

Definition at line 997 of file limits_gcc3.h.

◆ signaling_NaN() [2/2]

static long double std::numeric_limits< long double >::signaling_NaN ( )
throw ( )
inlinestatic

Definition at line 1932 of file limits_gcc3.h.

References __glibcpp_long_double_signaling_NaN.

Member Data Documentation

◆ digits

const int std::numeric_limits< long double >::digits = __glibcpp_long_double_digits
static

Definition at line 1903 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< long double >::digits10 = __glibcpp_long_double_digits10
static

Definition at line 1904 of file limits_gcc3.h.

◆ has_denorm

const float_denorm_style std::numeric_limits< long double >::has_denorm
static
Initial value:
=
#define __glibcpp_long_double_has_denorm

Definition at line 1923 of file limits_gcc3.h.

◆ has_denorm_loss

const bool std::numeric_limits< long double >::has_denorm_loss
static
Initial value:

Definition at line 1925 of file limits_gcc3.h.

◆ has_infinity

const bool std::numeric_limits< long double >::has_infinity = __glibcpp_long_double_has_infinity
static

Definition at line 1919 of file limits_gcc3.h.

◆ has_quiet_NaN

const bool std::numeric_limits< long double >::has_quiet_NaN = __glibcpp_long_double_has_quiet_NaN
static

Definition at line 1920 of file limits_gcc3.h.

◆ has_signaling_NaN

const bool std::numeric_limits< long double >::has_signaling_NaN
static
Initial value:

Definition at line 1921 of file limits_gcc3.h.

◆ is_bounded

const bool std::numeric_limits< long double >::is_bounded = __glibcpp_long_double_is_bounded
static

Definition at line 1938 of file limits_gcc3.h.

◆ is_exact

const bool std::numeric_limits< long double >::is_exact = false
static

Definition at line 1907 of file limits_gcc3.h.

◆ is_iec559

const bool std::numeric_limits< long double >::is_iec559 = __glibcpp_long_double_is_iec559
static

Definition at line 1937 of file limits_gcc3.h.

◆ is_integer

const bool std::numeric_limits< long double >::is_integer = false
static

Definition at line 1906 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< long double >::is_modulo = __glibcpp_long_double_is_modulo
static

Definition at line 1939 of file limits_gcc3.h.

◆ is_signed

const bool std::numeric_limits< long double >::is_signed = true
static

Definition at line 1905 of file limits_gcc3.h.

◆ is_specialized

const bool std::numeric_limits< long double >::is_specialized = true
static

Definition at line 1896 of file limits_gcc3.h.

◆ max_exponent

const int std::numeric_limits< long double >::max_exponent = __glibcpp_long_double_max_exponent
static

Definition at line 1916 of file limits_gcc3.h.

◆ max_exponent10

const int std::numeric_limits< long double >::max_exponent10 = __glibcpp_long_double_max_exponent10
static

Definition at line 1917 of file limits_gcc3.h.

◆ min_exponent

const int std::numeric_limits< long double >::min_exponent = __glibcpp_long_double_min_exponent
static

Definition at line 1914 of file limits_gcc3.h.

◆ min_exponent10

const int std::numeric_limits< long double >::min_exponent10 = __glibcpp_long_double_min_exponent10
static

Definition at line 1915 of file limits_gcc3.h.

◆ radix

const int std::numeric_limits< long double >::radix = __glibcpp_long_double_radix
static

Definition at line 1908 of file limits_gcc3.h.

◆ round_style

const float_round_style std::numeric_limits< long double >::round_style
static
Initial value:
=
#define __glibcpp_long_double_round_style

Definition at line 1943 of file limits_gcc3.h.

◆ tinyness_before

const bool std::numeric_limits< long double >::tinyness_before = __glibcpp_long_double_tinyness_before
static

Definition at line 1942 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< long double >::traps = __glibcpp_long_double_traps
static

Definition at line 1941 of file limits_gcc3.h.


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