Home
last modified time | relevance | path

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

/freebsd/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(… 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/lib/msun/src/
H A De_atan2.c57 atan2(double y, double x) in atan2() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Datan2_2u5.c40 atan2 (double y, double x) in atan2() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Datan2f.c47 svfloat32_t SV_NAME_F2 (atan2) (svfloat32_t y, svfloat32_t x, in SV_NAME_F2() argument
H A Datan2.c51 svfloat64_t SV_NAME_D2 (atan2) (svfloat64_t y, svfloat64_t x, in SV_NAME_D2() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Datan2f.c53 float32x4_t VPCS_ATTR NOINLINE V_NAME_F2 (atan2) (float32x4_t y, float32x4_t x) in V_NAME_F2() argument
H A Datan2.c72 float64x2_t VPCS_ATTR V_NAME_D2 (atan2) (float64x2_t y, float64x2_t x) in V_NAME_D2() argument
/freebsd/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 Dtgmath.h566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd/include/
H A Dtgmath.h163 #define atan2(x, y) __tg_simple2(x, y, atan2) macro