Searched refs:target_float_to_string (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.h30 extern std::string target_float_to_string (const gdb_byte *addr,
H A Dada-typeprint.c356 str = target_float_to_string (value_contents (delta),
361 str = target_float_to_string (value_contents (small),
H A Dada-valprint.c783 = target_float_to_string (value_contents (val), value_type (val), fmt);
H A Dtarget-float.c2345 target_float_to_string (const gdb_byte *addr, const struct type *type, function
2447 std::string str = target_float_to_string (from, from_type);
H A Dprintcmd.c2406 = target_float_to_string (value_contents (value), fmt_type, format);
H A Di387-tdep.c44 std::string str = target_float_to_string (raw, type, " %-+27.19g");
H A Dmips-tdep.c6310 flt_str = target_float_to_string (raw_buffer, flt_type, "%-17.9g");
6322 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");
6333 flt_str = target_float_to_string (raw_buffer, flt_type, "%-17.9g");
6336 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");
H A Dvalprint.c1300 std::string str = target_float_to_string (valaddr, type);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.h30 extern std::string target_float_to_string (const gdb_byte *addr,
H A Dtarget-float.c2345 target_float_to_string (const gdb_byte *addr, const struct type *type, function
2447 std::string str = target_float_to_string (from, from_type);
H A Dmips-tdep.c6350 flt_str = target_float_to_string (raw_buffer, flt_type, "%-17.9g");
6362 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");
6373 flt_str = target_float_to_string (raw_buffer, flt_type, "%-17.9g");
6376 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");
H A Di387-tdep.c44 std::string str = target_float_to_string (raw, type, " %-+27.19g");
H A Dvalprint.c1377 std::string str = target_float_to_string (valaddr, type);
H A Dprintcmd.c2631 = target_float_to_string (value_contents (value).data (), fmt_type, format);

Completed in 450 milliseconds