OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZEOF_DBL
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
signbitd.c
59
return (memcmp (&plus_zero, &arg_mem,
SIZEOF_DBL
) != 0);
float+.h
139
#define
SIZEOF_DBL
((DBL_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT)
144
typedef int verify_sizeof_dbl[
SIZEOF_DBL
<= sizeof (double) ? 1 : - 1];
isnan.c
60
# define SIZE
SIZEOF_DBL
Completed in 51 milliseconds