HomeSort by: relevance | last modified time | path
    Searched defs:dbl_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 3284 struct type *dbl_type;
3286 dbl_type = builtin_type (objfile)->builtin_double;
3289 dbl_type->length ());
3291 target_float_from_string (dbl_valu, dbl_type, std::string (p));
3293 sym->set_type (dbl_type);
3281 struct type *dbl_type; local
mips-tdep.c 6334 const struct type *dbl_type = builtin_type (gdbarch)->builtin_double; local
6364 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");
6378 dbl_str = target_float_to_string (raw_buffer, dbl_type, "%-24.17g");
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 3286 struct type *dbl_type;
3288 dbl_type = builtin_type (objfile)->builtin_double;
3291 dbl_type->length ());
3293 target_float_from_string (dbl_valu, dbl_type, std::string (p));
3295 sym->set_type (dbl_type);
3283 struct type *dbl_type; local
mips-tdep.c 6337 const struct type *dbl_type = builtin_type (gdbarch)->builtin_double; local
6367 dbl_str = target_float_to_string (raw_buffer.data (), dbl_type,
6383 dbl_str = target_float_to_string (raw_buffer.data (), dbl_type,

Completed in 34 milliseconds