Searched refs:__m81_test (Results 1 – 14 of 14) sorted by relevance
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()
26 if (__m81_test (x) & __M81_COND_INF) in M_DECL_FUNC()
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()
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()
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()
304 __m81_test (long double __val) in __m81_test() function
Completed in 10 milliseconds