Searched refs:real_to_decimal (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dreal.h212 extern void real_to_decimal (char *, const REAL_VALUE_TYPE *, size_t,
H A Dc-cppbuiltin.c701 real_to_decimal (dec_str, &real, sizeof (dec_str), digits, 0);
H A Dprint-tree.c147 real_to_decimal (string, &d, sizeof (string), 0, 1);
721 real_to_decimal (string, &d, sizeof (string), 0, 1);
H A Ddfp.c332 real_to_decimal (string, from, sizeof (string), 0, 1);
H A Dprint-rtl.c588 real_to_decimal (s, CONST_DOUBLE_REAL_VALUE (in_rtx),
H A Dsched-vis.c432 real_to_decimal (t, CONST_DOUBLE_REAL_VALUE (x), sizeof (t), 0, 1);
H A Dtree-dump.c189 real_to_decimal (buf, r, sizeof (buf), 0, true);
H A Dc-pretty-print.c918 real_to_decimal (pp_buffer (pp)->digit_buffer, &TREE_REAL_CST (r),
H A Dtree-pretty-print.c760 real_to_decimal (string, &d, sizeof (string), 0, 1);
H A Dreal.c1409 /* A subroutine of real_to_decimal. Compute the quotient and remainder
1453 real_to_decimal (char *str, const REAL_VALUE_TYPE *r_orig, size_t buf_size,
1449 real_to_decimal (char *str, const REAL_VALUE_TYPE *r_orig, size_t buf_size, function
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c8354 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1);
8363 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1);

Completed in 195 milliseconds