Searched refs:lazy_hex_fp_values (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-cppbuiltin.c | 1642 lazy_hex_fp_values[LAZY_HEX_FP_VALUES_CNT]; variable 1653 real_from_string (&real, lazy_hex_fp_values[num].hex_str); in lazy_hex_fp_value() 1655 lazy_hex_fp_values[num].digits, 0, in lazy_hex_fp_value() 1656 lazy_hex_fp_values[num].mode); in lazy_hex_fp_value() 1659 = sprintf (buf1, "%s%s", dec_str, lazy_hex_fp_values[num].fp_suffix); in lazy_hex_fp_value() 1697 lazy_hex_fp_values[lazy_hex_fp_value_count].hex_str in builtin_define_with_hex_fp_value() 1699 lazy_hex_fp_values[lazy_hex_fp_value_count].mode = TYPE_MODE (type); in builtin_define_with_hex_fp_value() 1700 lazy_hex_fp_values[lazy_hex_fp_value_count].digits = digits; in builtin_define_with_hex_fp_value() 1701 lazy_hex_fp_values[lazy_hex_fp_value_count].fp_suffix = fp_suffix; in builtin_define_with_hex_fp_value()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-cppbuiltin.cc | 1768 lazy_hex_fp_values[LAZY_HEX_FP_VALUES_CNT]; variable 1779 real_from_string (&real, lazy_hex_fp_values[num].hex_str); in lazy_hex_fp_value() 1781 lazy_hex_fp_values[num].digits, 0, in lazy_hex_fp_value() 1782 lazy_hex_fp_values[num].mode); in lazy_hex_fp_value() 1785 = sprintf (buf1, "%s%s", dec_str, lazy_hex_fp_values[num].fp_suffix); in lazy_hex_fp_value() 1823 lazy_hex_fp_values[lazy_hex_fp_value_count].hex_str in builtin_define_with_hex_fp_value() 1825 lazy_hex_fp_values[lazy_hex_fp_value_count].mode = TYPE_MODE (type); in builtin_define_with_hex_fp_value() 1826 lazy_hex_fp_values[lazy_hex_fp_value_count].digits = digits; in builtin_define_with_hex_fp_value() 1827 lazy_hex_fp_values[lazy_hex_fp_value_count].fp_suffix = fp_suffix; in builtin_define_with_hex_fp_value()
|
H A D | ChangeLog | 4601 (lazy_hex_fp_values): Allow up to LAZY_HEX_FP_VALUES_CNT lazy hex fp 13136 (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers. 13143 (lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
|