Searched defs:tan (Results 1 – 11 of 11) sorted by relevance
58 inline _LIBCPP_HIDE_FROM_ABI float tan(float __x) _NOEXCEPT { return __builtin_tanf(__x); } in tan() function61 _LIBCPP_HIDE_FROM_ABI double tan(double __x) _NOEXCEPT { in tan() function65 inline _LIBCPP_HIDE_FROM_ABI long double tan(long double __x) _NOEXCEPT { return __builtin_tanl(__x… in tan() function68 inline _LIBCPP_HIDE_FROM_ABI double tan(_A1 __x) _NOEXCEPT { in tan() function
18 interface tan ! not explicitly INTRINSIC interface
155 character*1 function tan(x) function
381 __DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) { tan() function
175 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan() function
315 __DEVICE__ double tan(double __a) { return __nv_tan(__a); } tan() function
315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
82 LIBC_INLINE double tan(double x) { return __nv_tan(x); } tan() function
59 Ambiguous tan(Ambiguous){ return Ambiguous(); } tan() function [all...]
59 Ambiguous tan(Ambiguous){ return Ambiguous(); } in tan() function
517 MPFRNumber tan() const { tan() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber