Searched defs:atan2 (Results 1 – 10 of 10) sorted by relevance
/freebsd/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(… 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 D | e_atan2.c | 57 atan2(double y, double x) in atan2() function
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | atan2_2u5.c | 40 atan2 (double y, double x) in atan2() function
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | atan2f.c | 47 svfloat32_t SV_NAME_F2 (atan2) (svfloat32_t y, svfloat32_t x, in SV_NAME_F2() argument
|
H A D | atan2.c | 51 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 D | atan2f.c | 53 float32x4_t VPCS_ATTR NOINLINE V_NAME_F2 (atan2) (float32x4_t y, float32x4_t x) in V_NAME_F2() argument
|
H A D | atan2.c | 72 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.h | 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
|
H A D | tgmath.h | 566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
|
/freebsd/include/ |
H A D | tgmath.h | 163 #define atan2(x, y) __tg_simple2(x, y, atan2) macro
|