Searched refs:isinf (Results 1 - 10 of 10) sorted by path

/haiku/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)
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h186 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
/haiku/headers/posix/
H A Dmath.h348 #define isinf(value) __builtin_isinf_sign((value)) macro
398 # define isinf(value) \ macro
/haiku/src/kits/interface/
H A DScrollBar.cpp743 else if (isnan(value) || isinf(value))
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c343 else if (isinf (fpnum.ldbl))
387 else if (isinf (fpnum.dbl))
H A Dprintf_fphex.c273 if (isinf (fpnum.ldbl.d))
312 if (isinf (fpnum.dbl.d))
H A Dprintf_size.c143 else if (isinf (fpnum.ldbl.d))
169 else if (isinf (fpnum.dbl.d))
/haiku/src/system/libroot/posix/musl/math/
H A Dhypotl.c45 if (ex == 0x7fff && isinf(y))
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1941 void isinf() {} function
H A Dlibroot_stubs_legacy.c1908 void isinf() {} function

Completed in 278 milliseconds