Searched refs:dbl_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstabsread.c801 struct type *dbl_type;
803 dbl_type = objfile_type (objfile)->builtin_double;
806 TYPE_LENGTH (dbl_type));
808 target_float_from_string (dbl_valu, dbl_type, std::string (p));
810 SYMBOL_TYPE (sym) = dbl_type;
798 struct type *dbl_type; local
H A Dmips-tdep.c6292 const struct type *dbl_type = builtin_type (gdbarch)->builtin_double; local
6322 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");
6336 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstabsread.c803 struct type *dbl_type;
805 dbl_type = objfile_type (objfile)->builtin_double;
808 dbl_type->length ());
810 target_float_from_string (dbl_valu, dbl_type, std::string (p));
812 sym->set_type (dbl_type);
800 struct type *dbl_type; local
H A Dmips-tdep.c6332 const struct type *dbl_type = builtin_type (gdbarch)->builtin_double; local
6362 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");
6376 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");

Completed in 180 milliseconds