Lines Matching refs:define
9 # define __LINKAGE__ "C"
11 # define __LINKAGE__
13 # define __STDARG__
14 # define __PROTO__(x) x
15 # define __OTORP__(x)
16 # define __PARAM__(n,o) n
19 # define const
21 # define signed
22 # define void int
23 # define volatile
24 # define __V_ char
26 # define __V_ void
29 # define __PROTO__(x) ()
30 # define __OTORP__(x) x
31 # define __PARAM__(n,o) o
32 # define __LINKAGE__
33 # define __V_ char
34 # define const
35 # define signed
36 # define void int
37 # define volatile
39 # define __MANGLE__ __LINKAGE__
41 # define __VARARG__ ...
43 # define __VARARG__
46 # define __VA_START__(p,a) va_start(p,a)
48 # define __VA_START__(p,a) va_start(p)
52 # define __INLINE__ extern __MANGLE__ inline
55 # define __INLINE__ __inline
61 #define __LINKAGE__ /* 2004-08-11 transition */
64 #define _def_float_ast 1
65 #define _sys_types 1 /* #include <sys/types.h> ok */
66 #define _hdr_float 1 /* #include <float.h> ok */
67 #define _hdr_limits 1 /* #include <limits.h> ok */
68 #define _hdr_math 1 /* #include <math.h> ok */
69 #define _hdr_values 1 /* #include <values.h> ok */
70 #define _LIB_m 1 /* -lm is a library */
71 #define _lib_frexp 1 /* frexp() in default lib(s) */
72 #define _lib_frexpl 1 /* frexpl() in default lib(s) */
73 #define _lib_ldexp 1 /* ldexp() in default lib(s) */
74 #define _lib_ldexpl 1 /* ldexpl() in default lib(s) */
75 #define _lib_finite 1 /* finite() in default lib(s) */
76 #define _lib_isnanl 1 /* isnanl() in default lib(s) */
77 #define _lib_copysign 1 /* copysign() in default lib(s) */
78 #define _lib_copysignl 1 /* copysignl() in default lib(s) */
79 #define _npt_finite 1 /* finite() needs a prototype */
80 #define _npt_finitel 1 /* finitel() needs a prototype */
81 #define _npt_isinfl 1 /* isinfl() needs a prototype */
82 #define _lib_fpclassify 1 /* fpclassify present and works */
83 #define _lib_isinf 1 /* isinf present and works */
84 #define _lib_isnan 1 /* isnan present and works */
85 #define _lib_signbit 1 /* signbit present and works */
90 #define FLT_DIG 6
93 #define FLT_MAX 3.4028234663852885981170E+38F
96 #define FLT_MAX_10_EXP (+38)
99 #define FLT_MAX_EXP (+128)
102 #define FLT_MIN 1.1754943508222875079688E-38F
105 #define FLT_MIN_10_EXP (-37)
108 #define FLT_MIN_EXP (-125)
111 #define DBL_DIG 15
114 #define DBL_MAX 1.7976931348623157081452E+308
117 #define DBL_MAX_10_EXP (+308)
120 #define DBL_MAX_EXP (+1024)
123 #define DBL_MIN 2.2250738585072013830903E-308
126 #define DBL_MIN_10_EXP (-307)
129 #define DBL_MIN_EXP (-1021)
132 #define LDBL_DIG 33
135 #define LDBL_MAX 1.189731495357231765085759326628007016E+4932L
138 #define LDBL_MAX_10_EXP (+4932)
141 #define LDBL_MAX_EXP (+16384)
144 #define LDBL_MIN 3.362103143112093506262677817321752603E-4932L
147 #define LDBL_MIN_10_EXP (-4931)
150 #define LDBL_MIN_EXP (-16381)
154 #define USHRT_DIG 4
155 #define UINT_DIG 9
156 #define ULONG_DIG 9
157 #define ULLONG_DIG 19
158 #define UINTMAX_DIG ULLONG_DIG
160 #define FLT_ULONG_MAX 4294967295.0F
161 #define FLT_ULLONG_MAX 18446744073709551615.0F
162 #define FLT_UINTMAX_MAX FLT_ULLONG_MAX
163 #define FLT_LONG_MAX 2147483647.0F
164 #define FLT_LLONG_MAX 9223372036854775807.0F
165 #define FLT_INTMAX_MAX FLT_LLONG_MAX
166 #define FLT_LONG_MIN (-2147483648.0F)
167 #define FLT_LLONG_MIN (-9223372036854775808.0F)
168 #define FLT_INTMAX_MIN FLT_LLONG_MIN
170 #define DBL_ULONG_MAX 4294967295.0
171 #define DBL_ULLONG_MAX 18446744073709551615.0
172 #define DBL_UINTMAX_MAX DBL_ULLONG_MAX
173 #define DBL_LONG_MAX 2147483647.0
174 #define DBL_LLONG_MAX 9223372036854775807.0
175 #define DBL_INTMAX_MAX DBL_LLONG_MAX
176 #define DBL_LONG_MIN (-2147483648.0)
177 #define DBL_LLONG_MIN (-9223372036854775808.0)
178 #define DBL_INTMAX_MIN DBL_LLONG_MIN
180 #define LDBL_ULONG_MAX 4294967295.0L
181 #define LDBL_ULLONG_MAX 18446744073709551615.0L
182 #define LDBL_UINTMAX_MAX LDBL_ULLONG_MAX
183 #define LDBL_LONG_MAX 2147483647.0L
184 #define LDBL_LLONG_MAX 9223372036854775807.0L
185 #define LDBL_INTMAX_MAX LDBL_LLONG_MAX
186 #define LDBL_LONG_MIN (-2147483648.0L)
187 #define LDBL_LLONG_MIN (-9223372036854775808.0L)
188 #define LDBL_INTMAX_MIN LDBL_LLONG_MIN
190 #define FLTMAX_UINTMAX_MAX LDBL_UINTMAX_MAX
191 #define FLTMAX_INTMAX_MAX LDBL_INTMAX_MAX
192 #define FLTMAX_INTMAX_MIN LDBL_INTMAX_MIN
200 #define _ast_dbl_exp_index 0
201 #define _ast_dbl_exp_shift 20
209 #define _ast_fltmax_exp_index 0
210 #define _ast_fltmax_exp_shift 16
212 #define _ast_flt_unsigned_max_t unsigned long long
213 #define _ast_flt_nan_init 0x7f,0xff,0xff,0xff
214 #define _ast_flt_inf_init 0x7f,0x80,0x00,0x00
215 #define _ast_dbl_nan_init 0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff
216 #define _ast_dbl_inf_init 0x7f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00
217 #define _ast_ldbl_nan_init 0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x…
218 #define _ast_ldbl_inf_init 0x7f,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x…