Home
last modified time | relevance | path

Searched refs:atan2 (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/third_party/jerryscript/tests/unit-libm/
Dtest-libm.inc.h119 check_double ("atan2 (NAN, NAN)", atan2 (NAN, NAN), NAN);
120 check_double ("atan2 (0.0, NAN)", atan2 (0.0, NAN), NAN);
121 check_double ("atan2 (-0.0, NAN)", atan2 (-0.0, NAN), NAN);
122 check_double ("atan2 (1.0, NAN)", atan2 (1.0, NAN), NAN);
123 check_double ("atan2 (-1.0, NAN)", atan2 (-1.0, NAN), NAN);
124 check_double ("atan2 (INFINITY, NAN)", atan2 (INFINITY, NAN), NAN);
125 check_double ("atan2 (-INFINITY, NAN)", atan2 (-INFINITY, NAN), NAN);
126 check_double ("atan2 (NAN, 0.0)", atan2 (NAN, 0.0), NAN);
127 check_double ("atan2 (NAN, -0.0)", atan2 (NAN, -0.0), NAN);
128 check_double ("atan2 (NAN, 1.0)", atan2 (NAN, 1.0), NAN);
[all …]
/third_party/jerryscript/tools/unit-tests/
Dgen-test-libm.c161 GEN_DBL_TEST (atan2 (NAN, NAN)); in main()
162 GEN_DBL_TEST (atan2 (0.0, NAN)); in main()
163 GEN_DBL_TEST (atan2 (-0.0, NAN)); in main()
164 GEN_DBL_TEST (atan2 (1.0, NAN)); in main()
165 GEN_DBL_TEST (atan2 (-1.0, NAN)); in main()
166 GEN_DBL_TEST (atan2 (INFINITY, NAN)); in main()
167 GEN_DBL_TEST (atan2 (-INFINITY, NAN)); in main()
168 GEN_DBL_TEST (atan2 (NAN, 0.0)); in main()
169 GEN_DBL_TEST (atan2 (NAN, -0.0)); in main()
170 GEN_DBL_TEST (atan2 (NAN, 1.0)); in main()
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/
Dgles3-master-QUALITY_WARNING.txt3 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_fragment.scalar
4 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_fragment.vec2
5 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_fragment.vec3
6 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_fragment.vec4
7 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_vertex.scalar
8 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_vertex.vec2
9 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_vertex.vec3
10 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_vertex.vec4
/third_party/python/Lib/test/
Dtest_math.py320 self.assertRaises(TypeError, math.atan2)
321 self.ftest('atan2(-1, 0)', math.atan2(-1, 0), -math.pi/2)
322 self.ftest('atan2(-1, 1)', math.atan2(-1, 1), -math.pi/4)
323 self.ftest('atan2(0, 1)', math.atan2(0, 1), 0)
324 self.ftest('atan2(1, 1)', math.atan2(1, 1), math.pi/4)
325 self.ftest('atan2(1, 0)', math.atan2(1, 0), math.pi/2)
328 self.ftest('atan2(0., -inf)', math.atan2(0., NINF), math.pi)
329 self.ftest('atan2(0., -2.3)', math.atan2(0., -2.3), math.pi)
330 self.ftest('atan2(0., -0.)', math.atan2(0., -0.), math.pi)
331 self.assertEqual(math.atan2(0., 0.), 0.)
[all …]
/third_party/musl/src/math/i386/
Datan2.s1 .global atan2 symbol
2 .type atan2,@function
3 atan2: label
/third_party/skia/tests/sksl/intrinsics/
DAtan.metal19atan2(_uniforms.inputVal.x, 1.0h) == _uniforms.expected.x) && all(atan2(_uniforms.inputVal.xy, hal…
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/crash_test/
Ddivbyzero_comp.amber61 // float atan2
63 // vec2 atan2
65 // vec3 atan2
67 // vec4 atan2
Ddivbyzero_frag.amber104 // float atan2
108 // vec2 atan2
112 // vec3 atan2
116 // vec4 atan2
Ddivbyzero_vert.amber67 // float atan2
69 // vec2 atan2
71 // vec3 atan2
73 // vec4 atan2
Ddivbyzero_geom.amber71 // float atan2
73 // vec2 atan2
75 // vec3 atan2
77 // vec4 atan2
Ddivbyzero_tesc.amber78 // float atan2
80 // vec2 atan2
82 // vec3 atan2
84 // vec4 atan2
Ddivbyzero_tese.amber94 // float atan2
96 // vec2 atan2
98 // vec3 atan2
100 // vec4 atan2
/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/flutter/skia/src/gpu/gradients/
DGrSweepGradientLayout.fp18 // On some devices they incorrectly implement atan2(y,x) as atan(y/x). In actuality it is
19 // atan2(y,x) = 2 * atan(y / (sqrt(x^2 + y^2) + x)). So to work around this we pass in (sqrt(x^2
20 // + y^2) + x) as the second parameter to atan2 in these cases. We let the device handle the
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/aosp_mustpass/4.6.1.x/src/
Dgl45-test-issues.txt18 dEQP-GL45.functional.shaders.builtin_functions.precision.atan2.mediump_*
19 dEQP-GL45.functional.shaders.builtin_functions.precision.atan2.highp_*
Dgl45es31-test-issues.txt18 dEQP-GL45-ES31.functional.shaders.builtin_functions.precision.atan2.mediump_*
19 dEQP-GL45-ES31.functional.shaders.builtin_functions.precision.atan2.highp_*
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/
Dgles31-test-issues.txt18 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.mediump_*
19 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.highp_*
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/src/
Dgles31-test-issues.txt18 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.mediump_*
19 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.highp_*
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/main/src/
Dgles31-test-issues.txt18 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.mediump_*
19 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.highp_*
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/atan2/
D96057c.wgsl26 // fn atan2(f32, f32) -> f32
28 var res: f32 = atan2(1.0, 1.0);
Dae713e.wgsl26 // fn atan2(vec<4, f32>, vec<4, f32>) -> vec<4, f32>
28 var res: vec4<f32> = atan2(vec4<f32>(), vec4<f32>());
D57fb13.wgsl26 // fn atan2(vec<2, f32>, vec<2, f32>) -> vec<2, f32>
28 var res: vec2<f32> = atan2(vec2<f32>(), vec2<f32>());
Da70d0d.wgsl26 // fn atan2(vec<3, f32>, vec<3, f32>) -> vec<3, f32>
28 var res: vec3<f32> = atan2(vec3<f32>(), vec3<f32>());
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/aosp_mustpass/main/src/
Dgl45es31-test-issues.txt18 dEQP-GL45-ES31.functional.shaders.builtin_functions.precision.atan2.mediump_*
19 dEQP-GL45-ES31.functional.shaders.builtin_functions.precision.atan2.highp_*
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/
Dgles31-test-issues.txt18 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.mediump_*
19 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.highp_*

12345678910>>...14