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

/bionic/libc/include/
H A Dmath.h59 #define isinf(x) __builtin_isinf(x) macro
159 * specify them either). Exposing these means that isinf and isnan will have a
167 int(isinf)(double) __attribute_const__ __INTRODUCED_IN(21);
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c36 #undef isinf macro
37 #define isinf(x) (fabs(x) == INFINITY) macro
288 if (isinf(x))
291 if (isinf(y))
372 if (isinf(x))
375 if (isinf(y))
541 if (ix - iy >= CUTOFF << 20 || isinf(x))
586 if (isinf(x))
589 if (isinf(y))
H A Dcatrigf.c50 #undef isinf macro
51 #define isinf(x) (fabsf(x) == INFINITY) macro
158 if (isinf(x))
160 if (isinf(y))
216 if (isinf(x))
218 if (isinf(y))
326 if (ix - iy >= CUTOFF << 23 || isinf(x))
355 if (isinf(x))
357 if (isinf(y))
/bionic/tools/versioner/current/
H A Dmath.h59 #define isinf(x) __builtin_isinf(x) macro
159 * specify them either). Exposing these means that isinf and isnan will have a
167 int(isinf)(double) __attribute_const__ __INTRODUCED_IN(21);

Completed in 217 milliseconds