Home
last modified time | relevance | path

Searched refs:m81 (Results 1 – 8 of 8) sorted by relevance

/sysdeps/m68k/m680x0/fpu/
A De_atan2.c32 #define m81(func) __m81_u(s(func)) macro
74 z = -pi + m81(__atan) (y / x); in s()
76 z = -pi_2 - m81(__atan) (x / y); in s()
81 z = pi + m81(__atan) (y / x); in s()
83 z = pi_2 - m81(__atan) (x / y); in s()
91 z = m81(__atan) (y / x); in s()
93 z = -pi_2 - m81(__atan) (x / y); in s()
98 z = m81(__atan) (y / x); in s()
100 z = pi_2 - m81(__atan) (x / y); in s()
A De_pow.c32 #define m81(func) __m81_u(s(func)) macro
68 return m81(sqrt) (x); in s()
89 if (y != m81(__rint) (y)) in s()
102 if (y == m81(__rint) (y)) in s()
104 z = m81(__ieee754_exp) (y * m81(__ieee754_log) (-x)); in s()
124 z = m81(__ieee754_exp) (y * m81(__ieee754_log) (x)); in s()
A Ds_csin_template.c24 #define m81(func) __m81_u(s(func)) macro
42 __real__ retval = sin_rx * m81(__ieee754_cosh) (__imag__ x); in s()
43 __imag__ retval = cos_rx * m81(__ieee754_sinh) (__imag__ x); in s()
A Ds_csinh_template.c25 #define m81(func) __m81_u(s(func)) macro
42 __real__ retval = cos_ix * m81(__ieee754_sinh) (__real__ x); in s()
46 __imag__ retval = sin_ix * m81(__ieee754_cosh) (__real__ x); in s()
A Ds_ccosh_template.c24 #define m81(func) __m81_u(s(func)) macro
39 __real__ retval = cos_ix * m81(__ieee754_cosh) (__real__ x); in s()
44 __imag__ retval = sin_ix * m81(__ieee754_sinh) (__real__ x); in s()
A De_scalb.c32 #define m81(func) __m81_u(s(func)) macro
54 if (m81(__rint) (fn) != fn) in s()
A De_ilogb.c30 #define m81(func) __m81_u(s(func)) macro
A Ds_cexp_template.c26 #define m81(func) __m81_u(s(func)) macro

Completed in 6 milliseconds