Searched defs:atan (Results 1 – 13 of 13) sorted by relevance
61 inline _LIBCPP_HIDE_FROM_ABI float atan(float __x) _NOEXCEPT { return __builtin_atanf(__x); } in atan() function64 _LIBCPP_HIDE_FROM_ABI double atan(double __x) _NOEXCEPT { in atan() function68 inline _LIBCPP_HIDE_FROM_ABI long double atan(long double __x) _NOEXCEPT { return __builtin_atanl(_… in atan() function71 inline _LIBCPP_HIDE_FROM_ABI double atan(_A1 __x) _NOEXCEPT { in atan() function
11 type(t) :: atan variable
26 interface atan interface
359 __DEVICE__ std::complex<_Tp> atan(const std::complex<_Tp> &__x) { atan() function
47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() function
66 __DEVICE__ double atan(double __a) { return __nv_atan(__a); } atan() function
141 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
28 LIBC_INLINE double atan(double x) { return __nv_atan(x); } atan() function
41 Ambiguous atan(Ambiguous){ return Ambiguous(); } atan() function [all...]
41 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
206 MPFRNumber atan() const { atan() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
497 auto atan = builder.create<math::AtanOp>(div); matchAndRewrite() local
2505 mlir::Value atan; genAtand() local 2529 mlir::Value atan; genAtanpi() local [all...]