Go to the source code of this file.
Defines |
#define | MAX_DECIMAL_STRING 43 |
Functions |
void | decimal_to_string (const gdb_byte *, int, enum bfd_endian, char *) |
int | decimal_from_string (gdb_byte *, int, enum bfd_endian, const char *) |
void | decimal_from_integral (struct value *from, gdb_byte *to, int len, enum bfd_endian byte_order) |
void | decimal_from_floating (struct value *from, gdb_byte *to, int len, enum bfd_endian byte_order) |
DOUBLEST | decimal_to_doublest (const gdb_byte *from, int len, enum bfd_endian byte_order) |
void | decimal_binop (enum exp_opcode, const gdb_byte *, int, enum bfd_endian, const gdb_byte *, int, enum bfd_endian, gdb_byte *, int, enum bfd_endian) |
int | decimal_is_zero (const gdb_byte *, int, enum bfd_endian) |
int | decimal_compare (const gdb_byte *, int, enum bfd_endian, const gdb_byte *, int, enum bfd_endian) |
void | decimal_convert (const gdb_byte *, int, enum bfd_endian, gdb_byte *, int, enum bfd_endian) |
Define Documentation
Definition at line 30 of file dfp.h.
Function Documentation