/external/musl/src/math/i386/ |
D | atan2.s | 1 .global atan2 symbol 3 atan2: label
|
/external/trusty/musl/src/math/i386/ |
D | atan2.s | 1 .global atan2 symbol 3 atan2: label
|
/external/cronet/tot/third_party/libc++/src/include/__math/ |
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
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/ |
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
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/ |
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
|
/external/cronet/stable/third_party/libc++/src/include/__math/ |
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
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 52 …template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} … in atan2() function 53 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> atan2(const tvec2<T, P>& x, cons… in atan2() function 54 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> atan2(const tvec3<T, P>& x, cons… in atan2() function 55 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> atan2(const tvec4<T, P>& x, cons… in atan2() function
|
/external/trusty/musl/src/math/ |
D | atan2.c | 46 double atan2(double y, double x) in atan2() function
|
/external/musl/src/math/ |
D | atan2.c | 46 double atan2(double y, double x) in atan2() function
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | atan2.rs | 51 pub fn atan2(y: f64, x: f64) -> f64 { in atan2() function
|
/external/rust/android-crates-io/crates/glam/src/f64/ |
D | math.rs | 14 pub(crate) fn atan2(f: f64, other: f64) -> f64 { in atan2() function 121 pub(crate) fn atan2(f: f64, other: f64) -> f64 { in atan2() function 213 pub(crate) fn atan2(_: f64, _: f64) -> f64 { in atan2() function
|
/external/rust/android-crates-io/crates/glam/src/f32/ |
D | math.rs | 48 pub(crate) fn atan2(f: f32, other: f32) -> f32 { in atan2() function 156 pub(crate) fn atan2(f: f32, other: f32) -> f32 { in atan2() function 249 pub(crate) fn atan2(_: f32, _: f32) -> f32 { in atan2() function
|
/external/arm-optimized-routines/math/aarch64/experimental/ |
D | atan2_2u5.c | 40 atan2 (double y, double x) in atan2() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | atan2.cc | 24 namespace atan2 { namespace
|
D | atan2_custom.cc | 25 namespace atan2 { namespace
|
/external/arm-optimized-routines/math/aarch64/sve/ |
D | atan2f.c | 47 svfloat32_t SV_NAME_F2 (atan2) (svfloat32_t y, svfloat32_t x, in SV_NAME_F2() argument
|
D | atan2.c | 51 svfloat64_t SV_NAME_D2 (atan2) (svfloat64_t y, svfloat64_t x, in SV_NAME_D2() argument
|
/external/eigen/test/ |
D | AnnoyingScalar.h | 110 AnnoyingScalar atan2(const AnnoyingScalar &y,const AnnoyingScalar &x) { return std::atan2(*y.v,*x.v… in atan2() function
|
/external/arm-optimized-routines/math/aarch64/advsimd/ |
D | atan2f.c | 53 float32x4_t VPCS_ATTR NOINLINE V_NAME_F2 (atan2) (float32x4_t y, float32x4_t x) in V_NAME_F2() argument
|
D | atan2.c | 72 float64x2_t VPCS_ATTR V_NAME_D2 (atan2) (float64x2_t y, float64x2_t x) in V_NAME_D2() argument
|
/external/rust/android-crates-io/crates/num-traits/src/ |
D | real.rs | 628 fn atan2(self, other: Self) -> Self; in atan2() method
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ |
D | RealFieldElement.java | 249 T atan2(T x) in atan2() method
|
/external/executorch/kernels/optimized/vec/vec256/ |
D | vec256_double.h | 133 Vectorized<double> atan2(const Vectorized<double> &b) const { in atan2() function
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
|
/external/aac/libAACenc/src/ |
D | psy_configuration.cpp | 279 FIXP_DBL bvalFFTLine, atan1, atan2; in FDKaacEnc_BarcLineValue() local
|