Home
last modified time | relevance | path

Searched refs:decimal_from_string (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Ddfp.h33 extern int decimal_from_string (gdb_byte *, int, enum bfd_endian,
H A Ddfp.c174 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 Dc-exp.y1683 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 Dprintcmd.c2137 decimal_from_string (dec, dfp_len, byte_order, "0"); in printf_decfloat()
H A Dvalops.c866 decimal_from_string (v, TYPE_LENGTH (type), byte_order, "1"); in value_one()