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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c237 const struct floatformat * double_format; member in struct:gdbarch
404 0, /* double_format */
708 if (current_gdbarch->double_format == 0)
709 current_gdbarch->double_format = default_double_format (current_gdbarch);
4870 return gdbarch->double_format;
4875 const struct floatformat * double_format)
4877 gdbarch->double_format = double_format;
4874 set_gdbarch_double_format(struct gdbarch *gdbarch, const struct floatformat * double_format) argument
H A Dgdbarch.h1966 extern void set_gdbarch_double_format (struct gdbarch *gdbarch, const struct floatformat * double_format);

Completed in 135 milliseconds