Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Dtrigonometric_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT { return __builtin_tanf(__x); } in tan() function
61 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT { return __builtin_tanl(__x… in tan() function
68 inline _LIBCPP_HIDE_FROM_ABI double tan(_A1 __x) _NOEXCEPT { in tan() function
/freebsd-src/lib/msun/src/
H A Ds_tan.c50 tan(double x) in tan() function
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_tan_3u5.c
H A Dsv_tan_3u5.c
H A Dv_tanf_3u5.c
H A Dsv_tanf_3u5.c
/freebsd-src/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-src/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-src/include/
H A Dtgmath.h149 #define tan(x) __tg_full(x, tan) macro