OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isinf_d
(Results
1 - 1
of
1
) sorted by null
/external/qemu/fpu/
softfloat-native.h
81
: sizeof (x) == sizeof (double) ?
isinf_d
(x) \
84
static inline int
isinf_d
(double x) { return isnan (x - x); }
function
Completed in 63 milliseconds