OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:double_format
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/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
;
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c
62
const struct floatformat **
double_format
= floatformats_ieee_double;
member in struct:gdbarch
311
/* Skip verify of
double_format
, invalid_p == 0 */
598
"gdbarch_dump:
double_format
= %s\n",
599
pformat (gdbarch, gdbarch->
double_format
));
1630
/* Skip verify of
double_format
, invalid_p == 0 */
1633
return gdbarch->
double_format
;
1638
const struct floatformat **
double_format
)
1640
gdbarch->
double_format
=
double_format
;
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026