Home
last modified time | relevance | path

Searched defs:tan (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_tan.c50 tan(double x) in tan() function
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_tan_3u5.c50 float64x2_t VPCS_ATTR V_NAME_D1 (tan) (float64x2_t x) in V_NAME_D1() argument
H A Dsv_tan_3u5.c40 svfloat64_t SV_NAME_D1 (tan) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
H A Dv_tanf_3u5.c67 float32x4_t VPCS_ATTR V_NAME_F1 (tan) (float32x4_t x) in V_NAME_F1() argument
H A Dsv_tanf_3u5.c49 svfloat32_t SV_NAME_F1 (tan) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() function
H A Dtgmath.h315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
/freebsd/include/
H A Dtgmath.h149 #define tan(x) __tg_full(x, tan) macro