Blame lib/float.in.h

Packit Service fdd496
/* A correct <float.h>.
Packit Service fdd496
Packit Service fdd496
   Copyright (C) 2007-2017 Free Software Foundation, Inc.
Packit Service fdd496
Packit Service fdd496
   This program is free software: you can redistribute it and/or modify
Packit Service fdd496
   it under the terms of the GNU General Public License as published by
Packit Service fdd496
   the Free Software Foundation; either version 3 of the License, or
Packit Service fdd496
   (at your option) any later version.
Packit Service fdd496
Packit Service fdd496
   This program is distributed in the hope that it will be useful,
Packit Service fdd496
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service fdd496
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service fdd496
   GNU General Public License for more details.
Packit Service fdd496
Packit Service fdd496
   You should have received a copy of the GNU General Public License
Packit Service fdd496
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
Packit Service fdd496
Packit Service fdd496
#ifndef _@GUARD_PREFIX@_FLOAT_H
Packit Service fdd496
Packit Service fdd496
#if __GNUC__ >= 3
Packit Service fdd496
@PRAGMA_SYSTEM_HEADER@
Packit Service fdd496
#endif
Packit Service fdd496
@PRAGMA_COLUMNS@
Packit Service fdd496
Packit Service fdd496
/* The include_next requires a split double-inclusion guard.  */
Packit Service fdd496
#@INCLUDE_NEXT@ @NEXT_FLOAT_H@
Packit Service fdd496
Packit Service fdd496
#ifndef _@GUARD_PREFIX@_FLOAT_H
Packit Service fdd496
#define _@GUARD_PREFIX@_FLOAT_H
Packit Service fdd496
Packit Service fdd496
/* 'long double' properties.  */
Packit Service fdd496
Packit Service fdd496
#if defined __i386__ && (defined __BEOS__ || defined __OpenBSD__)
Packit Service fdd496
/* Number of mantissa units, in base FLT_RADIX.  */
Packit Service fdd496
# undef LDBL_MANT_DIG
Packit Service fdd496
# define LDBL_MANT_DIG   64
Packit Service fdd496
/* Number of decimal digits that is sufficient for representing a number.  */
Packit Service fdd496
# undef LDBL_DIG
Packit Service fdd496
# define LDBL_DIG        18
Packit Service fdd496
/* x-1 where x is the smallest representable number > 1.  */
Packit Service fdd496
# undef LDBL_EPSILON
Packit Service fdd496
# define LDBL_EPSILON    1.0842021724855044340E-19L
Packit Service fdd496
/* Minimum e such that FLT_RADIX^(e-1) is a normalized number.  */
Packit Service fdd496
# undef LDBL_MIN_EXP
Packit Service fdd496
# define LDBL_MIN_EXP    (-16381)
Packit Service fdd496
/* Maximum e such that FLT_RADIX^(e-1) is a representable finite number.  */
Packit Service fdd496
# undef LDBL_MAX_EXP
Packit Service fdd496
# define LDBL_MAX_EXP    16384
Packit Service fdd496
/* Minimum positive normalized number.  */
Packit Service fdd496
# undef LDBL_MIN
Packit Service fdd496
# define LDBL_MIN        3.3621031431120935063E-4932L
Packit Service fdd496
/* Maximum representable finite number.  */
Packit Service fdd496
# undef LDBL_MAX
Packit Service fdd496
# define LDBL_MAX        1.1897314953572317650E+4932L
Packit Service fdd496
/* Minimum e such that 10^e is in the range of normalized numbers.  */
Packit Service fdd496
# undef LDBL_MIN_10_EXP
Packit Service fdd496
# define LDBL_MIN_10_EXP (-4931)
Packit Service fdd496
/* Maximum e such that 10^e is in the range of representable finite numbers.  */
Packit Service fdd496
# undef LDBL_MAX_10_EXP
Packit Service fdd496
# define LDBL_MAX_10_EXP 4932
Packit Service fdd496
#endif
Packit Service fdd496
Packit Service fdd496
/* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of
Packit Service fdd496
   precision in the compiler but 64 bits of precision at runtime.  See
Packit Service fdd496
   <http://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.  */
