Home
last modified time | relevance | path

Searched refs:__m81_test (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Ds_cexp_template.c34 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()
De_scalb.c38 unsigned long x_cond = __m81_test (x); in s()
39 unsigned long fn_cond = __m81_test (fn); in s()
Ds_csin_template.c30 unsigned long rx_cond = __m81_test (__real__ x); in s()
47 unsigned long ix_cond = __m81_test (__imag__ x); in s()
Ds_csinh_template.c33 ix_cond = __m81_test (__imag__ x); in s()
50 unsigned long rx_cond = __m81_test (__real__ x); in s()
Ds_ccosh_template.c30 unsigned long ix_cond = __m81_test (__imag__ x); in s()
48 unsigned long rx_cond = __m81_test (__real__ x); in s()
De_atan2.c42 y_cond = __m81_test (y); in s()
43 x_cond = __m81_test (x); in s()
De_pow.c41 y_cond = __m81_test (y); in s()
47 x_cond = __m81_test (x); in s()
Ds_cos_template.c26 if (__m81_test (x) & __M81_COND_INF) in M_DECL_FUNC()
Ds_sin_template.c26 if (__m81_test (x) & __M81_COND_INF) in M_DECL_FUNC()
Ds_tan_template.c26 if (__m81_test (x) & __M81_COND_INF) in M_DECL_FUNC()
Ds_expm1_template.c26 if ((__m81_test (x) & __M81_COND_INF) == 0 && isgreater (x, o_threshold)) in M_DECL_FUNC()
Ds_modf_template.c30 x_cond = __m81_test (x); in M_DECL_FUNC()
De_ilogb.c38 x_cond = __m81_test (x); in s()
Dmathimpl.h304 __m81_test (long double __val) in __m81_test() function
/glibc-2.36/ChangeLog.old/
DChangeLog.78752 * sysdeps/m68k/fpu/e_atan2.c: Fix missing negate. Use __m81_test
9656 (__m81_test, __M81_COND_NAN, __M81_COND_INF, __M81_COND_NEG,
9660 Use __m81_test.
DChangeLog.1013076 * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead