Searched refs:flt_str (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c6289 std::string flt_str, dbl_str; local
6310 flt_str = target_float_to_string (raw_buffer, flt_type, "%-17.9g");
6317 fprintf_filtered (file, " flt: %s", flt_str.c_str ());
6333 flt_str = target_float_to_string (raw_buffer, flt_type, "%-17.9g");
6343 fprintf_filtered (file, " flt: %s", flt_str.c_str ());
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c6329 std::string flt_str, dbl_str; local
6350 flt_str = target_float_to_string (raw_buffer, flt_type, "%-17.9g");
6357 gdb_printf (file, " flt: %s", flt_str.c_str ());
6373 flt_str = target_float_to_string (raw_buffer, flt_type, "%-17.9g");
6383 gdb_printf (file, " flt: %s", flt_str.c_str ());

Completed in 209 milliseconds