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/math/aarch64/advsimd/
H A Dtan.c51 float64x2_t VPCS_ATTR V_NAME_D1 (tan) (float64x2_t x) in V_NAME_D1() argument
H A Dtanf.c67 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (tan) (float32x4_t x) in V_NAME_F1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dtanf.c49 svfloat32_t SV_NAME_F1 (tan) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Dtan.c53 svfloat64_t SV_NAME_D1 (tan) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() 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