Searched refs:builtin_define_with_int_value (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-cppbuiltin.c | 52 static void builtin_define_with_int_value (const char *, HOST_WIDE_INT); 109 builtin_define_with_int_value (name, in builtin_define_type_sizeof() 147 builtin_define_with_int_value ("__FLT_RADIX__", fmt->b); in builtin_define_float_constants() 152 builtin_define_with_int_value (name, fmt->p); in builtin_define_float_constants() 163 builtin_define_with_int_value (name, dig); in builtin_define_float_constants() 184 builtin_define_with_int_value (name, fmt->emax); in builtin_define_float_constants() 214 builtin_define_with_int_value (name, max_10_exp); in builtin_define_float_constants() 240 builtin_define_with_int_value ("__DECIMAL_DIG__", decimal_dig); in builtin_define_float_constants() 244 builtin_define_with_int_value (name, type_decimal_dig); in builtin_define_float_constants() 293 builtin_define_with_int_value (name, in builtin_define_float_constants() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-cppbuiltin.c | 111 builtin_define_with_int_value (name, in builtin_define_type_sizeof() 161 builtin_define_with_int_value ("__FLT_RADIX__", fmt->b); in builtin_define_float_constants() 166 builtin_define_with_int_value (name, fmt->p); in builtin_define_float_constants() 177 builtin_define_with_int_value (name, dig); in builtin_define_float_constants() 198 builtin_define_with_int_value (name, fmt->emax); in builtin_define_float_constants() 228 builtin_define_with_int_value (name, max_10_exp); in builtin_define_float_constants() 256 builtin_define_with_int_value ("__DECIMAL_DIG__", type_decimal_dig); in builtin_define_float_constants() 258 builtin_define_with_int_value (name, type_decimal_dig); in builtin_define_float_constants() 299 builtin_define_with_int_value (name, in builtin_define_float_constants() 307 builtin_define_with_int_value (name, MODE_HAS_NANS (TYPE_MODE (type))); in builtin_define_float_constants() [all …]
|
H A D | c-common.h | 1104 extern void builtin_define_with_int_value (const char *, HOST_WIDE_INT);
|