Searched refs:finite (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dfinite.c4 int finite(double x) function
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_finite.c18 * finite(x) returns 1 is x is finite, else 0;
37 weak_alias (__finite, finite)
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Ds_finite.S15 weak_alias (__finite, finite)
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h174 /* Return 0 if VALUE is finite or NaN, +1 if it
178 /* Return nonzero if VALUE is finite and not NaN. */
184 /* Return 0 if VALUE is finite or NaN, +1 if it
189 /* Return nonzero if VALUE is finite and not NaN. */
190 __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
/haiku/headers/posix/
H A Dmath.h332 extern int finite(double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1721 void finite() {} function
H A Dlibroot_stubs_legacy.c1666 void finite() {} function

Completed in 223 milliseconds