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

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 58 const struct floatformat ** half_format = floatformats_ieee_half; member in struct:gdbarch
310 /* Skip verify of half_format, invalid_p == 0. */
592 "gdbarch_dump: half_format = %s\n",
593 pformat (gdbarch, gdbarch->half_format));
1577 /* Skip verify of half_format, invalid_p == 0. */
1580 return gdbarch->half_format;
1585 const struct floatformat ** half_format)
1587 gdbarch->half_format = half_format;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 58 const struct floatformat ** half_format = floatformats_ieee_half; member in struct:gdbarch
307 /* Skip verify of half_format, invalid_p == 0 */
586 "gdbarch_dump: half_format = %s\n",
587 pformat (gdbarch, gdbarch->half_format));
1562 /* Skip verify of half_format, invalid_p == 0 */
1565 return gdbarch->half_format;
1570 const struct floatformat ** half_format)
1572 gdbarch->half_format = half_format;

Completed in 29 milliseconds