OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:half_format
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/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
;
gdbarch-gen.h
86
extern void set_gdbarch_half_format (struct gdbarch *gdbarch, const struct floatformat **
half_format
);
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
58
const struct floatformat **
half_format
= floatformats_ieee_half;
member in struct:gdbarch
312
/* Skip verify of
half_format
, invalid_p == 0. */
596
"gdbarch_dump:
half_format
= %s\n",
597
pformat (gdbarch, gdbarch->
half_format
));
1590
/* Skip verify of
half_format
, invalid_p == 0. */
1593
return gdbarch->
half_format
;
1598
const struct floatformat **
half_format
)
1600
gdbarch->
half_format
=
half_format
;
gdbarch-gen.h
86
extern void set_gdbarch_half_format (struct gdbarch *gdbarch, const struct floatformat **
half_format
);
Completed in 40 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026