Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 25 of 2498) sorted by relevance

12345678910>>...100

/third_party/googletest/googletest/include/gtest/
Dgtest_pred_impl.h135 const T2& v2) { in AssertPred2Helper() argument
136 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper()
143 << e2 << " evaluates to " << ::testing::PrintToString(v2); in AssertPred2Helper()
148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument
149 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument
157 #v2, \
160 v2), on_failure)
163 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument
164 GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
[all …]
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest_pred_impl.h135 const T2& v2) { in AssertPred2Helper() argument
136 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper()
143 << e2 << " evaluates to " << ::testing::PrintToString(v2); in AssertPred2Helper()
148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument
149 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument
157 #v2, \
160 v2), on_failure)
163 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument
164 GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
Dh264pred_neon.S118 ld1 {v2.8b}, [x2], x1
124 uaddl v7.8h, v2.8b, v3.8b
125 usubl v2.8h, v2.8b, v0.8b
128 mul v2.8h, v2.8h, v0.8h
130 addp v2.8h, v2.8h, v3.8h
131 addp v2.8h, v2.8h, v2.8h
132 addp v2.4h, v2.4h, v2.4h
133 sshll v3.4s, v2.4h, #2
134 saddw v2.4s, v3.4s, v2.4h
135 rshrn v4.4h, v2.4s, #6
[all …]
Daacpsdsp_neon.S25 faddp v2.4S, v0.4S, v1.4S
27 fadd v3.4S, v3.4S, v2.4S
36 ld1 {v2.4S}, [x2], #16
37 zip1 v3.4S, v2.4S, v2.4S
38 zip2 v4.4S, v2.4S, v2.4S
54 1: ld1 {v2.2S}, [x0]
58 mov v2.D[1], v2.D[0]
60 fmul v2.4S, v2.4S, v4.4S
61 fmla v2.4S, v3.4S, v5.4S
62 st1 {v2.D}[0], [x0], #8
[all …]
Dvp8dsp_neon.S34 add v6.4h, v1.4h, v2.4h
36 sub v7.4h, v1.4h, v2.4h
41 sub v2.4h, v4.4h, v6.4h
46 transpose_4x4H v0, v1, v2, v3, v4, v5, v6, v7
51 add v6.4h, v1.4h, v2.4h
52 sub v7.4h, v1.4h, v2.4h
56 sub v2.4h, v4.4h, v6.4h
61 sshr v2.4h, v2.4h, #3
67 st1 {v2.h}[0], [x0], x3
71 st1 {v2.h}[1], [x0], x3
[all …]
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_winsys.h148 caps->caps.v2.min_aliased_point_size = 1.f; in virgl_ws_fill_new_caps_defaults()
149 caps->caps.v2.max_aliased_point_size = 255.f; in virgl_ws_fill_new_caps_defaults()
150 caps->caps.v2.min_smooth_point_size = 1.f; in virgl_ws_fill_new_caps_defaults()
151 caps->caps.v2.max_smooth_point_size = 190.f; in virgl_ws_fill_new_caps_defaults()
152 caps->caps.v2.min_aliased_line_width = 1.f; in virgl_ws_fill_new_caps_defaults()
153 caps->caps.v2.max_aliased_line_width = 10.f; in virgl_ws_fill_new_caps_defaults()
154 caps->caps.v2.min_smooth_line_width = 0.f; in virgl_ws_fill_new_caps_defaults()
155 caps->caps.v2.max_smooth_line_width = 10.f; in virgl_ws_fill_new_caps_defaults()
156 caps->caps.v2.max_texture_lod_bias = 15.0f; in virgl_ws_fill_new_caps_defaults()
157 caps->caps.v2.max_geom_output_vertices = 256; in virgl_ws_fill_new_caps_defaults()
[all …]
Dvirgl_screen.c71 if (vscreen->caps.caps.v2.host_feature_check_version >= 5) in virgl_get_name()
72 return vscreen->caps.caps.v2.renderer; in virgl_get_name()
88 return vscreen->caps.caps.v2.max_anisotropy > 1.0; in virgl_get_param()
103 if (vscreen->caps.caps.v2.max_texture_2d_size) in virgl_get_param()
104 return vscreen->caps.caps.v2.max_texture_2d_size; in virgl_get_param()
107 if (vscreen->caps.caps.v2.max_texture_3d_size) in virgl_get_param()
108 return 1 + util_logbase2(vscreen->caps.caps.v2.max_texture_3d_size); in virgl_get_param()
111 if (vscreen->caps.caps.v2.max_texture_cube_size) in virgl_get_param()
112 return 1 + util_logbase2(vscreen->caps.caps.v2.max_texture_cube_size); in virgl_get_param()
154 return vscreen->caps.caps.v2.min_texel_offset; in virgl_get_param()
[all …]
/third_party/openh264/codec/decoder/core/arm64/
Dintra_pred_aarch64_neon.S81 ext v2.8b, v0.8b, v1.8b, #1
83 ushll v2.8h, v2.8b, #1
85 add v1.8h, v1.8h, v2.8h
88 ext v0.8b, v1.8b, v2.8b, #1
90 ext v0.8b, v1.8b, v2.8b, #2
92 ext v0.8b, v1.8b, v2.8b, #3
102 ext v2.8b, v0.8b, v1.8b, #1
104 ushll v2.8h, v2.8b, #1
106 add v1.8h, v1.8h, v2.8h
109 ext v0.8b, v1.8b, v2.8b, #1
[all …]
/third_party/openh264/codec/encoder/core/arm64/
Dintra_pred_aarch64_neon.S81 ext v2.8b, v0.8b, v1.8b, #1
83 ushll v2.8h, v2.8b, #1
85 add v1.8h, v1.8h, v2.8h
88 ext v0.8b, v1.8b, v2.8b, #1
90 ext v0.8b, v1.8b, v2.8b, #2
92 ext v0.8b, v1.8b, v2.8b, #3
102 ext v2.8b, v0.8b, v1.8b, #1
104 ushll v2.8h, v2.8b, #1
106 add v1.8h, v1.8h, v2.8h
109 ext v0.8b, v1.8b, v2.8b, #1
[all …]
Dreconstruct_aarch64_neon.S155 trn1 \arg6\().8h, v2.8h, v3.8h
156 trn2 \arg7\().8h, v2.8h, v3.8h
290 ld1 {v2.8h}, [x1]
293 mov v4.16b, v2.16b
294 NEWQUANT_COEF_EACH_16BITS v0, v2, v3, v5, v6, v7
295 st1 {v2.8h}, [x0], #16
303 dup v2.8h, w1 // even ff range [0, 768]
305 mov v4.16b, v2.16b
306 NEWQUANT_COEF_EACH_16BITS v0, v2, v3, v5, v6, v7
307 st1 {v2.8h}, [x0], #16
[all …]
/third_party/openh264/codec/common/arm64/
Ddeblocking_aarch64_neon.S230 ins v2.d[0], v0.d[1]
231 zip1 v0.16b, v0.16b, v2.16b
232 ins v2.d[0], v0.d[1]
233 zip1 v0.16b, v0.16b, v2.16b
270 BS_COMPARE_MV v4, v0, v1, v2, v3, \arg3
283 zip1 \arg5\().4s, v0.4s, v2.4s
284 zip2 \arg6\().4s, v0.4s, v2.4s
286 zip2 v2.4s, v1.4s, v3.4s
289 zip2 v3.4s, \arg6\().4s, v2.4s
290 zip1 v2.4s, \arg6\().4s, v2.4s
[all …]
Dmc_aarch64_neon.S301 ld1 {v2.8b, v3.8b, v4.8b}, [x0], x1 //only use 21(16+5); v2=src[-2]
302 trn1 v2.2d, v2.2d, v3.2d
304 ext v5.16b, v2.16b, v4.16b, #1 //v5=src[-1]
305 ext v6.16b, v2.16b, v4.16b, #2 //v6=src[0]
306 ext v7.16b, v2.16b, v4.16b, #3 //v7=src[1]
307 ext v16.16b, v2.16b, v4.16b, #4 //v16=src[2]
308 ext v17.16b, v2.16b, v4.16b, #5 //v17=src[3]
310 FILTER_6TAG_8BITS1 v2, v5, v6, v7, v16, v17, v20, v0, v1
311 FILTER_6TAG_8BITS2 v2, v5, v6, v7, v16, v17, v20, v0, v1
348 …VEC4_UADDL_8BITS v16, v17, v20, v21, v24, v25, v28, v29, v0, v2, v4, v6 //v0/v2/v4/v6=src[-2]+sr…
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-vector.cc38 hb_vector_t<int> v2 {v1}; in main() local
43 assert (v2.length == 2); in main()
44 assert (v2[0] == 1); in main()
45 assert (v2[1] == 2); in main()
51 hb_vector_t<int> v2 = v1; in main() local
56 assert (v2.length == 2); in main()
57 assert (v2[0] == 1); in main()
58 assert (v2[1] == 2); in main()
120 hb_vector_t<int> v2 {4, 5}; in main() local
121 hb_swap (v1, v2); in main()
[all …]
/third_party/typescript/tests/baselines/reference/
DgenericConstructorFunction1.js4 var v2 = v1['test']; variable
5 v2(args);
6 return new v2(args); // used to give error
13 var v2 = v1['test'];
14 var y = v2(args);
15 return new v2(args); // used to give error
21 var v2 = v1['test'];
22 v2(args);
23 return new v2(args); // used to give error
28 var v2 = v1['test'];
[all …]
DgenericConstructorFunction1.types11 var v2 = v1['test'];
12 >v2 : new (arg: T) => Date
17 v2(args);
18 >v2(args) : any
19 >v2 : new (arg: T) => Date
22 return new v2(args); // used to give error
23 >new v2(args) : Date
24 >v2 : new (arg: T) => Date
40 var v2 = v1['test'];
41 >v2 : I1<T>
[all …]
DgenericConstructorFunction1.symbols15 var v2 = v1['test'];
16 >v2 : Symbol(v2, Decl(genericConstructorFunction1.ts, 2, 7))
19 v2(args);
20 >v2 : Symbol(v2, Decl(genericConstructorFunction1.ts, 2, 7))
23 return new v2(args); // used to give error
24 >v2 : Symbol(v2, Decl(genericConstructorFunction1.ts, 2, 7))
48 var v2 = v1['test'];
49 >v2 : Symbol(v2, Decl(genericConstructorFunction1.ts, 11, 7))
52 var y = v2(args);
54 >v2 : Symbol(v2, Decl(genericConstructorFunction1.ts, 11, 7))
[all …]
DgenericClasses3.symbols26 var v2: C <string>;
27 >v2 : Symbol(v2, Decl(genericClasses3.ts, 9, 3))
30 var y = v2.x; // should be 'string'
32 >v2.x : Symbol(C.x, Decl(genericClasses3.ts, 5, 25))
33 >v2 : Symbol(v2, Decl(genericClasses3.ts, 9, 3))
36 var u = v2.a; // should be 'string'
38 >v2.a : Symbol(B.a, Decl(genericClasses3.ts, 0, 12))
39 >v2 : Symbol(v2, Decl(genericClasses3.ts, 9, 3))
42 var z = v2.b;
44 >v2.b : Symbol(B.b, Decl(genericClasses3.ts, 1, 9))
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_analysis.c61 const float (*v2)[4]) in is_zero_area()
66 v0[0][1] == v2[0][1]); in is_zero_area()
125 const float (*v2)[4]) in rect()
131 calc_interps(v0[0][0], v2[0][0], v0[1][0], v2[1][0], &as, &bs); in rect()
132 calc_interps(v0[0][1], v2[0][1], v0[1][1], v2[1][1], &at, &bt); in rect()
137 assert(v1[0][1] == v2[0][1]); in rect()
139 lp_rect_cw(setup, v0, v1, v2, TRUE); in rect()
156 const_float4_ptr v2, in test_rect() argument
160 v1[0][1] != v2[0][1] || in test_rect()
161 v2[0][0] != v3[0][0] || in test_rect()
[all …]
/third_party/unity/test/tests/
Dtest_unity_integers.c1753 UNITY_INT v0, v1, v2; in testGreaterOrEqual() local
1758 v2 = 0; in testGreaterOrEqual()
1761 p2 = &v2; in testGreaterOrEqual()
1767 TEST_ASSERT_GREATER_OR_EQUAL(v0, v2); in testGreaterOrEqual()
1768 TEST_ASSERT_GREATER_OR_EQUAL(*p0, v2); in testGreaterOrEqual()
1782 UNITY_INT v0, v1, v2; in testGreaterOrEqualINT() local
1787 v2 = 302; in testGreaterOrEqualINT()
1790 p2 = &v2; in testGreaterOrEqualINT()
1796 TEST_ASSERT_GREATER_OR_EQUAL_INT(v0, v2); in testGreaterOrEqualINT()
1797 TEST_ASSERT_GREATER_OR_EQUAL_INT(*p0, v2); in testGreaterOrEqualINT()
[all …]
/third_party/glslang/Test/
D120.frag113 void v2()
158 vec2 v2;
160 mat4 m4b1 = mat4(v2, v3); // ERROR, not enough
161 mat4 m4b2 = mat4(v2, v3, v3, v3, v3, v2, v2); // ERROR, too much
162 mat4 m4g = mat4(v2, v3, v3, v3, v3, v3);
163 mat4 m4 = mat4(v2, v3, v3, v3, v3, v2);
165 mat3 m3b1 = mat3(m4, v2); // ERROR, extra arg
169 mat3 m3s = mat3(v2.x);
182 vec2 v2;
184 v = texture2DLod(s2D, v2, f); // ERROR
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_pkparse.data173 Parse RSA Key #38 (PKCS#8 encrypted v2 PBKDF2 3DES)
177 Parse RSA Key #38.1 (PKCS#8 encrypted v2 PBKDF2 3DES, wrong PW)
181 Parse RSA Key #38.2 (PKCS#8 encrypted v2 PBKDF2 3DES, no PW)
185 Parse RSA Key #39 (PKCS#8 encrypted v2 PBKDF2 3DES, 2048-bit)
189 Parse RSA Key #39.1 (PKCS#8 encrypted v2 PBKDF2 3DES, 2048-bit, wrong PW)
193 Parse RSA Key #39.2 (PKCS#8 encrypted v2 PBKDF2 3DES, 2048-bit, no PW)
197 Parse RSA Key #40 (PKCS#8 encrypted v2 PBKDF2 3DES, 4096-bit)
201 Parse RSA Key #40.1 (PKCS#8 encrypted v2 PBKDF2 3DES, 4096-bit, wrong PW)
205 Parse RSA Key #40.2 (PKCS#8 encrypted v2 PBKDF2 3DES, 4096-bit, no PW)
209 Parse RSA Key #41 (PKCS#8 encrypted v2 PBKDF2 3DES DER)
[all …]
/third_party/ffmpeg/libavutil/aarch64/
Dfloat_dsp_neon.S29 ld1 {v2.4S, v3.4S}, [x1], #32
34 fmul v18.4S, v2.4S, v6.4S
67 ld1 {v2.4S, v3.4S}, [x1], #32
69 fmul v2.4S, v2.4S, v16.4S
74 st1 {v2.4S, v3.4S}, [x0], #32
77 st1 {v2.4S, v3.4S}, [x0], #32
92 ld1 {v2.2D, v3.2D}, [x1], #32
94 fmul v2.2D, v2.2D, v16.2D
98 st1 {v2.2D, v3.2D}, [x0], #32
112 ld1 {v2.4S}, [x3], #16 // wi
[all …]
/third_party/openh264/codec/processing/src/arm64/
Dadaptive_quantization_aarch64_neon.S40 uabd v2.16b, v0.16b, v1.16b
41 umull v3.8h, v2.8b, v2.8b
42 umull2 v4.8h, v2.16b, v2.16b
45 uaddlp v2.8h, v2.16b //sum
69 uadalp v2.8h, v6.16b
77 uaddlv s2, v2.8h //sum
79 ins v2.s[1], v1.s[0] // sum, sum_cur
80 shrn v2.4h, v2.4s, #8 // sum, sum_cur>>8
81 mul v2.4h, v2.4h, v2.4h//// sum*sum, sum_cur*sum_cur
86 sub v4.4h, v4.4h, v2.4h
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Douter-product.comp21 float2 v2;
30 _21.m22 = float2x2(_26.v2 * _26.v2.x, _26.v2 * _26.v2.y);
31 _21.m23 = float2x3(_26.v3 * _26.v2.x, _26.v3 * _26.v2.y);
32 _21.m24 = float2x4(_26.v4 * _26.v2.x, _26.v4 * _26.v2.y);
33 _21.m32 = float3x2(_26.v2 * _26.v3.x, _26.v2 * _26.v3.y, _26.v2 * _26.v3.z);
36 _21.m42 = float4x2(_26.v2 * _26.v4.x, _26.v2 * _26.v4.y, _26.v2 * _26.v4.z, _26.v2 * _26.v4.w);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Douter-product.comp21 float2 v2;
30 _21.m22 = float2x2(_26.v2 * _26.v2.x, _26.v2 * _26.v2.y);
31 _21.m23 = float2x3(_26.v3 * _26.v2.x, _26.v3 * _26.v2.y);
32 _21.m24 = float2x4(_26.v4 * _26.v2.x, _26.v4 * _26.v2.y);
33 _21.m32 = float3x2(_26.v2 * _26.v3.x, _26.v2 * _26.v3.y, _26.v2 * _26.v3.z);
36 _21.m42 = float4x2(_26.v2 * _26.v4.x, _26.v2 * _26.v4.y, _26.v2 * _26.v4.z, _26.v2 * _26.v4.w);

12345678910>>...100