Searched refs:decimal_from_string (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | dfp.h | 33 extern int decimal_from_string (gdb_byte *, int, enum bfd_endian,
|
H A D | dfp.c | 174 decimal_from_string (gdb_byte *decbytes, int len, enum bfd_endian byte_order, in decimal_from_string() function 248 decimal_from_string (to, len, byte_order, buffer); in decimal_from_floating()
|
H A D | c-exp.y | 1683 decimal_from_string (putithere->typed_val_decfloat.val, 4, in parse_number() 1694 decimal_from_string (putithere->typed_val_decfloat.val, 8, in parse_number() 1705 decimal_from_string (putithere->typed_val_decfloat.val, 16, in parse_number()
|
H A D | printcmd.c | 2137 decimal_from_string (dec, dfp_len, byte_order, "0"); in printf_decfloat()
|
H A D | valops.c | 866 decimal_from_string (v, TYPE_LENGTH (type), byte_order, "1"); in value_one()
|