Searched refs:__m81_test (Results 1 – 16 of 16) sorted by relevance
34 ix_cond = __m81_test (__imag__ x); in s()39 unsigned long rx_cond = __m81_test (__real__ x); in s()106 unsigned long rx_cond = __m81_test (__real__ x); in s()
38 unsigned long x_cond = __m81_test (x); in s()39 unsigned long fn_cond = __m81_test (fn); in s()
30 unsigned long rx_cond = __m81_test (__real__ x); in s()47 unsigned long ix_cond = __m81_test (__imag__ x); in s()
33 ix_cond = __m81_test (__imag__ x); in s()50 unsigned long rx_cond = __m81_test (__real__ x); in s()
30 unsigned long ix_cond = __m81_test (__imag__ x); in s()48 unsigned long rx_cond = __m81_test (__real__ x); in s()
42 y_cond = __m81_test (y); in s()43 x_cond = __m81_test (x); in s()
41 y_cond = __m81_test (y); in s()47 x_cond = __m81_test (x); in s()
26 if (__m81_test (x) & __M81_COND_INF) in M_DECL_FUNC()
26 if ((__m81_test (x) & __M81_COND_INF) == 0 && isgreater (x, o_threshold)) in M_DECL_FUNC()
30 x_cond = __m81_test (x); in M_DECL_FUNC()
38 x_cond = __m81_test (x); in s()
304 __m81_test (long double __val) in __m81_test() function
8752 * sysdeps/m68k/fpu/e_atan2.c: Fix missing negate. Use __m81_test9656 (__m81_test, __M81_COND_NAN, __M81_COND_INF, __M81_COND_NEG,9660 Use __m81_test.
13076 * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead