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

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_isinf.c12 * isinf(x) returns 1 is x is inf, -1 if x is -inf, else 0;
29 weak_alias (__isinf, isinf)
H A De_powf.c81 if(x == -1.0 && isinf(y)) return one;
/haiku-fatelf/src/tools/docbook/libxml2/include/
H A Dwin32config.h40 /* Bjorn Reese figured a quite nice construct for isinf() using the _fpclass
42 #ifndef isinf
43 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ macro
51 #ifndef isinf
52 static int isinf (double d) { function
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dwin32config.h36 /* Bjorn Reese figured a quite nice construct for isinf() using the
38 #ifndef isinf
39 #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.h472 # undef isinf
473 # define isinf(x) \
479 # if defined isinf
480 _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
440 # if defined isinf
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/src/system/libroot/posix/glibc/math/
H A Dmath.h234 # define isinf(x) \ macro
237 # define isinf(x) \ macro
/haiku-fatelf/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h184 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtrionan.c444 * DECC has an isinf() macro, but it works differently than that
451 #elif defined(isinf)
453 * C99 defines isinf() as a macro.
455 return isinf(number)
/haiku-fatelf/headers/posix/
H A Dmath.h346 # define isinf(value) \ macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/m68k/bits/
H A Dmathinline.h386 __inline_forward_c(int,isinf, (double __value), (__value))
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dvfprintf.c478 if (isinf(_double)) {
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c53 * * inf, nan floating values imperfect (if isinf(), isnan() not in libc)
914 isinf(d) function
950 i = (mode == 1) ? isinf(d) : isnan(d);
/haiku-fatelf/src/bin/bash/
H A Dconfigure13007 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
13008 $as_echo_n "checking for isinf... " >&6; }
13018 /* Define isinf to an innocuous variant, in case <limits.h> declares isinf.
13020 #define isinf innocuous_isinf
13023 which can conflict with char isinf (); below.
13033 #undef isinf
13041 char isinf ();
13052 return isinf ();

Completed in 181 milliseconds