/third_party/musl/src/math/i386/ |
D | atan2.s | 1 .global atan2 symbol 3 atan2: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | atan2.c | 46 double atan2(double y, double x) in atan2() function
|
/third_party/musl/src/math/ |
D | atan2.c | 46 double atan2(double y, double x) in atan2() function
|
/third_party/skia/third_party/externals/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
|
/third_party/jerryscript/jerry-libm/ |
D | atan2.c | 65 atan2 (double y, double x) in atan2() function
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 44 …template <> BOOST_QVM_INLINE_TRIVIAL float atan2<float>( float x, float y ) { return ::atan2f(x,y)… in atan2() function 66 …template <> BOOST_QVM_INLINE_TRIVIAL double atan2<double>( double x, double y ) { return ::atan2(x… in atan2() function 88 …template <> BOOST_QVM_INLINE_TRIVIAL long double atan2<long double>( long double x, long double y … in atan2() function
|
/third_party/boost/libs/qvm/test/ |
D | gold.hpp | 65 atan2( float a, float b ) in atan2() function 72 atan2( double a, double b ) in atan2() function
|
/third_party/boost/boost/units/ |
D | cmath.hpp | 707 atan2(const quantity<unit<Dimension, homogeneous_system<System> >, Y>& y, in atan2() function 718 atan2(const quantity<unit<Dimension, heterogeneous_system<System> >, Y>& y, in atan2() function
|
/third_party/mindspore/mindspore/ops/ |
D | functional.py | 115 atan2 = P.Atan2() variable
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 214 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 214 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 214 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) macro
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 214 #define atan2(x,y) __tg_real_2(atan2, (x), (y)) macro
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 1618 fvar<RealType, Order> atan2(fvar<RealType, Order> const& cr, in atan2() function 1634 fvar<RealType, Order> atan2(typename fvar<RealType, Order>::root_type const& ca, in atan2() function 1650 promote<fvar<RealType1, Order1>, fvar<RealType2, Order2>> atan2(fvar<RealType1, Order1> const& cr1, in atan2() function
|
/third_party/boost/boost/math/concepts/ |
D | std_real_concept.hpp | 174 inline boost::math::concepts::std_real_concept atan2(boost::math::concepts::std_real_concept a, boo… in atan2() function
|
D | real_concept.hpp | 188 inline real_concept atan2(real_concept a, real_concept b) in atan2() function
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 546 atan2(y: number, x: number): number; method
|
/third_party/boost/boost/math/bindings/ |
D | e_float.hpp | 322 inline e_float atan2(const e_float& v, const e_float& u) in atan2() function
|
D | rr.hpp | 766 inline RR atan2(RR y, RR x) in atan2() function
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_cmath.hpp | 675 …inline boost::math::cstdfloat::detail::float_internal128_t atan2(boost::math::cstdfloat::detail:… in atan2() function
|
/third_party/quickjs/ |
D | qjscalc.js | 2567 function atan2(a, b) function
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 640 atan2(y: number, x: number): number; method
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 660 atan2(y: number, x: number): number; method
|
/third_party/skia/third_party/externals/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
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3278 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
|