Searched refs:__atan (Results 1 – 14 of 14) sorted by relevance
/sysdeps/x86_64/fpu/multiarch/ |
A D | s_atan.c | 26 libc_ifunc_redirected (__redirect_atan, __atan, IFUNC_SELECTOR ()); 27 libm_alias_double (__atan, atan) 29 #define __atan __atan_sse2 macro
|
A D | s_atan-avx.c | 1 #define __atan __atan_avx macro
|
A D | s_atan-fma.c | 1 #define __atan __atan_fma macro
|
A D | s_atan-fma4.c | 1 #define __atan __atan_fma4 macro
|
/sysdeps/m68k/m680x0/fpu/ |
A D | s_atan_template.c | 23 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 D | e_atan2.c | 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 D | mathimpl.h | 60 __inline_mathop(__atan, atan,)
|
/sysdeps/i386/fpu/ |
A D | s_atan.S | 20 ENTRY(__atan) 29 END (__atan) 30 libm_alias_double (__atan, atan)
|
A D | s_atanl.c | 20 libm_alias_ldouble (__atan, atan)
|
A D | s_atanf.S | 30 libm_alias_float (__atan, atan)
|
/sysdeps/ieee754/dbl-64/ |
A D | s_atan.c | 52 __atan (double x) in __atan() function 168 #ifndef __atan 169 libm_alias_double (__atan, atan)
|
/sysdeps/ieee754/flt-32/ |
A D | s_atanf.c | 102 libm_alias_float (__atan, atan)
|
/sysdeps/ieee754/ldbl-128/ |
A D | s_atanl.c | 255 libm_alias_ldouble (__atan, atan)
|
/sysdeps/ia64/fpu/ |
A D | s_atanl.S | 815 libm_alias_ldouble_other (__atan, atan)
|
Completed in 16 milliseconds