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

/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h49 #undef atan2 macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h62 #undef atan2 macro
151 atan2(float __y, float __x) function
155 atan2(long double __y, long double __x) function
162 atan2(_Tp __y, _Up __x) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h62 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function
H A Dtgmath.h565 #undef atan2 macro
566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_device_functions.h1497 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } function
/freebsd-11-stable/include/
H A Dtgmath.h163 #define atan2(x, y) __tg_simple2(x, y, atan2) macro

Completed in 126 milliseconds