Home
last modified time | relevance | path

Searched refs:res3 (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/mips/
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
166 DOTP_UB2_UH(src4, src6, coeff_vec, coeff_vec, res2, res3); 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 …]
Diirfilter_mips.c95 float res1, res2, res3, res4; in iir_filter_flt_mips() local
159 [res3]"=&f"(res3), [res4]"=&f"(res4) in iir_filter_flt_mips()
172 dst0[2*sstep] = res3; in iir_filter_flt_mips()
Dh264idct_msa.c116 v8i16 res0, res1, res2, res3, res4, res5, res6, res7; in avc_idct8_addblk_msa() local
157 res0, res1, res2, res3, res4, res5, res6, res7); in avc_idct8_addblk_msa()
158 TRANSPOSE8x8_SH_SH(res0, res1, res2, res3, res4, res5, res6, res7, in avc_idct8_addblk_msa()
159 res0, res1, res2, res3, res4, res5, res6, res7); in avc_idct8_addblk_msa()
163 UNPCK_SH_SW(res3, tmp3_r, tmp3_l); in avc_idct8_addblk_msa()
224 res0, res1, res2, res3); in avc_idct8_addblk_msa()
232 ADD4(res0, tmp0, res1, tmp1, res2, tmp2, res3, tmp3, in avc_idct8_addblk_msa()
233 res0, res1, res2, res3); in avc_idct8_addblk_msa()
236 CLIP_SH8_0_255(res0, res1, res2, res3, res4, res5, res6, res7); in avc_idct8_addblk_msa()
237 PCKEV_B4_SB(res1, res0, res3, res2, res5, res4, res7, res6, in avc_idct8_addblk_msa()
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_arrays_test.cpp186 warr_type res3 = lexical_cast<warr_type>(wethalon); in testing_template_array_output_on_char_value() local
187 BOOST_CHECK(&res3[0] == wethalon); in testing_template_array_output_on_char_value()
193 const warr_type res3 = lexical_cast<warr_type>(wethalon); in testing_template_array_output_on_char_value() local
194 BOOST_CHECK(&res3[0] == wethalon); in testing_template_array_output_on_char_value()
212 u16arr_type res3 = lexical_cast<u16arr_type>(u16ethalon); in testing_template_array_output_on_char_value() local
213 BOOST_CHECK(&res3[0] == u16ethalon); in testing_template_array_output_on_char_value()
221 const u16arr_type res3 = lexical_cast<u16arr_type>(u16ethalon); in testing_template_array_output_on_char_value() local
222 BOOST_CHECK(&res3[0] == u16ethalon); in testing_template_array_output_on_char_value()
239 u32arr_type res3 = lexical_cast<u32arr_type>(u32ethalon); in testing_template_array_output_on_char_value() local
240 BOOST_CHECK(&res3[0] == u32ethalon); in testing_template_array_output_on_char_value()
[all …]
Dlexical_cast_try_lexical_convert.cpp30 const bool res3 = try_lexical_convert("Test string", sres); in try_uncommon_cases() local
31 BOOST_CHECK(res3); in try_uncommon_cases()
60 const bool res3 = try_lexical_convert("0.0", fres); in try_common_cases() local
61 BOOST_CHECK(res3); in try_common_cases()
/third_party/node/test/parallel/
Dtest-http-client-race-2.js96 req3.on('response', function(res3) { argument
97 res3.setEncoding('utf8');
98 res3.on('data', function(chunk) { body3 += chunk; });
99 res3.on('end', function() { server.close(); });
Dtest-string-decoder-end.js111 const res3 = buf.toString(encoding);
114 assert.strictEqual(res1, res3);
116 assert.strictEqual(res2, res3);
/third_party/boost/libs/mpl/test/
Dpush_front.cpp34 typedef push_front<list2<int,long>,char>::type res3; in MPL_TEST_CASE() typedef
38 MPL_ASSERT_RELATION( size<res3>::value, ==, 3 ); in MPL_TEST_CASE()
42 MPL_ASSERT(( is_same< front<res3>::type, char > )); in MPL_TEST_CASE()
Dalways.cpp41 typedef apply3< always_10,int_<0>,int_<0>,int_<0> >::type res3; in MPL_TEST_CASE() typedef
47 MPL_ASSERT_RELATION( res3::value, ==, 10 ); in MPL_TEST_CASE()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_ll.ll18 %res3 = insertelement <4 x float> %vec, float %elt, i32 3
19 ret <4 x float> %res3
47 %res3 = zext <4 x i1> %res3_i1 to <4 x i32>
48 ret <4 x i32> %res3
80 %res3 = zext <8 x i1> %res3_i1 to <8 x i16>
81 ret <8 x i16> %res3
137 %res3 = zext <16 x i1> %res3_i1 to <16 x i8>
138 ret <16 x i8> %res3
210 %res3 = insertelement <4 x i32> %vec, i32 %elt, i32 3
211 ret <4 x i32> %res3
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/frag/
Dmin-max-clamp.invalid.asm.frag32 float3 res3 = fast::min(in.v3, in.v3);
33 res3 = fast::max(in.v3, in.v3);
34 res3 = fast::clamp(in.v3, in.v3, in.v3);
35 res3 = precise::min(in.v3, in.v3);
36 res3 = precise::max(in.v3, in.v3);
37 res3 = precise::clamp(in.v3, in.v3, in.v3);
/third_party/pulseaudio/src/tests/
Dutf8-test.c42 …char res3[] = { 0x5f, 0x78, 0x6b, 0x6e, 0x5f, 0x72, 0x7a, 0x6d, 0x5f, 0x72, 0x7a, 0x65, 0x6c, 0x74… in START_TEST() local
44 pa_log_debug("%s %s", res3, c); in START_TEST()
45 fail_unless(pa_streq(c, res3)); in START_TEST()
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/
Dmin-max-clamp.invalid.asm.frag18 OpName %res3 "res3"
130 %res3 = OpVariable %_ptr_Function_v3float Function
134 OpStore %res3 %88
138 OpStore %res3 %91
143 OpStore %res3 %95
147 OpStore %res3 %98
151 OpStore %res3 %101
156 OpStore %res3 %105
/third_party/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp124 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local
133 res3 = cur_fr->format(d, res3, pos1); in testAPI()
134 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res3); in testAPI()
332 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local
340 f3->format(n, res3); in testRegistration()
351 logln((UnicodeString)"f3 reg cur: " + res3); in testRegistration()
365 if (res3 != res0) { in testRegistration()
/third_party/curl/CMake/
DCurlTests.c507 int res3 = c99_vmacro3(1, 2, 3); in main() local
509 (void)res3; in main()
530 int res3 = gcc_vmacro3(1, 2, 3); in main() local
532 (void)res3; in main()
/third_party/glslang/Test/
D320.frag173 vec3 res3;
180 res3 = interpolateAtCentroid(sampInArray); // ERROR
181 res3 = interpolateAtCentroid(sampInArray[2]);
184 res3 = interpolateAtSample(sampInArray, 1); // ERROR
185 res3 = interpolateAtSample(sampInArray[i], 0);
189 res3 = interpolateAtOffset(sampInArray, vec2(0.2)); // ERROR
190 res3 = interpolateAtOffset(sampInArray[2], vec2(0.2));
/third_party/typescript/tests/baselines/reference/
DinferenceAndSelfReferentialConstraint.symbols52 const res3 = test({
53 >res3 : Symbol(res3, Decl(inferenceAndSelfReferentialConstraint.ts, 24, 5))
DinferenceAndSelfReferentialConstraint.js26 const res3 = test({ constant
48 var res3 = test({ variable
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3651 int res3 = SWIG_TMPOBJ ; in _wrap_WebPGetInfo() local
3668 if (SWIG_IsTmpObj(res3)) { in _wrap_WebPGetInfo()
3671 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPGetInfo()
3699 int res3 = SWIG_TMPOBJ ; in _wrap_WebPDecodeRGB() local
3720 if (SWIG_IsTmpObj(res3)) { in _wrap_WebPDecodeRGB()
3723 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGB()
3752 int res3 = SWIG_TMPOBJ ; in _wrap_WebPDecodeRGBA() local
3773 if (SWIG_IsTmpObj(res3)) { in _wrap_WebPDecodeRGBA()
3776 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGBA()
3805 int res3 = SWIG_TMPOBJ ; in _wrap_WebPDecodeARGB() local
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3614 int res3 = SWIG_TMPOBJ ; in _wrap_WebPGetInfo() local
3631 if (SWIG_IsTmpObj(res3)) { in _wrap_WebPGetInfo()
3634 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPGetInfo()
3662 int res3 = SWIG_TMPOBJ ; in _wrap_WebPDecodeRGB() local
3683 if (SWIG_IsTmpObj(res3)) { in _wrap_WebPDecodeRGB()
3686 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGB()
3715 int res3 = SWIG_TMPOBJ ; in _wrap_WebPDecodeRGBA() local
3736 if (SWIG_IsTmpObj(res3)) { in _wrap_WebPDecodeRGBA()
3739 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGBA()
3768 int res3 = SWIG_TMPOBJ ; in _wrap_WebPDecodeARGB() local
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java89 StringBuffer res3 = new StringBuffer(); in TestAPI() local
104 res3 = cur_fr.format(d, res3, pos1); in TestAPI()
105 logln( "" + d + " formatted to " + res3); in TestAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestNumberFormatAPI.java92 StringBuffer res3 = new StringBuffer(); in TestAPI() local
107 res3 = cur_fr.format(d, res3, pos1); in TestAPI()
108 logln( "" + d + " formatted to " + res3); in TestAPI()
DIntlTestDateFormatAPI.java109 String res3 = new String(); in TestAPI() local
119 res3 = de.format(d); in TestAPI()
120 logln("" + d.getTime() + " formatted to " + res3); in TestAPI()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/avx/
DDeconvMatMulAvx.c90 __m256 res3 = _mm256_setzero_ps(); in Deconv4X24AvxKernel() local
108 res3 = _mm256_fmadd_ps(tmp, w2, res3); in Deconv4X24AvxKernel()
135 _mm256_storeu_ps(dst + C2NUM * stride, res3); in Deconv4X24AvxKernel()

1234