32 const char *format =
nullptr);
35 const std::string &
string);
51 const struct type *from_type,
52 gdb_byte *to,
const struct type *to_type);
55 const gdb_byte *x,
const struct type *type_x,
56 const gdb_byte *y,
const struct type *type_y,
57 gdb_byte *res,
const struct type *type_res);
59 const gdb_byte *y,
const struct type *type_y);
int target_float_compare(const gdb_byte *x, const struct type *type_x, const gdb_byte *y, const struct type *type_y)
LONGEST target_float_to_longest(const gdb_byte *addr, const struct type *type)
bool target_float_is_zero(const gdb_byte *addr, const struct type *type)
void target_float_binop(enum exp_opcode opcode, const gdb_byte *x, const struct type *type_x, const gdb_byte *y, const struct type *type_y, gdb_byte *res, const struct type *type_res)
bool target_float_is_valid(const gdb_byte *addr, const struct type *type)
std::string target_float_to_string(const gdb_byte *addr, const struct type *type, const char *format=nullptr)
bool target_float_from_string(gdb_byte *addr, const struct type *type, const std::string &string)
void target_float_convert(const gdb_byte *from, const struct type *from_type, gdb_byte *to, const struct type *to_type)
void target_float_from_longest(gdb_byte *addr, const struct type *type, LONGEST val)
double target_float_to_host_double(const gdb_byte *addr, const struct type *type)
void target_float_from_host_double(gdb_byte *addr, const struct type *type, double val)
void target_float_from_ulongest(gdb_byte *addr, const struct type *type, ULONGEST val)