Home
last modified time | relevance | path

Searched full:v1 (Results 1 – 25 of 4156) sorted by relevance

12345678910>>...167

/third_party/unity/test/tests/
Dtest_unity_integers.c82 UNITY_UINT16 v0, v1; in testNotEqualUInts() local
85 v1 = 9001; in testNotEqualUInts()
88 TEST_ASSERT_EQUAL_UINT(v0, v1); in testNotEqualUInts()
94 UNITY_UINT8 v0, v1; in testNotEqualUInt8s() local
97 v1 = 255; in testNotEqualUInt8s()
100 TEST_ASSERT_EQUAL_UINT8(v0, v1); in testNotEqualUInt8s()
106 UNITY_UINT16 v0, v1; in testNotEqualUInt16s() local
109 v1 = 65534u; in testNotEqualUInt16s()
112 TEST_ASSERT_EQUAL_UINT16(v0, v1); in testNotEqualUInt16s()
118 UNITY_UINT32 v0, v1; in testNotEqualUInt32s() local
[all …]
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_sdwa.cpp31 //>> v1: %a, v1: %b, s1: %c, s1: %d = p_startpgm
32 if (!setup_cs("v1 v1 s1 s1", (amd_gfx_level)i))
37 …SDWA_instruction *sdwa = &bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]).…
42 sdwa = &bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]).instr->sdwa();
52 //>> v1: %a, v1: %b, s1: %c, s1: %d = p_startpgm
53 if (!setup_cs("v1 v1 s1 s1", (amd_gfx_level)i))
57 …//~gfx(7|11)! SDWA is GFX8 to GFX10.3 only: v1: %t0 = v_mul_f32 %a, %b dst_sel:dword src0_sel:dwor…
60 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]);
68 //>> v1: %vgpr0, v1: %vgp1, s1: %sgpr0, s1: %sgpr1 = p_startpgm
69 if (!setup_cs("v1 v1 s1 s1", (amd_gfx_level)i))
[all …]
Dtest_builder.cpp30 //>> v1: %a, v1: %b, s1: %c, s1: %d = p_startpgm
31 if (!setup_cs("v1 v1 s1 s1", (amd_gfx_level)i))
37 writeout(0, bld.v_mul_imm(bld.def(v1), inputs[0], 0));
40 writeout(1, bld.v_mul_imm(bld.def(v1), inputs[0], 1));
42 //! v1: %res2 = v_lshlrev_b32 2, %a
44 writeout(2, bld.v_mul_imm(bld.def(v1), inputs[0], 4));
46 //! v1: %res3 = v_lshlrev_b32 31, %a
48 writeout(3, bld.v_mul_imm(bld.def(v1), inputs[0], 2147483648u));
52 //~gfx8! v1: %res4_tmp = v_lshlrev_b32 3, %a
53 //~gfx8! v1: %res4, s2: %_ = v_add_co_u32 %res4_tmp, %a
[all …]
Dtest_optimizer.cpp30 //>> v1: %a, v1: %b, s1: %c, s1: %d = p_startpgm
31 if (!setup_cs("v1 v1 s1 s1", (amd_gfx_level)i))
34 //! v1: %res0 = v_mul_f32 %a, -%b
37 writeout(0, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], neg_b));
39 //~gfx9! v1: %neg_a = v_mul_f32 -1.0, %a
40 //~gfx9! v1: %res1 = v_mul_f32 0x123456, %neg_a
41 //~gfx10! v1: %res1 = v_mul_f32 0x123456, -%a
44 writeout(1, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), Operand::c32(0x123456u), neg_a));
46 //! v1: %res2 = v_mul_f32 %a, %b
49 writeout(2, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), neg_neg_a, inputs[1]));
[all …]
Dtest_insert_nops.cpp30 bld.mubuf(aco_opcode::buffer_load_dword, Definition(PhysReg(256), v1), Operand(PhysReg(0), s4), in create_mubuf()
31 Operand(PhysReg(256), v1), Operand::zero(), offset, true); in create_mubuf()
38 mimg->definitions[0] = Definition(PhysReg(256), v1); in create_mimg()
41 mimg->operands[2] = Operand(v1); in create_mimg()
43 mimg->operands[3 + i] = Operand(PhysReg(256 + (nsa ? i * 2 : i)), v1); in create_mimg()
58 …//! v1: %0:v[0] = image_sample %0:s[0-7], %0:s[0-3], v1: undef, %0:v[0], %0:v[2], %0:v[4], %0:v[6…
59 …//! v1: %0:v[0] = buffer_load_dword %0:s[0-3], %0:v[0], 0 offset:8 offen storage: semantics: scope…
66 …//! v1: %0:v[0] = image_sample %0:s[0-7], %0:s[0-3], v1: undef, %0:v[0], %0:v[2], %0:v[4], %0:v[6…
68 …//! v1: %0:v[0] = buffer_load_dword %0:s[0-3], %0:v[0], 0 offset:4 offen storage: semantics: scope…
75 …//! v1: %0:v[0] = image_sample %0:s[0-7], %0:s[0-3], v1: undef, %0:v[0], %0:v[1], %0:v[2], %0:v[3…
[all …]
/third_party/vixl/test/aarch64/
Dtest-cpu-features-aarch64.cc756 TEST_NEON(abs_0, abs(v0.V8B(), v1.V8B()))
757 TEST_NEON(abs_1, abs(v0.V16B(), v1.V16B()))
758 TEST_NEON(abs_2, abs(v0.V4H(), v1.V4H()))
759 TEST_NEON(abs_3, abs(v0.V8H(), v1.V8H()))
760 TEST_NEON(abs_4, abs(v0.V2S(), v1.V2S()))
761 TEST_NEON(abs_5, abs(v0.V4S(), v1.V4S()))
762 TEST_NEON(abs_6, abs(v0.V2D(), v1.V2D()))
764 TEST_NEON(addhn_0, addhn(v0.V8B(), v1.V8H(), v2.V8H()))
765 TEST_NEON(addhn_1, addhn(v0.V4H(), v1.V4S(), v2.V4S()))
766 TEST_NEON(addhn_2, addhn(v0.V2S(), v1.V2D(), v2.V2D()))
[all …]
/third_party/googletest/googletest/include/gtest/
Dgtest_pred_impl.h48 // ASSERT_PRED_FORMAT1(pred_format, v1)
49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
60 // ASSERT_PRED1(pred, v1)
61 // ASSERT_PRED2(pred, v1, v2)
65 // and the values v1, v2, ..., must support the << operator for
88 Pred pred, const T1& v1) { in AssertPred1Helper() argument
89 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper()
94 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper()
99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ argument
100 GTEST_ASSERT_(pred_format(#v1, v1), on_failure)
[all …]
/third_party/node/deps/googletest/include/gtest/
Dgtest_pred_impl.h48 // ASSERT_PRED_FORMAT1(pred_format, v1)
49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
60 // ASSERT_PRED1(pred, v1)
61 // ASSERT_PRED2(pred, v1, v2)
65 // and the values v1, v2, ..., must support the << operator for
88 Pred pred, const T1& v1) { in AssertPred1Helper() argument
89 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper()
94 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper()
99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ argument
100 GTEST_ASSERT_(pred_format(#v1, v1), on_failure)
[all …]
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest_pred_impl.h46 // ASSERT_PRED_FORMAT1(pred_format, v1)
47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
58 // ASSERT_PRED1(pred, v1)
59 // ASSERT_PRED2(pred, v1, v2)
63 // and the values v1, v2, ..., must support the << operator for
90 const T1& v1) { in AssertPred1Helper() argument
91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper()
96 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper()
101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument
102 GTEST_ASSERT_(pred_format(#v1, v1), \
[all …]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/aes/
Daesv8-armx.S38 ld1 {v1.4s,v2.4s},[x3],#32
56 eor v6.16b,v6.16b,v1.16b
58 shl v1.16b,v1.16b,#1
62 ld1 {v1.4s},[x3]
73 eor v6.16b,v6.16b,v1.16b
75 shl v1.16b,v1.16b,#1
87 eor v6.16b,v6.16b,v1.16b
123 eor v6.16b,v6.16b,v1.16b
125 shl v1.16b,v1.16b,#1
154 eor v6.16b,v6.16b,v1.16b
[all …]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/aes/
Daesv8-armx.S38 ld1 {v1.4s,v2.4s},[x3],#32
56 eor v6.16b,v6.16b,v1.16b
58 shl v1.16b,v1.16b,#1
62 ld1 {v1.4s},[x3]
73 eor v6.16b,v6.16b,v1.16b
75 shl v1.16b,v1.16b,#1
87 eor v6.16b,v6.16b,v1.16b
123 eor v6.16b,v6.16b,v1.16b
125 shl v1.16b,v1.16b,#1
154 eor v6.16b,v6.16b,v1.16b
[all …]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/aes/
Daesv8-armx.S38 ld1 {v1.4s,v2.4s},[x3],#32
56 eor v6.16b,v6.16b,v1.16b
58 shl v1.16b,v1.16b,#1
62 ld1 {v1.4s},[x3]
73 eor v6.16b,v6.16b,v1.16b
75 shl v1.16b,v1.16b,#1
87 eor v6.16b,v6.16b,v1.16b
123 eor v6.16b,v6.16b,v1.16b
125 shl v1.16b,v1.16b,#1
154 eor v6.16b,v6.16b,v1.16b
[all …]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/aes/
Daesv8-armx.S38 ld1 {v1.4s,v2.4s},[x3],#32
56 eor v6.16b,v6.16b,v1.16b
58 shl v1.16b,v1.16b,#1
62 ld1 {v1.4s},[x3]
73 eor v6.16b,v6.16b,v1.16b
75 shl v1.16b,v1.16b,#1
87 eor v6.16b,v6.16b,v1.16b
123 eor v6.16b,v6.16b,v1.16b
125 shl v1.16b,v1.16b,#1
154 eor v6.16b,v6.16b,v1.16b
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dalgorithm_test.cc27 std::vector<int> v1{1, 2, 3}; in TEST() local
28 std::vector<int> v2 = v1; in TEST()
32 EXPECT_TRUE(absl::equal(v1.begin(), v1.end(), v2.begin(), v2.end())); in TEST()
33 EXPECT_FALSE(absl::equal(v1.begin(), v1.end(), v3.begin(), v3.end())); in TEST()
34 EXPECT_FALSE(absl::equal(v1.begin(), v1.end(), v4.begin(), v4.end())); in TEST()
49 std::vector<int> v1{1, 2, 3}; in TEST() local
53 EXPECT_FALSE(absl::equal(v1.begin(), v1.end(), empty1.begin(), empty1.end())); in TEST()
54 EXPECT_FALSE(absl::equal(empty1.begin(), empty1.end(), v1.begin(), v1.end())); in TEST()
60 std::vector<int> v1{1, 2, 3}; in TEST() local
61 std::list<int> lst1{v1.begin(), v1.end()}; in TEST()
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
Dsbrdsp_neon.S50 ld1 {v1.4S}, [x1], #16
51 fadd v0.4S, v0.4S, v1.4S
66 1: ld1 {v1.4S}, [x0], #16
67 fmla v0.4S, v1.4S, v1.4S
78 ld2 {v0.4S, v1.4S}, [x0], #32
79 eor v1.16B, v1.16B, v5.16B
82 st2 {v0.4S, v1.4S}, [x1], #32
84 ld2 {v0.4S, v1.4S}, [x0], #32
86 eor v1.16B, v1.16B, v5.16B
90 st2 {v0.4S, v1.4S}, [x1], #32
[all …]
Dh264pred_neon.S75 ldcol.8 v1, x3, x1, 16
77 uaddlv h1, v1.16b
78 add v0.4h, v0.4h, v1.4h
119 ldcol.8 v1, x3, x1
123 rev64 v1.8b, v1.8b
126 usubl v3.8h, v3.8b, v1.8b
149 dup v1.8h, v2.h[0]
153 add v1.8h, v1.8h, v0.8h
157 sqshrun v0.8b, v1.8h, #5
158 add v1.8h, v1.8h, v2.8h
[all …]
Dhevcdsp_idct_neon.S48 ld1 {v0.8h-v1.8h}, [x1]
57 sqadd v1.8h, v1.8h, v7.8h
59 sqxtun2 v0.16b, v1.8h
69 ld1 {v0.8h-v1.8h}, [x1]
76 sqadd v1.8h, v1.8h, v3.8h
78 clip10 v0.8h, v1.8h, v4.8h, v5.8h
81 st1 {v1.d}[0], [x0], x2
82 st1 {v1.d}[1], [x0], x2
94 ld1 {v0.8h-v1.8h}, [x1], #32
97 sqadd v1.8h, v1.8h, v2.8h
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dsimple_idct_armv5te.S43 ldrd v1, v2, [a1, #8]
45 orrs v1, v1, v2
47 cmpeq v1, a4
48 cmpeq v1, a3, lsr #16
51 mov v1, #(1<<(ROW_SHIFT-1))
54 smlabb v1, ip, a3, v1 /* v1 = W4*row[0]+(1<<(RS-1)) */
58 add v2, v1, a2
59 sub v3, v1, a2
60 sub v4, v1, lr
61 add v1, v1, lr
[all …]
/third_party/skia/
Dgo.sum49 cloud.google.com/go/bigquery v1.0.1 h1:hL+ycaJpVE9M7nLoiXb/Pn10ENE2u+oddxbD8uu0ZVU=
50 cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
51 cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE=
52 cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc=
53 cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg=
54 cloud.google.com/go/bigquery v1.6.0 h1:ajp/DjpiCHO71SyIhwb83YsUGAyWuzVvMko+9xCsJLw=
55 cloud.google.com/go/bigquery v1.6.0/go.mod h1:hyFDG0qSGdHNz8Q6nDN8rYIkld0q/+5uBZaelxiDLfE=
56 cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc=
57 cloud.google.com/go/bigquery v1.8.0 h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA=
58 cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec2.inl468 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec1<T, P> const & v2) argument
471 v1.x + v2.x,
472 v1.y + v2.x);
484 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec1<T, P> const & v1, tvec2<T, P> const & v2) argument
487 v1.x + v2.x,
488 v1.x + v2.y);
492 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec2<T, P> const & v2) argument
495 v1.x + v2.x,
496 v1.y + v2.y);
508 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec1<T, P> const & v2) argument
[all …]
/third_party/skia/tests/
DPathOpsDVectorTest.cpp25 SkDVector v1 = tests[index + 1] - tests[index]; in DEF_TEST() local
26 SkASSERT(ValidVector(v1)); in DEF_TEST()
29 v1 += v2; in DEF_TEST()
30 REPORTER_ASSERT(reporter, v1.fX == 0 && v1.fY == 0); in DEF_TEST()
33 v1 = tests[index + 1] - tests[index]; in DEF_TEST()
34 v1 /= 2; in DEF_TEST()
35 v1 *= 2; in DEF_TEST()
36 v1 -= tests[index + 1] - tests[index]; in DEF_TEST()
37 REPORTER_ASSERT(reporter, v1.fX == 0 && v1.fY == 0); in DEF_TEST()
38 SkVector sv = v1.asSkVector(); in DEF_TEST()
[all …]
/third_party/cJSON/tests/unity/test/tests/
Dtestunity.c279 UNITY_UINT16 v0, v1; in testNotEqualUInts() local
282 v1 = 9001; in testNotEqualUInts()
285 TEST_ASSERT_EQUAL_UINT(v0, v1); in testNotEqualUInts()
291 UNITY_UINT8 v0, v1; in testNotEqualUInt8s() local
294 v1 = 255; in testNotEqualUInt8s()
297 TEST_ASSERT_EQUAL_UINT8(v0, v1); in testNotEqualUInt8s()
303 UNITY_UINT16 v0, v1; in testNotEqualUInt16s() local
306 v1 = 65534; in testNotEqualUInt16s()
309 TEST_ASSERT_EQUAL_UINT16(v0, v1); in testNotEqualUInt16s()
315 UNITY_UINT32 v0, v1; in testNotEqualUInt32s() local
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DAdapter.cpp43 mLimits.v1.maxVertexBufferArrayStride = in Initialize()
44 std::min(mLimits.v1.maxVertexBufferArrayStride, kMaxVertexBufferArrayStride); in Initialize()
45 mLimits.v1.maxBindGroups = std::min(mLimits.v1.maxBindGroups, kMaxBindGroups); in Initialize()
46 mLimits.v1.maxVertexAttributes = in Initialize()
47 std::min(mLimits.v1.maxVertexAttributes, uint32_t(kMaxVertexAttributes)); in Initialize()
48 mLimits.v1.maxVertexBuffers = in Initialize()
49 std::min(mLimits.v1.maxVertexBuffers, uint32_t(kMaxVertexBuffers)); in Initialize()
50 mLimits.v1.maxInterStageShaderComponents = in Initialize()
51 std::min(mLimits.v1.maxInterStageShaderComponents, kMaxInterStageShaderComponents); in Initialize()
52 mLimits.v1.maxSampledTexturesPerShaderStage = std::min( in Initialize()
[all …]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/modes/
Dghashv8-armx.S32 pmull v1.1q,v16.1d,v16.1d
36 eor v1.16b,v1.16b,v17.16b
37 eor v1.16b,v1.16b,v18.16b
40 ins v2.d[0],v1.d[1]
41 ins v1.d[1],v0.d[0]
42 eor v0.16b,v1.16b,v18.16b
58 pmull v1.1q,v16.1d,v17.1d
64 eor v1.16b,v1.16b,v16.16b
67 eor v1.16b,v1.16b,v18.16b
72 ins v2.d[0],v1.d[1]
[all …]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/modes/
Dghashv8-armx.S32 pmull v1.1q,v16.1d,v16.1d
36 eor v1.16b,v1.16b,v17.16b
37 eor v1.16b,v1.16b,v18.16b
40 ins v2.d[0],v1.d[1]
41 ins v1.d[1],v0.d[0]
42 eor v0.16b,v1.16b,v18.16b
58 pmull v1.1q,v16.1d,v17.1d
64 eor v1.16b,v1.16b,v16.16b
67 eor v1.16b,v1.16b,v18.16b
72 ins v2.d[0],v1.d[1]
[all …]

12345678910>>...167