Home
last modified time | relevance | path

Searched refs:__atan (Results 1 – 14 of 14) sorted by relevance

/sysdeps/x86_64/fpu/multiarch/
A Ds_atan.c26 libc_ifunc_redirected (__redirect_atan, __atan, IFUNC_SELECTOR ());
27 libm_alias_double (__atan, atan)
29 #define __atan __atan_sse2 macro
A Ds_atan-avx.c1 #define __atan __atan_avx macro
A Ds_atan-fma.c1 #define __atan __atan_fma macro
A Ds_atan-fma4.c1 #define __atan __atan_fma4 macro
/sysdeps/m68k/m680x0/fpu/
A Ds_atan_template.c23 M_DECL_FUNC (__atan) (FLOAT x) in M_DECL_FUNC() argument
25 return __m81_u(M_SUF (__atan)) (x); in M_DECL_FUNC()
27 declare_mgen_alias (__atan, atan)
A De_atan2.c74 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 Dmathimpl.h60 __inline_mathop(__atan, atan,)
/sysdeps/i386/fpu/
A Ds_atan.S20 ENTRY(__atan)
29 END (__atan)
30 libm_alias_double (__atan, atan)
A Ds_atanl.c20 libm_alias_ldouble (__atan, atan)
A Ds_atanf.S30 libm_alias_float (__atan, atan)
/sysdeps/ieee754/dbl-64/
A Ds_atan.c52 __atan (double x) in __atan() function
168 #ifndef __atan
169 libm_alias_double (__atan, atan)
/sysdeps/ieee754/flt-32/
A Ds_atanf.c102 libm_alias_float (__atan, atan)
/sysdeps/ieee754/ldbl-128/
A Ds_atanl.c255 libm_alias_ldouble (__atan, atan)
/sysdeps/ia64/fpu/
A Ds_atanl.S815 libm_alias_ldouble_other (__atan, atan)

Completed in 16 milliseconds