Minor cleanups in libio/iofdopen.c
[glibc.git] / conform / data / float.h-data
blob350802ac296c85ab7a93cc45ca2ace0546712df1
1 macro-int-constant FLT_RADIX >= 2
3 macro FLT_ROUNDS
5 macro-int-constant FLT_MANT_DIG
6 macro-int-constant DBL_MANT_DIG
7 macro-int-constant LDBL_MANT_DIG
9 macro-int-constant FLT_DIG >= 6
10 macro-int-constant DBL_DIG >= 10
11 macro-int-constant LDBL_DIG >= 10
13 macro-int-constant FLT_MIN_EXP < 0
14 macro-int-constant DBL_MIN_EXP < 0
15 macro-int-constant LDBL_MIN_EXP < 0
17 macro-int-constant FLT_MIN_10_EXP <= -37
18 macro-int-constant DBL_MIN_10_EXP <= -37
19 macro-int-constant LDBL_MIN_10_EXP <= -37
21 macro-int-constant FLT_MAX_EXP
22 macro-int-constant DBL_MAX_EXP
23 macro-int-constant LDBL_MAX_EXP
25 macro-int-constant FLT_MAX_10_EXP >= 37
26 macro-int-constant DBL_MAX_10_EXP >= 37
27 macro-int-constant LDBL_MAX_10_EXP >= 37
29 macro-constant FLT_MAX >= 1.0E37
30 macro-constant DBL_MAX >= 1.0E37
31 macro-constant LDBL_MAX >= 1.0E37
33 macro-constant FLT_EPSILON <= 1.0E-5
34 macro-constant DBL_EPSILON <= 1.0E-9
35 macro-constant LDBL_EPSILON <= 1.0E-9
37 macro-constant FLT_MIN <= 1.0E-37
38 macro-constant DBL_MIN <= 1.0E-37
39 macro-constant LDBL_MIN <= 1.0E-37
41 #if !defined ISO && !defined XPG3 && !defined XPG4 && !defined POSIX && !defined UNIX98
42 macro-int-constant DECIMAL_DIG >= 10
43 macro-int-constant FLT_EVAL_METHOD
44 #endif
46 #if defined ISO11
47 macro-int-constant DBL_HAS_SUBNORM
48 macro-int-constant FLT_HAS_SUBNORM
49 macro-int-constant LDBL_HAS_SUBNORM
51 macro-int-constant DBL_DECIMAL_DIG >= 10
52 macro-int-constant FLT_DECIMAL_DIG >= 6
53 macro-int-constant LDBL_DECIMAL_DIG >= 10
55 macro-constant DBL_TRUE_MIN <= 1E-37
56 macro-constant FLT_TRUE_MIN <= 1E-37
57 macro-constant LDBL_TRUE_MIN <= 1E-37
58 #endif
60 #if !defined ISO && !defined ISO99 && !defined ISO11
61 allow *_t
62 #endif