OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIZEOF_FLT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
float+.h
138
#define
SIZEOF_FLT
((FLT_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT)
142
/* Verify that
SIZEOF_FLT
<= sizeof (float) etc. */
143
typedef int verify_sizeof_flt[
SIZEOF_FLT
<= sizeof (float) ? 1 : -1];
/src/external/gpl3/gdb.old/dist/gnulib/import/
float+.h
138
#define
SIZEOF_FLT
((FLT_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT)
142
/* Verify that
SIZEOF_FLT
<= sizeof (float) etc. */
143
typedef int verify_sizeof_flt[
SIZEOF_FLT
<= sizeof (float) ? 1 : -1];
Completed in 21 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026