OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBL_SIGNBIT_WORD
(Results
1 - 5
of
5
) sorted by null
/external/bison/lib/
signbitd.c
33
#if defined
DBL_SIGNBIT_WORD
&& defined DBL_SIGNBIT_BIT
44
return (m.word[
DBL_SIGNBIT_WORD
] >> DBL_SIGNBIT_BIT) & 1;
math.in.h
[
all
...]
config.in.h
44
#undef
DBL_SIGNBIT_WORD
[
all
...]
/external/bison/darwin-lib/
math.h
[
all
...]
/external/bison/linux-lib/
math.h
[
all
...]
Completed in 55 milliseconds