/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/rust/crates/libm/src/math/ |
D | atan2.rs | 52 pub fn atan2(y: f64, x: f64) -> f64 { in atan2() function
|
D | mod.rs | 82 mod atan2; module
|
/external/rust/crates/num-traits/src/ |
D | real.rs | 628 fn atan2(self, other: Self) -> Self; in atan2() method
|
D | float.rs | 1641 fn atan2(self, other: Self) -> Self; in atan2() method 2069 fn atan2(self, other: Self) -> Self { in atan2() method 2204 fn atan2(self, other: Self) -> Self { in atan2() method
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
|
D | tgmath.h | 573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/aac/libAACenc/src/ |
D | psy_configuration.cpp | 279 FIXP_DBL bvalFFTLine, atan1, atan2; in FDKaacEnc_BarcLineValue() local
|
/external/llvm-project/libcxx/include/ |
D | math.h | 807 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT … in atan2() function 808 inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOE… in atan2() function 819 atan2(_A1 __lcpp_y, _A2 __lcpp_x) _NOEXCEPT in atan2() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
|
D | __clang_cuda_math.h | 67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } in atan2() function
|
D | tgmath.h | 566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/libcxx/include/ |
D | math.h | 811 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT … in atan2() function 812 inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOE… in atan2() function 823 atan2(_A1 __lcpp_y, _A2 __lcpp_x) _NOEXCEPT in atan2() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 189 atan2 = _broadcasting_binary_op(math_ops.atan2) variable
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 37 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } in atan2() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 38 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } in atan2() function
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 37 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } in atan2() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 39 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } in atan2() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 2942 public static double atan2(double y, double x) { in atan2() method in FastMath
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1654 void ShaderCore::atan2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp) in atan2() function in sw::ShaderCore
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3277 ExprP<float> atan2 (const ExprP<float>& x, const ExprP<float>& y) { return app<ATan2<Signature<floa… in atan2() function 3279 ExprP<deFloat16> atan2 (const ExprP<deFloat16>& x, const ExprP<deFloat16>& y) { return app<ATan2<Si… in atan2() function 3281 ExprP<double> atan2 (const ExprP<double>& x, const ExprP<double>& y) { return app<ATan2<Signature<d… in atan2() function
|