Searched refs:builtin_define_with_hex_fp_value (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-cppbuiltin.c | 54 static void builtin_define_with_hex_fp_value (const char *, tree, 219 builtin_define_with_hex_fp_value (name, type, decimal_dig, buf, fp_suffix, fp_cast); in builtin_define_float_constants() 225 builtin_define_with_hex_fp_value (name, type, decimal_dig, buf, fp_suffix, fp_cast); in builtin_define_float_constants() 236 builtin_define_with_hex_fp_value (name, type, decimal_dig, buf, fp_suffix, fp_cast); in builtin_define_float_constants() 245 builtin_define_with_hex_fp_value (name, type, decimal_dig, in builtin_define_float_constants() 684 builtin_define_with_hex_fp_value (const char *macro, in builtin_define_with_hex_fp_value() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-common.c | 793 static void builtin_define_with_hex_fp_value PARAMS ((const char *, tree, 4892 builtin_define_with_hex_fp_value (name, type, decimal_dig, buf, fp_suffix); 4898 builtin_define_with_hex_fp_value (name, type, decimal_dig, buf, fp_suffix); 4904 builtin_define_with_hex_fp_value (name, type, decimal_dig, buf, fp_suffix); 4913 builtin_define_with_hex_fp_value (name, type, decimal_dig, 5134 builtin_define_with_hex_fp_value (macro, type, digits, hex_str, fp_suffix) in builtin_define_with_hex_fp_value() function
|
| D | ChangeLog | 13502 * c-common.c (builtin_define_with_hex_fp_value): Likewise. 14620 * c-common.c (builtin_define_with_hex_fp_value): New.
|