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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 56 const struct floatformat ** bfloat16_format = floatformats_bfloat16; member in struct:gdbarch
308 /* Skip verify of bfloat16_format, invalid_p == 0. */
586 "gdbarch_dump: bfloat16_format = %s\n",
587 pformat (gdbarch, gdbarch->bfloat16_format));
1543 /* Skip verify of bfloat16_format, invalid_p == 0. */
1546 return gdbarch->bfloat16_format;
1551 const struct floatformat ** bfloat16_format)
1553 gdbarch->bfloat16_format = bfloat16_format;
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 56 const struct floatformat ** bfloat16_format = floatformats_bfloat16; member in struct:gdbarch
310 /* Skip verify of bfloat16_format, invalid_p == 0. */
590 "gdbarch_dump: bfloat16_format = %s\n",
591 pformat (gdbarch, gdbarch->bfloat16_format));
1556 /* Skip verify of bfloat16_format, invalid_p == 0. */
1559 return gdbarch->bfloat16_format;
1564 const struct floatformat ** bfloat16_format)
1566 gdbarch->bfloat16_format = bfloat16_format;

Completed in 30 milliseconds