Searched refs:decimal_to_string (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | dfp.h | 32 extern void decimal_to_string (const gdb_byte *, int, enum bfd_endian, char *);
|
H A D | dfp.c | 146 decimal_to_string (const gdb_byte *decbytes, int len, in decimal_to_string() function 261 decimal_to_string (from, len, byte_order, buffer); in decimal_to_doublest()
|
H A D | printcmd.c | 2143 decimal_to_string (dfp_ptr, dfp_len, byte_order, decstr); in printf_decfloat()
|
H A D | valprint.c | 1132 decimal_to_string (valaddr, len, byte_order, decstr); in print_decimal_floating()
|