Packit Service fdd496
#if defined __i386__ && defined __FreeBSD__
Packit Service fdd496
/* Number of mantissa units, in base FLT_RADIX.  */
Packit Service fdd496
# undef LDBL_MANT_DIG
Packit Service fdd496
# define LDBL_MANT_DIG   64
Packit Service fdd496
/* Number of decimal digits that is sufficient for representing a number.  */
Packit Service fdd496
# undef LDBL_DIG
Packit Service fdd496
# define LDBL_DIG        18
Packit Service fdd496
/* x-1 where x is the smallest representable number > 1.  */
Packit Service fdd496
# undef LDBL_EPSILON
Packit Service fdd496
# define LDBL_EPSILON 1.084202172485504434007452800869941711426e-19L /* 2^-63 */
Packit Service fdd496
/* Minimum e such that FLT_RADIX^(e-1) is a normalized number.  */
Packit Service fdd496
# undef LDBL_MIN_EXP
Packit Service fdd496
# define LDBL_MIN_EXP    (-16381)
Packit Service fdd496
/* Maximum e such that FLT_RADIX^(e-1) is a representable finite number.  */
Packit Service fdd496
# undef LDBL_MAX_EXP
Packit Service fdd496
# define LDBL_MAX_EXP    16384
Packit Service fdd496
/* Minimum positive normalized number.  */
Packit Service fdd496
# undef LDBL_MIN
Packit Service fdd496
# define LDBL_MIN        3.3621031431120935E-4932L /* = 0x1p-16382L */
Packit Service fdd496
/* Maximum representable finite number.  */
Packit Service fdd496
# undef LDBL_MAX
Packit Service fdd496
/* LDBL_MAX is represented as { 0xFFFFFFFF, 0xFFFFFFFF, 32766 }.
Packit Service fdd496
   But the largest literal that GCC allows us to write is
Packit Service fdd496
   0x0.fffffffffffff8p16384L = { 0xFFFFF800, 0xFFFFFFFF, 32766 }.
Packit Service fdd496
   So, define it like this through a reference to an external variable
Packit Service fdd496
Packit Service fdd496
     const unsigned int LDBL_MAX[3] = { 0xFFFFFFFF, 0xFFFFFFFF, 32766 };
Packit Service fdd496
     extern const long double LDBL_MAX;
Packit Service fdd496
Packit Service fdd496
   Unfortunately, this is not a constant expression.  */
Packit Service fdd496
union gl_long_double_union
Packit Service fdd496
  {
Packit Service fdd496
    struct { unsigned int lo; unsigned int hi; unsigned int exponent; } xd;
Packit Service fdd496
    long double ld;
Packit Service fdd496
  };
Packit Service fdd496
extern const union gl_long_double_union gl_LDBL_MAX;
Packit Service fdd496
# define LDBL_MAX (gl_LDBL_MAX.ld)
Packit Service fdd496
/* Minimum e such that 10^e is in the range of normalized numbers.  */
Packit Service fdd496
# undef LDBL_MIN_10_EXP
Packit Service fdd496
# define LDBL_MIN_10_EXP (-4931)
Packit Service fdd496
/* Maximum e such that 10^e is in the range of representable finite numbers.  */
Packit Service fdd496
# undef LDBL_MAX_10_EXP
Packit Service fdd496
# define LDBL_MAX_10_EXP 4932
Packit Service fdd496
#endif
Packit Service fdd496
Packit Service fdd496
/* On AIX 7.1 with gcc 4.2, the values of LDBL_MIN_EXP, LDBL_MIN, LDBL_MAX are
Packit Service fdd496
   wrong.
Packit Service fdd496
   On Linux/PowerPC with gcc 4.4, the value of LDBL_MAX is wrong.  */
