Searched defs:tan (Results 1 – 7 of 7) sorted by relevance
54 tan(double x) in tan() function
381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { in tan() function
175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() function
315 __DEVICE__ double tan(double __a) { return __nv_tan(__a); } in tan() function
315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
1060 inline _LIBCPP_INLINE_VISIBILITY float tan(float __lcpp_x) _NOEXCEPT {return ::tanf(__l… in tan() function1061 inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __lcpp_x) _NOEXCEPT {return ::tanl(__l… in tan() function1067 tan(_A1 __lcpp_x) _NOEXCEPT {return ::tan((double)__lcpp_x);} in tan() function
151 #define tan(x) __tg_full(x, tan) macro