/third_party/unity/test/tests/ |
D | test_unity_integers.c | 82 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/node/deps/googletest/include/gtest/ |
D | gtest_pred_impl.h | 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) 104 #define GTEST_PRED1_(pred, v1, on_failure) \ argument 105 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, #v1, pred, v1), on_failure) 108 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 109 GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_NONFATAL_FAILURE_) 110 #define EXPECT_PRED1(pred, v1) GTEST_PRED1_(pred, v1, GTEST_NONFATAL_FAILURE_) argument [all …]
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 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) 104 #define GTEST_PRED1_(pred, v1, on_failure) \ argument 105 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, #v1, pred, v1), on_failure) 108 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 109 GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_NONFATAL_FAILURE_) 110 #define EXPECT_PRED1(pred, v1) GTEST_PRED1_(pred, v1, GTEST_NONFATAL_FAILURE_) argument [all …]
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest_pred_impl.h | 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), \ 107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument 109 #v1, \ 111 v1), on_failure) 114 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 115 GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_NONFATAL_FAILURE_) [all …]
|
/third_party/vixl/test/aarch64/ |
D | test-cpu-features-aarch64.cc | 756 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/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | algorithm_test.cc | 27 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/openh264/codec/encoder/core/arm64/ |
D | intra_pred_aarch64_neon.S | 80 dup v1.8b, v0.b[7] 81 ext v2.8b, v0.8b, v1.8b, #1 82 ext v3.8b, v0.8b, v1.8b, #2 84 uaddl v1.8h, v3.8b, v0.8b 85 add v1.8h, v1.8h, v2.8h 86 uqrshrn v1.8b, v1.8h, #2 87 st1 {v1.S}[0], [x0], 4 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 [all …]
|
D | reconstruct_aarch64_neon.S | 153 trn1 \arg4\().8h, v0.8h, v1.8h 154 trn2 \arg5\().8h, v0.8h, v1.8h 282 ld1 {v0.8h, v1.8h}, [x0] 283 ZERO_COUNT_IN_2_QUARWORD v0, v1, b0 291 ld1 {v0.8h, v1.8h}, [x0] 296 NEWQUANT_COEF_EACH_16BITS v1, v4, v3, v5, v6, v7 302 ld1 {v0.8h, v1.8h}, [x0] 308 NEWQUANT_COEF_EACH_16BITS v1, v4, v3, v5, v6, v7 318 ld1 {v0.8h, v1.8h}, [x0], #32 323 NEWQUANT_COEF_EACH_16BITS v1, v4, v3, v5, v6, v7 [all …]
|
/third_party/openh264/codec/decoder/core/arm64/ |
D | intra_pred_aarch64_neon.S | 80 dup v1.8b, v0.b[7] 81 ext v2.8b, v0.8b, v1.8b, #1 82 ext v3.8b, v0.8b, v1.8b, #2 84 uaddl v1.8h, v3.8b, v0.8b 85 add v1.8h, v1.8h, v2.8h 86 uqrshrn v1.8b, v1.8h, #2 87 st1 {v1.S}[0], [x0], x1 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 [all …]
|
/third_party/cJSON/tests/unity/test/tests/ |
D | testunity.c | 279 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/mesa3d/src/amd/compiler/tests/ |
D | test_sdwa.cpp | 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(); 60 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]); 75 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[2], inputs[1]); 76 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[3]); 80 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), Operand::c32(4u), inputs[1]); 81 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], Operand::c32(4u)); 86 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), Operand::c32(0x1234u), inputs[1]); 87 bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], Operand::c32(0x1234u)); 126 … bld.vop2_sdwa(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], inputs[1]).instr->sdwa().omod = 1; [all …]
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | sbrdsp_neon.S | 50 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 …]
|
D | h264pred_neon.S | 75 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 …]
|
D | vc1dsp_neon.S | 31 ld1 {v1.16b, v2.16b}, [x0], #32 34 shl v1.8h, v1.8h, #2 // 8/2 * src[0] 52 ssra v1.8h, v1.8h, #1 // 12/2 * src[0] 59 … add v4.8h, v1.8h, v5.8h // t1/2 = 12/2 * src[0] + 12/2 * src[32] 60 … sub v1.8h, v1.8h, v5.8h // t2/2 = 12/2 * src[0] - 12/2 * src[32] 63 add v5.8h, v1.8h, v2.8h // t6/2 = t2/2 + t4/2 64 sub v16.8h, v1.8h, v2.8h // t7/2 = t2/2 - t4/2 66 add v21.8h, v1.8h, v2.8h // t6/2 = t2/2 + t4/2 72 sub v1.8h, v1.8h, v2.8h // t7/2 = t2/2 - t4/2 78 ssra v1.8h, v19.8h, #1 // (t7 - t3) >> 1 [all …]
|
/third_party/skia/tests/ |
D | PathOpsDVectorTest.cpp | 25 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/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/aes/ |
D | aesv8-armx.S | 38 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/crypto/aes/ |
D | aesv8-armx.S | 38 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/ |
D | aesv8-armx.S | 38 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/ |
D | aesv8-armx.S | 38 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/harfbuzz/src/ |
D | test-vector.cc | 37 hb_vector_t<int> v1 {1, 2}; in main() local 38 hb_vector_t<int> v2 {v1}; in main() 39 hb_vector_t<int> V2 {v1}; in main() 40 assert (v1.length == 2); in main() 41 assert (v1[0] == 1); in main() 42 assert (v1[1] == 2); in main() 50 hb_vector_t<int> v1 {1, 2}; in main() local 51 hb_vector_t<int> v2 = v1; in main() 52 hb_vector_t<int> V2 = v1; in main() 53 assert (v1.length == 2); in main() [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Adapter.cpp | 43 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/openssl/crypto/des/ |
D | cfb64ede.c | 29 register DES_LONG v0, v1; in DES_ede3_cfb64_encrypt() local 40 c2l(iv, v1); in DES_ede3_cfb64_encrypt() 43 ti[1] = v1; in DES_ede3_cfb64_encrypt() 46 v1 = ti[1]; in DES_ede3_cfb64_encrypt() 50 l2c(v1, iv); in DES_ede3_cfb64_encrypt() 62 c2l(iv, v1); in DES_ede3_cfb64_encrypt() 65 ti[1] = v1; in DES_ede3_cfb64_encrypt() 68 v1 = ti[1]; in DES_ede3_cfb64_encrypt() 72 l2c(v1, iv); in DES_ede3_cfb64_encrypt() 82 v0 = v1 = ti[0] = ti[1] = c = cc = 0; in DES_ede3_cfb64_encrypt() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/des/ |
D | cfb64ede.c | 29 register DES_LONG v0, v1; in DES_ede3_cfb64_encrypt() local 40 c2l(iv, v1); in DES_ede3_cfb64_encrypt() 43 ti[1] = v1; in DES_ede3_cfb64_encrypt() 46 v1 = ti[1]; in DES_ede3_cfb64_encrypt() 50 l2c(v1, iv); in DES_ede3_cfb64_encrypt() 62 c2l(iv, v1); in DES_ede3_cfb64_encrypt() 65 ti[1] = v1; in DES_ede3_cfb64_encrypt() 68 v1 = ti[1]; in DES_ede3_cfb64_encrypt() 72 l2c(v1, iv); in DES_ede3_cfb64_encrypt() 82 v0 = v1 = ti[0] = ti[1] = c = cc = 0; in DES_ede3_cfb64_encrypt() [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | AdapterD3D12.cpp | 166 GetDefaultLimits(&limits->v1); in InitializeSupportedLimitsImpl() 171 limits->v1.maxTextureDimension1D = D3D12_REQ_TEXTURE1D_U_DIMENSION; in InitializeSupportedLimitsImpl() 172 limits->v1.maxTextureDimension2D = D3D12_REQ_TEXTURE2D_U_OR_V_DIMENSION; in InitializeSupportedLimitsImpl() 173 limits->v1.maxTextureDimension3D = D3D12_REQ_TEXTURE3D_U_V_OR_W_DIMENSION; in InitializeSupportedLimitsImpl() 174 limits->v1.maxTextureArrayLayers = D3D12_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION; in InitializeSupportedLimitsImpl() 177 limits->v1.maxVertexBuffers = 16; in InitializeSupportedLimitsImpl() 178 limits->v1.maxVertexAttributes = D3D12_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT; in InitializeSupportedLimitsImpl() 219 ASSERT(maxUAVsAllStages / 4 > limits->v1.maxStorageTexturesPerShaderStage); in InitializeSupportedLimitsImpl() 220 ASSERT(maxUAVsAllStages / 4 > limits->v1.maxStorageBuffersPerShaderStage); in InitializeSupportedLimitsImpl() 223 limits->v1.maxUniformBuffersPerShaderStage = maxCBVsPerStage; in InitializeSupportedLimitsImpl() [all …]
|
/third_party/openh264/codec/common/arm64/ |
D | deblocking_aarch64_neon.S | 210 ld1 {v1.s} [3], [x6] 213 ext v1.16b, v1.16b, v0.16b, #12 214 add \arg3\().16b, v0.16b, v1.16b 222 ld1 {v1.b} [12], [x6] 224 ld1 {v1.b} [13], [x7] 226 ld1 {v1.b} [14], [x6] 227 ld1 {v1.b} [15], [x7] 234 ext v1.16b, v1.16b, v0.16b, #12 235 add \arg4\().16b, v0.16b, v1.16b 270 BS_COMPARE_MV v4, v0, v1, v2, v3, \arg3 [all …]
|