Packit Service fdd496
#if (defined _ARCH_PPC || defined _POWER) && defined _AIX && (LDBL_MANT_DIG == 106) && defined __GNUC__
Packit Service fdd496
# undef LDBL_MIN_EXP
Packit Service fdd496
# define LDBL_MIN_EXP DBL_MIN_EXP
Packit Service fdd496
# undef LDBL_MIN_10_EXP
Packit Service fdd496
# define LDBL_MIN_10_EXP DBL_MIN_10_EXP
Packit Service fdd496
# undef LDBL_MIN
Packit Service fdd496
# define LDBL_MIN 2.22507385850720138309023271733240406422e-308L /* DBL_MIN = 2^-1022 */
Packit Service fdd496
#endif
Packit Service fdd496
#if (defined _ARCH_PPC || defined _POWER) && (defined _AIX || defined __linux__) && (LDBL_MANT_DIG == 106) && defined __GNUC__
Packit Service fdd496
# undef LDBL_MAX
Packit Service fdd496
/* LDBL_MAX is represented as { 0x7FEFFFFF, 0xFFFFFFFF, 0x7C8FFFFF, 0xFFFFFFFF }.
Packit Service fdd496
   It is not easy to define:
Packit Service fdd496
     #define LDBL_MAX 1.79769313486231580793728971405302307166e308L
Packit Service fdd496
   is too small, whereas
Packit Service fdd496
     #define LDBL_MAX 1.79769313486231580793728971405302307167e308L
Packit Service fdd496
   is too large.  Apparently a bug in GCC decimal-to-binary conversion.
Packit Service fdd496
   Also, I can't get values larger than
Packit Service fdd496
     #define LDBL63 ((long double) (1ULL << 63))
Packit Service fdd496
     #define LDBL882 (LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63)
Packit Service fdd496
     #define LDBL945 (LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63)
Packit Service fdd496
     #define LDBL1008 (LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63)
Packit Service fdd496
     #define LDBL_MAX (LDBL1008 * 65535.0L + LDBL945 * (long double) 9223372036821221375ULL + LDBL882 * (long double) 4611686018427387904ULL)
Packit Service fdd496
   which is represented as { 0x7FEFFFFF, 0xFFFFFFFF, 0x7C8FFFFF, 0xF8000000 }.
Packit Service fdd496
   So, define it like this through a reference to an external variable
Packit Service fdd496
Packit Service fdd496
     const double LDBL_MAX[2] = { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL };
Packit Service fdd496
     extern const long double LDBL_MAX;
Packit Service fdd496
Packit Service fdd496
   or through a pointer cast
Packit Service fdd496
Packit Service fdd496
     #define LDBL_MAX \
Packit Service fdd496
       (*(const long double *) (double[]) { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL })
Packit Service fdd496
Packit Service fdd496
   Unfortunately, this is not a constant expression, and the latter expression
Packit Service fdd496
   does not work well when GCC is optimizing..  */
Packit Service fdd496
union gl_long_double_union
Packit Service fdd496
  {
Packit Service fdd496
    struct { double hi; double lo; } dd;
Packit Service fdd496
    long double ld;
Packit Service fdd496
  };
Packit Service fdd496
extern const union gl_long_double_union gl_LDBL_MAX;
Packit Service fdd496
# define LDBL_MAX (gl_LDBL_MAX.ld)
Packit Service fdd496
#endif
Packit Service fdd496
Packit Service fdd496
/* On IRIX 6.5, with cc, the value of LDBL_MANT_DIG is wrong.
Packit Service fdd496
   On IRIX 6.5, with gcc 4.2, the values of LDBL_MIN_EXP, LDBL_MIN, LDBL_EPSILON
Packit Service fdd496
   are wrong.  */
Packit Service fdd496
#if defined __sgi && (LDBL_MANT_DIG >= 106)
Packit Service fdd496
# undef LDBL_MANT_DIG
Packit Service fdd496
# define LDBL_MANT_DIG 106
Packit Service fdd496
# if defined __GNUC__
Packit Service fdd496
#  undef LDBL_MIN_EXP
Packit Service fdd496
#  define LDBL_MIN_EXP DBL_MIN_EXP
Packit Service fdd496
#  undef LDBL_MIN_10_EXP
Packit Service fdd496
#  define LDBL_MIN_10_EXP DBL_MIN_10_EXP
Packit Service fdd496
#  undef LDBL_MIN
Packit Service fdd496
#  define LDBL_MIN 2.22507385850720138309023271733240406422e-308L /* DBL_MIN = 2^-1022 */
Packit Service fdd496
#  undef LDBL_EPSILON
Packit Service fdd496
#  define LDBL_EPSILON 2.46519032881566189191165176650870696773e-32L /* 2^-105 */
Packit Service fdd496
# endif
Packit Service fdd496
#endif
Packit Service fdd496
Packit Service fdd496
#if @REPLACE_ITOLD@
Packit Service fdd496
/* Pull in a function that fixes the 'int' to 'long double' conversion
Packit Service fdd496
   of glibc 2.7.  */
Packit Service fdd496
extern
Packit Service fdd496
# ifdef __cplusplus
Packit Service fdd496
"C"
Packit Service fdd496
# endif
Packit Service fdd496
void _Qp_itoq (long double *, int);
Packit Service fdd496
static void (*_gl_float_fix_itold) (long double *, int) = _Qp_itoq;
Packit Service fdd496
#endif
Packit Service fdd496
Packit Service fdd496
#endif /* _@GUARD_PREFIX@_FLOAT_H */
Packit Service fdd496
#endif /* _@GUARD_PREFIX@_FLOAT_H */