Home
last modified time | relevance | path

Searched defs:atan2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h151 atan2(float __y, float __x) in atan2() function
155 atan2(long double __y, long double __x) in atan2() function
162 atan2(_Tp __y, _Up __x) in atan2() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_cmath.h62 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
HDtgmath.h566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
HD__clang_cuda_device_functions.h1497 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } in atan2() function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDmath.h858 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT … in atan2() function
859 inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOE… in atan2() function
870 atan2(_A1 __lcpp_y, _A2 __lcpp_x) _NOEXCEPT in atan2() function
/freebsd-11-stable/include/
HDtgmath.h163 #define atan2(x, y) __tg_simple2(x, y, atan2) macro