Searched refs:__finite (Results 1 – 5 of 5) sorted by relevance
23 int __finite(double x) in __finite() function32 libm_hidden_def(__finite)
381 int_WRAPPER1(__finite)
274 (sizeof (x) == sizeof (float) ? __finitef (x) : __finite (x))280 ? __finite (x) : __finitel (x))
229 __m81_defun (int, __CONCAT(__finite,s), (float_type __value)) \
713 __NTH (__finite (double __x)) in __NTH()
Completed in 8 milliseconds