Searched refs:__finite (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_finite.c26 int __finite(double x) function
28 int __finite(x)
36 hidden_def (__finite)
37 weak_alias (__finite, finite)
39 strong_alias (__finite, __finitel)
40 weak_alias (__finite, finitel)
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Ds_finite.S7 ENTRY(__finite) function
14 END (__finite)
15 weak_alias (__finite, finite)
16 hidden_def (__finite)
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h179 __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
/haiku/headers/posix/
H A Dmath.h365 extern int __finite(double value);
384 : sizeof(value) == sizeof(double) ? __finite(value) \
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c744 void __finite() {} function
H A Dlibroot_stubs_legacy.c559 void __finite() {} function

Completed in 186 milliseconds