Searched defs:isinf (Results 1 - 1 of 1) sorted by relevance

/bionic/libm/include/
H A Dmath.h94 #define isinf(x) \ macro
96 : (sizeof (x) == sizeof (double)) ? isinf(x) \
234 int (isinf)(double) __pure2;

Completed in 213 milliseconds