OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZEOF_FLT
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
signbitf.c
59
return (memcmp (&plus_zero, &arg_mem,
SIZEOF_FLT
) != 0);
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];
isnan.c
72
# define SIZE
SIZEOF_FLT
Completed in 52 milliseconds