Searched refs:__tan (Results 1 – 13 of 13) sorted by relevance
/sysdeps/x86_64/fpu/multiarch/ |
A D | s_tan.c | 26 libc_ifunc_redirected (__redirect_tan, __tan, IFUNC_SELECTOR ()); 27 libm_alias_double (__tan, tan) 29 #define __tan __tan_sse2 macro
|
A D | s_tan-avx.c | 1 #define __tan __tan_avx macro
|
A D | s_tan-fma.c | 1 #define __tan __tan_fma macro
|
A D | s_tan-fma4.c | 1 #define __tan __tan_fma4 macro
|
/sysdeps/m68k/m680x0/fpu/ |
A D | s_tan_template.c | 24 M_DECL_FUNC (__tan) (FLOAT x) in M_DECL_FUNC() argument 28 return __m81_u(M_SUF (__tan)) (x); in M_DECL_FUNC() 30 declare_mgen_alias (__tan, tan)
|
A D | mathimpl.h | 63 __inline_mathop(__tan, tan,)
|
/sysdeps/ieee754/ldbl-128/ |
A D | s_tanl.c | 80 libm_alias_ldouble (__tan, tan)
|
/sysdeps/ieee754/ldbl-96/ |
A D | s_tanl.c | 80 libm_alias_ldouble (__tan, tan)
|
/sysdeps/ieee754/flt-32/ |
A D | s_tanf.c | 76 libm_alias_float (__tan, tan)
|
/sysdeps/ieee754/dbl-64/ |
A D | s_tan.c | 49 __tan (double x) in __tan() function 373 #ifndef __tan 374 libm_alias_double (__tan, tan)
|
/sysdeps/ia64/fpu/ |
A D | s_tanf.S | 552 libm_alias_float_other (__tan, tan)
|
A D | s_tan.S | 739 libm_alias_double_other (__tan, tan)
|
A D | s_tanl.S | 3093 libm_alias_ldouble_other (__tan, tan)
|
Completed in 14 milliseconds