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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 62 const struct floatformat ** double_format = floatformats_ieee_double; member in struct:gdbarch
314 /* Skip verify of double_format, invalid_p == 0. */
604 "gdbarch_dump: double_format = %s\n",
605 pformat (gdbarch, gdbarch->double_format));
1645 /* Skip verify of double_format, invalid_p == 0. */
1648 return gdbarch->double_format;
1653 const struct floatformat ** double_format)
1655 gdbarch->double_format = double_format;
gdbarch-gen.h 98 extern void set_gdbarch_double_format (struct gdbarch *gdbarch, const struct floatformat ** double_format);
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 62 const struct floatformat ** double_format = floatformats_ieee_double; member in struct:gdbarch
316 /* Skip verify of double_format, invalid_p == 0. */
608 "gdbarch_dump: double_format = %s\n",
609 pformat (gdbarch, gdbarch->double_format));
1658 /* Skip verify of double_format, invalid_p == 0. */
1661 return gdbarch->double_format;
1666 const struct floatformat ** double_format)
1668 gdbarch->double_format = double_format;
gdbarch-gen.h 98 extern void set_gdbarch_double_format (struct gdbarch *gdbarch, const struct floatformat ** double_format);

Completed in 20 milliseconds