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

/haiku-fatelf/src/tools/docbook/libxml2/include/
H A Dwin32config.h43 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ macro
52 static int isinf (double d) { function
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dwin32config.h39 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ macro
47 static int isinf (double d) { function
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmath.h480 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
481 # undef isinf macro
482 # define isinf(x) _GL_WARN_REAL_FLOATING_IMPL (isinf, x) macro
H A Dmath.in.h433 # undef isinf macro
434 # define isinf(x) \ macro
441 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
442 # undef isinf macro
443 # define isinf(x) _GL_WARN_REAL_FLOATING_IMPL (isinf, x) macro
/haiku-fatelf/headers/posix/
H A Dmath.h346 # define isinf(value) \ macro
/haiku-fatelf/src/system/libroot/posix/glibc/math/
H A Dmath.h234 # define isinf(x) \ macro
237 # define isinf(x) \ macro
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c914 isinf(d) function

Completed in 211 milliseconds