Searched defs:atan (Results 1 – 12 of 12) sorted by relevance
61 inline _LIBCPP_HIDE_FROM_ABI float atan(float __x) _NOEXCEPT { return __builtin_atanf(__x); } in atan() function 64 _LIBCPP_HIDE_FROM_ABI double atan(double __x) _NOEXCEPT { in atan() function 68 inline _LIBCPP_HIDE_FROM_ABI long double atan(long double __x) _NOEXCEPT { return __builtin_atanl(__x); } in atan() function 71 inline _LIBCPP_HIDE_FROM_ABI double atan(_A1 __x) _NOEXCEPT { in atan() function
70 atan(double x) in atan() function
359 __DEVICE__ std::complex<_Tp> atan(const std::complex<_Tp> &__x) { in atan() function
47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() function
66 __DEVICE__ double atan(double __a) { return __nv_atan(__a); } in atan() function
141 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
143 #define atan(x) __tg_full(x, atan) macro