Home
last modified time | relevance | path

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

/freebsd-13.1/lib/msun/src/
H A Ds_tan.c54 tan(double x) in tan() function
/freebsd-13.1/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-13.1/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 D__clang_cuda_math.h315 __DEVICE__ double tan(double __a) { return __nv_tan(__a); } in tan() function
H A Dtgmath.h315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmath.h1060 inline _LIBCPP_INLINE_VISIBILITY float tan(float __lcpp_x) _NOEXCEPT {return ::tanf(__l… in tan() function
1061 inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __lcpp_x) _NOEXCEPT {return ::tanl(__l… in tan() function
1067 tan(_A1 __lcpp_x) _NOEXCEPT {return ::tan((double)__lcpp_x);} in tan() function
/freebsd-13.1/include/
H A Dtgmath.h151 #define tan(x) __tg_full(x, tan) macro