Home
last modified time | relevance | path

Searched refs:res1 (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/ffmpeg/libavcodec/mips/
Dqpeldsp_msa.c316 v16u8 res0, res1; in horiz_mc_qpel_aver_src0_8width_msa() local
331 res1 = APPLY_HORIZ_QPEL_FILTER_8BYTE(inp2, inp3, in horiz_mc_qpel_aver_src0_8width_msa()
336 AVER_UB2_UB(inp0, res0, inp2, res1, res0, res1); in horiz_mc_qpel_aver_src0_8width_msa()
337 ST_D4(res0, res1, 0, 1, 0, 1, dst, dst_stride); in horiz_mc_qpel_aver_src0_8width_msa()
394 v16u8 res0, res1; in horiz_mc_qpel_8width_msa() local
409 res1 = APPLY_HORIZ_QPEL_FILTER_8BYTE(inp2, inp3, in horiz_mc_qpel_8width_msa()
412 ST_D4(res0, res1, 0, 1, 0, 1, dst, dst_stride); in horiz_mc_qpel_8width_msa()
465 v16u8 res0, res1; in horiz_mc_qpel_aver_src1_8width_msa() local
480 res1 = APPLY_HORIZ_QPEL_FILTER_8BYTE(inp2, inp3, in horiz_mc_qpel_aver_src1_8width_msa()
487 AVER_UB2_UB(inp0, res0, inp2, res1, res0, res1); in horiz_mc_qpel_aver_src1_8width_msa()
[all …]
Dvp8_idct_msa.c52 v4i32 res0, res1, res2, res3; in ff_vp8_idct_add_msa() local
70 res0, res1, res2, res3); in ff_vp8_idct_add_msa()
71 ILVR_H4_SW(zero, res0, zero, res1, zero, res2, zero, res3, in ff_vp8_idct_add_msa()
72 res0, res1, res2, res3); in ff_vp8_idct_add_msa()
73 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in ff_vp8_idct_add_msa()
74 CLIP_SW4_0_255(res0, res1, res2, res3); in ff_vp8_idct_add_msa()
75 VSHF_B2_SB(res0, res1, res2, res3, mask, mask, dest0, dest1); in ff_vp8_idct_add_msa()
85 v8i16 res0, res1, res2, res3; in ff_vp8_idct_dc_add_msa() local
94 res0, res1, res2, res3); in ff_vp8_idct_dc_add_msa()
95 ADD4(res0, vec, res1, vec, res2, vec, res3, vec, res0, res1, res2, res3); in ff_vp8_idct_dc_add_msa()
[all …]
Dh264chroma_msa.c155 v8u16 res0, res1, res2, res3; in avc_chroma_hz_4x8_msa() local
165 DOTP_UB2_UH(src0, src2, coeff_vec, coeff_vec, res0, res1); in avc_chroma_hz_4x8_msa()
167 SLLI_4V(res0, res1, res2, res3, 3); in avc_chroma_hz_4x8_msa()
168 SRARI_H4_UH(res0, res1, res2, res3, 6); in avc_chroma_hz_4x8_msa()
169 SAT_UH4_UH(res0, res1, res2, res3, 7); in avc_chroma_hz_4x8_msa()
170 PCKEV_B2_UB(res1, res0, res3, res2, out0, out1); in avc_chroma_hz_4x8_msa()
191 v8u16 res0, res1, res2, res3; in avc_chroma_hz_8x4_msa() local
202 coeff_vec, res0, res1, res2, res3); in avc_chroma_hz_8x4_msa()
203 SLLI_4V(res0, res1, res2, res3, 3); in avc_chroma_hz_8x4_msa()
204 SRARI_H4_UH(res0, res1, res2, res3, 6); in avc_chroma_hz_8x4_msa()
[all …]
Dhevcpred_msa.c35 res0, res1, mul_val_b0, mul_val_b1, round) \ argument
58 PCKEV_B2_SH(res1_m, res0_m, res3_m, res2_m, res0, res1); \
555 v8i16 vec0, vec1, vec2, vec3, res0, res1, res2, res3; in hevc_intra_pred_plane_4x4_msa() local
574 res0, res1, res2, res3); in hevc_intra_pred_plane_4x4_msa()
577 res1 += mul_val1 * tmp0; in hevc_intra_pred_plane_4x4_msa()
582 res1 += 2 * src_vec0_r; in hevc_intra_pred_plane_4x4_msa()
585 res1 += 2 * tmp1; in hevc_intra_pred_plane_4x4_msa()
589 PCKEV_D2_SH(res1, res0, res3, res2, res0, res1); in hevc_intra_pred_plane_4x4_msa()
590 SRARI_H2_SH(res0, res1, 3); in hevc_intra_pred_plane_4x4_msa()
591 src_vec0 = __msa_pckev_b((v16i8) res1, (v16i8) res0); in hevc_intra_pred_plane_4x4_msa()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp51 UnicodeString res1, res2; in TestSimpleExample() local
62 res1 = form->format(i, str, fpos, status ); in TestSimpleExample()
69 … it_logln(UnicodeString("") + ix + UnicodeString(" -> ") + res1 + UnicodeString(" -> ") + res2); in TestSimpleExample()
174 UnicodeString res1, res2; in TestComplexExample() local
175 pattform->toPattern( res1 ); in TestComplexExample()
176 it_logln("MessageFormat toPattern: " + res1); in TestComplexExample()
177 fileform->toPattern( res1 ); in TestComplexExample()
178 it_logln("ChoiceFormat toPattern: " + res1); in TestComplexExample()
179 if (res1 == "-1#are corrupted files|0#are no files|1#is one file|2#are {2} files") { in TestComplexExample()
349 form_pat.toPattern( res1 ); in TestComplexExample()
[all …]
Dnmfmapts.cpp124 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local
127 res1 = cur_fr->format(d, res1); in testAPI()
128 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1); in testAPI()
332 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local
338 f1->format(n, res1); in testRegistration()
349 logln((UnicodeString)"f1 src int: " + res1); in testRegistration()
368 if (res4 != res1) { in testRegistration()
378 if (res1 != ures4) { in testRegistration()
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.c1424 FieldAnalysis *res0, *res1; in gst_field_analysis_process_buffer() local
1442 res1 = &filter->frames[1].results; /* results for previous frame */ in gst_field_analysis_process_buffer()
1510 if (res1->f <= filter->frame_thresh) { in gst_field_analysis_process_buffer()
1518 res1->drop = TRUE; in gst_field_analysis_process_buffer()
1520 gst_field_analysis_decorate (filter, -1, FALSE, res1->conclusion, in gst_field_analysis_process_buffer()
1521 res1->drop); in gst_field_analysis_process_buffer()
1529 gst_field_analysis_decorate (filter, -1, FALSE, res1->conclusion, in gst_field_analysis_process_buffer()
1530 res1->drop); in gst_field_analysis_process_buffer()
1554 if (res1->holding == -1) { in gst_field_analysis_process_buffer()
1557 b = res1->holding == 1 + BOTTOM_FIELD; in gst_field_analysis_process_buffer()
[all …]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
Dlws-genaes.c46 uint8_t res[32], res1[32]; in test_genaes_cbc() local
83 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)cbc256_iv, in test_genaes_cbc()
91 lwsl_hexdump_notice(res1, 16); in test_genaes_cbc()
95 if (lws_timingsafe_bcmp(cbc256, res1, 16)) { in test_genaes_cbc()
139 uint8_t res[32], res1[32]; in test_genaes_cfb128() local
174 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)cfb128_iv, in test_genaes_cfb128()
185 if (lws_timingsafe_bcmp(cfb128, res1, 16)) { in test_genaes_cfb128()
187 lwsl_hexdump_notice(res1, 16); in test_genaes_cfb128()
230 uint8_t res[32], res1[32]; in test_genaes_cfb8() local
262 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)cfb8_iv, in test_genaes_cfb8()
[all …]
/third_party/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd03.c35 char *res1 = NULL; in verify_getcwd() local
40 res1 = getcwd(NULL, 0); in verify_getcwd()
41 if (!res1) { in verify_getcwd()
57 if (strcmp(res1, res2)) { in verify_getcwd()
60 res1, res2); in verify_getcwd()
67 if (strcmp(link, SAFE_BASENAME(res1))) { in verify_getcwd()
76 free(res1); in verify_getcwd()
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dinsert_tensor_move_for_hccl_op.py47 res1 = relu(x)
48 res2 = all_reduce(res1)
49 return make_tuple(res1, res2)
53 res1 = relu(x)
54 res2 = all_reduce(res1)
59 res1 = relu(x)
60 res2 = tensor_move(res1)
62 return make_tuple(make_tuple(res1, res2))
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/avx/
DDeconvMatMulAvx.c22 __m256 res1 = _mm256_setzero_ps(); in Deconv4X8AvxKernel() local
34 res1 = _mm256_fmadd_ps(tmp, w0, res1); in Deconv4X8AvxKernel()
41 _mm256_storeu_ps(dst, res1); in Deconv4X8AvxKernel()
48 __m256 res1 = _mm256_setzero_ps(); in Deconv4X16AvxKernel() local
65 res1 = _mm256_fmadd_ps(tmp, w0, res1); in Deconv4X16AvxKernel()
76 _mm256_storeu_ps(dst, res1); in Deconv4X16AvxKernel()
88 __m256 res1 = _mm256_setzero_ps(); in Deconv4X24AvxKernel() local
106 res1 = _mm256_fmadd_ps(tmp, w0, res1); in Deconv4X24AvxKernel()
125 _mm256_storeu_ps(dst, res1); in Deconv4X24AvxKernel()
/third_party/ltp/testcases/network/dccp/
Ddccp01.sh22 res1="$(cat tst_netload.res)"
23 tst_netload_compare $res0 $res1 -100 100
29 res1="$(cat tst_netload.res)"
30 tst_netload_compare $res0 $res1 -100 100
/third_party/boost/libs/test/test/test-organization-ts/
Dtest_unit-order-shuffled-test.cpp114 tu_order_collector res1 = run_tree( master ); in BOOST_FIXTURE_TEST_CASE() local
117 BOOST_TEST( res1.m_order == res2.m_order, tt::per_element() ); in BOOST_FIXTURE_TEST_CASE()
125 tu_order_collector res1 = run_tree( master ); in BOOST_FIXTURE_TEST_CASE() local
128 …BOOST_TEST( res1.m_order != res2.m_order ); // some elements might be the same, but not the full s… in BOOST_FIXTURE_TEST_CASE()
136 tu_order_collector res1 = run_tree( master ); in BOOST_FIXTURE_TEST_CASE() local
141 BOOST_TEST( res1.m_order == res2.m_order, tt::per_element() ); in BOOST_FIXTURE_TEST_CASE()
146 …BOOST_TEST( res1.m_order != res3.m_order ); // some elements might be the same, but not the full s… in BOOST_FIXTURE_TEST_CASE()
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_arrays_test.cpp60 arr_type res1 = lexical_cast<arr_type>(val); in testing_template_array_output_on_spec_value() local
61 BOOST_CHECK_EQUAL(&res1[0], ethalon); in testing_template_array_output_on_spec_value()
68 uarr_type res1 = lexical_cast<uarr_type>(val); in testing_template_array_output_on_spec_value() local
69 BOOST_CHECK_EQUAL(reinterpret_cast<char*>(&res1[0]), ethalon); in testing_template_array_output_on_spec_value()
76 sarr_type res1 = lexical_cast<sarr_type>(val); in testing_template_array_output_on_spec_value() local
77 BOOST_CHECK_EQUAL(reinterpret_cast<char*>(&res1[0]), ethalon); in testing_template_array_output_on_spec_value()
155 arr_type res1 = lexical_cast<arr_type>(val); in testing_template_array_output_on_char_value() local
156 BOOST_CHECK_EQUAL(&res1[0], ethalon); in testing_template_array_output_on_char_value()
163 uarr_type res1 = lexical_cast<uarr_type>(val); in testing_template_array_output_on_char_value() local
164 BOOST_CHECK_EQUAL(reinterpret_cast<char*>(&res1[0]), ethalon); in testing_template_array_output_on_char_value()
[all …]
Dlexical_cast_try_lexical_convert.cpp21 const bool res1 = try_lexical_convert(std::string("Test string"), sres); in try_uncommon_cases() local
22 BOOST_CHECK(res1); in try_uncommon_cases()
50 const bool res1 = try_lexical_convert(std::string("100"), ires); in try_common_cases() local
51 BOOST_CHECK(res1); in try_common_cases()
/third_party/littlefs/bd/
Dlfs_filebd.c89 off_t res1 = lseek(bd->fd, in lfs_filebd_read() local
91 if (res1 < 0) { in lfs_filebd_read()
121 off_t res1 = lseek(bd->fd, in lfs_filebd_prog() local
123 if (res1 < 0) { in lfs_filebd_prog()
143 off_t res1 = lseek(bd->fd, in lfs_filebd_prog() local
145 if (res1 < 0) { in lfs_filebd_prog()
171 off_t res1 = lseek(bd->fd, (off_t)block*cfg->block_size, SEEK_SET); in lfs_filebd_erase() local
172 if (res1 < 0) { in lfs_filebd_erase()
/third_party/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr05.c61 ssize_t i, res1, res2; in verify_getxattr() local
64 res1 = SAFE_GETXATTR(TEST_FILE, "system.posix_acl_access", in verify_getxattr()
69 if (res1 != res2) { in verify_getxattr()
75 for (i = 0; i < res1; i++) { in verify_getxattr()
80 if (i < res1) { in verify_getxattr()
/third_party/node/test/parallel/
Dtest-http-client-race.js47 req1.on('response', function(res1) { argument
48 res1.setEncoding('utf8');
50 res1.on('data', function(chunk) {
54 res1.on('end', function() {
Dtest-http-client-race-2.js64 req1.on('response', function(res1) { argument
65 res1.setEncoding('utf8');
67 res1.on('data', function(chunk) {
71 res1.on('end', function() {
/third_party/ffmpeg/tests/checkasm/
Dhevc_add_res.c49 LOCAL_ALIGNED_32(int16_t, res1, [32 * 32]); in compare_add_res()
59 memcpy(res1, res0, sizeof(*res0) * size); in compare_add_res()
63 call_new(dst1, res1, stride); in compare_add_res()
66 bench_new(dst1, res1, stride); in compare_add_res()
/third_party/json/doc/examples/
Demplace.cpp17 auto res1 = object.emplace("three", 3); in main() local
27 std::cout << *res1.first << " " << std::boolalpha << res1.second << '\n'; in main()
/third_party/boost/libs/mpl/test/
Dpush_front.cpp32 typedef push_front<list0<>,long>::type res1; in MPL_TEST_CASE() typedef
36 MPL_ASSERT_RELATION( size<res1>::value, ==, 1 ); in MPL_TEST_CASE()
40 MPL_ASSERT(( is_same< front<res1>::type, long > )); in MPL_TEST_CASE()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_ll.ll12 %res1 = insertelement <4 x float> %vec, float %elt, i32 1
13 ret <4 x float> %res1
39 %res1 = zext <4 x i1> %res1_i1 to <4 x i32>
40 ret <4 x i32> %res1
72 %res1 = zext <8 x i1> %res1_i1 to <8 x i16>
73 ret <8 x i16> %res1
129 %res1 = zext <16 x i1> %res1_i1 to <16 x i8>
130 ret <16 x i8> %res1
204 %res1 = insertelement <4 x i32> %vec, i32 %elt, i32 1
205 ret <4 x i32> %res1
[all …]
/third_party/mesa3d/src/gallium/tests/graw/
Docclusion-query.c162 union pipe_query_result res1, res2; in draw() local
189 info.ctx->get_query_result(info.ctx, q1, TRUE, &res1); in draw()
192 printf("result1 = %" PRIu64 " result2 = %" PRIu64 "\n", res1.u64, res2.u64); in draw()
193 if (res1.u64 < expected1_min || res1.u64 > expected1_max) in draw()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dregexp_adapter_test.cc100 string res1; in TEST_F() local
102 input.get(), true, &res1, NULL, NULL, NULL, NULL, NULL)) in TEST_F()
105 ASSERT_EQ("", res1) << ErrorMessage(context); in TEST_F()
132 string res1, res2; in TEST_F() local
134 input.get(), true, &res1, &res2, NULL, NULL, NULL, NULL)) in TEST_F()
137 ASSERT_EQ("1", res1) << ErrorMessage(context); in TEST_F()
168 string res1, res2; in TEST_F() local
170 input.get(), false, &res1, &res2, NULL, NULL, NULL, NULL)) in TEST_F()
174 ASSERT_EQ("456", res1) << ErrorMessage(context); in TEST_F()

1234567