Home
last modified time | relevance | path

Searched defs:decbytes (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Ddfp.c146 decimal_to_string (const gdb_byte *decbytes, int len, in decimal_to_string()
174 decimal_from_string (gdb_byte *decbytes, int len, enum bfd_endian byte_order, in decimal_from_string()
H A Dvalarith.c1747 gdb_byte decbytes[16]; /* a decfloat is at most 128 bits long. */ in value_neg() local