Home
last modified time | relevance | path

Searched refs:real_to_decimal (Results 1 – 15 of 15) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dreal.h212 extern void real_to_decimal (char *, const REAL_VALUE_TYPE *, size_t,
Dprint-tree.c147 real_to_decimal (string, &d, sizeof (string), 0, 1); in print_node_brief()
720 real_to_decimal (string, &d, sizeof (string), 0, 1); in print_node()
Dc-cppbuiltin.c701 real_to_decimal (dec_str, &real, sizeof (dec_str), digits, 0); in builtin_define_with_hex_fp_value()
Dprint-rtl.c588 real_to_decimal (s, CONST_DOUBLE_REAL_VALUE (in_rtx), in print_rtx()
Ddfp.c332 real_to_decimal (string, from, sizeof (string), 0, 1); in decimal_from_binary()
Dsched-vis.c431 real_to_decimal (t, CONST_DOUBLE_REAL_VALUE (x), sizeof (t), 0, 1); in print_value()
Dtree-dump.c189 real_to_decimal (buf, r, sizeof (buf), 0, true); in dump_real()
Dc-pretty-print.c915 real_to_decimal (pp_buffer (pp)->digit_buffer, &TREE_REAL_CST (r), in pp_c_floating_constant()
Dtree-pretty-print.c760 real_to_decimal (string, &d, sizeof (string), 0, 1); in dump_generic_node()
Dreal.c1449 real_to_decimal (char *str, const REAL_VALUE_TYPE *r_orig, size_t buf_size, in real_to_decimal() function
DChangeLog-20022719 * real.c (real_to_decimal): Fix buffer overrun when buffer size
3888 * real.c (real_to_decimal): If the >1 tens reduction loop results
4610 (real_to_decimal): Re-implement using the logic from the
4799 * real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS
4802 * real.h (real_to_decimal, real_to_hexadecimal): Update prototypes.
4811 use real_to_decimal directly, and with the proper arguments.
5583 (real_to_decimal, real_from_string): Use it.
5587 (real_to_decimal, real_to_hexadecimal): Fix sign of Inf and NaN.
5854 * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
6937 real_to_integer, real_to_integer2, real_to_decimal,
DChangeLog-20052999 (real_to_decimal): Likewise, call decimal_real_to_decimal.
DChangeLog-200413724 real_identical, real_to_integer, real_to_integer2, real_to_decimal,
/freebsd-9-stable/contrib/gcc/config/i386/
Di386.c8333 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1); in print_operand()
8342 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1); in print_operand()
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-20021185 * error.c (dump_expr): Use real_to_decimal directly, and with