Searched defs:atan2 (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__math/ |
H A D | inverse_trigonometric_functions.h | 77 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT { return __builtin_atan2f(__y, __x); } in atan2() function 80 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() function 84 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT { in atan2() function 89 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type atan2(_A1 __y, _A2 __x) _NOEXCEPT { in atan2() function
|
/freebsd-src/lib/msun/src/ |
H A D | e_atan2.c | 57 atan2(double y, double x) in atan2() function
|
/freebsd-src/contrib/arm-optimized-routines/pl/math/ |
H A D | atan2_2u5.c |
|
H A D | v_atan2f_3u.c |
|
H A D | v_atan2_3u.c |
|
H A D | sv_atan2f_3u.c |
|
H A D | sv_atan2_2u5.c |
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
|
H A D | __clang_cuda_math.h | 67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } in atan2() function
|
H A D | tgmath.h | 566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
|
/freebsd-src/include/ |
H A D | tgmath.h | 163 #define atan2(x, y) __tg_simple2(x, y, atan2) macro
|