Home
last modified time | relevance | path

Searched refs:dec_str (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dc-cppbuiltin.c691 char dec_str[64], buf1[256], buf2[256]; in builtin_define_with_hex_fp_value() local
704 real_to_decimal (dec_str, &real, sizeof (dec_str), digits, 0); in builtin_define_with_hex_fp_value()
708 sprintf (buf1, "%s%s", dec_str, fp_suffix); in builtin_define_with_hex_fp_value()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.c5142 char dec_str[64], buf[256]; local
5155 real_to_decimal (dec_str, &real, sizeof (dec_str), digits, 0);
5157 sprintf (buf, "%s=%s%s", macro, dec_str, fp_suffix);