Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Dinverse_trigonometric_functions.h77 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 De_atan2.c57 atan2(double y, double x) in atan2() function
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Datan2_2u5.c
H A Dv_atan2f_3u.c
H A Dv_atan2_3u.c
H A Dsv_atan2f_3u.c
H A Dsv_atan2_2u5.c
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
H A D__clang_cuda_math.h67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } in atan2() function
H A Dtgmath.h566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd-src/include/
H A Dtgmath.h163 #define atan2(x, y) __tg_simple2(x, y, atan2) macro