Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
Datan2.s1 .global atan2 symbol
3 atan2: label
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp52 …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
/third_party/musl/src/math/
Datan2.c46 double atan2(double y, double x) in atan2() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Datan2.c46 double atan2(double y, double x) in atan2() function
/third_party/jerryscript/jerry-libm/
Datan2.c65 atan2 (double y, double x) in atan2() function
/third_party/astc-encoder/Source/
Dastcenc_vecmathlib.h239 ASTCENC_SIMD_INLINE vfloat atan2(vfloat y, vfloat x) in atan2() function
/third_party/musl/include/
Dtgmath.h214 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h214 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h214 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) macro
/third_party/decimal.js/
Ddecimal.js4104 function atan2(y, x) { function
Ddecimal.mjs4114 function atan2(y, x) { function
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts546 atan2(y: number, x: number): number; method
/third_party/node/deps/v8/src/base/
Dieee754.cc1228 double atan2(double y, double x) { in atan2() function
/third_party/typescript/src/lib/
Des5.d.ts660 atan2(y: number, x: number): number; method
/third_party/typescript/lib/
Dlib.es5.d.ts680 atan2(y: number, x: number): number; method
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1654 void ShaderCore::atan2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp) in atan2() function in sw::ShaderCore
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3301 ExprP<float> atan2 (const ExprP<float>& x, const ExprP<float>& y) { return app<ATan2<Signature<floa… in atan2() function
3303 ExprP<deFloat16> atan2 (const ExprP<deFloat16>& x, const ExprP<deFloat16>& y) { return app<ATan2<Si… in atan2() function
3305 ExprP<double> atan2 (const ExprP<double>& x, const ExprP<double>& y) { return app<ATan2<Signature<d… in atan2() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3278 ExprP<float> atan2 (const ExprP<float>& x, const ExprP<float>& y) { return app<ATan2<Signature<floa… in atan2() function
3280 ExprP<deFloat16> atan2 (const ExprP<deFloat16>& x, const ExprP<deFloat16>& y) { return app<ATan2<Si… in atan2() function
3282 ExprP<double> atan2 (const ExprP<double>& x, const ExprP<double>& y) { return app<ATan2<Signature<d… in atan2() function
/third_party/typescript/tests/lib/
Dlib.d.ts580 atan2(y: number, x: number): number; method
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34537 atan2(float __y, float __x) in atan2() function
34541 atan2(long double __y, long double __x) in atan2() function
34548 atan2(_Tp __y, _Up __x) in atan2() function