Home
last modified time | relevance | path

Searched refs:comp3 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dme_cmp_msa.c237 v8u16 comp0, comp1, comp2, comp3; in sad_hv_bilinear_filter_8width_msa() local
265 comp3 = __msa_hadd_u_h(temp1, temp1); in sad_hv_bilinear_filter_8width_msa()
266 comp2 += comp3; in sad_hv_bilinear_filter_8width_msa()
272 comp3 += comp0; in sad_hv_bilinear_filter_8width_msa()
273 comp3 = (v8u16) __msa_srari_h((v8i16) comp3, 2); in sad_hv_bilinear_filter_8width_msa()
274 comp3 = (v8u16) __msa_pckev_b((v16i8) comp3, (v16i8) comp3); in sad_hv_bilinear_filter_8width_msa()
275 comp3 in sad_hv_bilinear_filter_8width_msa()
293 v8u16 comp0, comp1, comp2, comp3; sad_hv_bilinear_filter_16width_msa() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DidenticalTypesNoDifferByCheckOrder.js32 const comp3: FunctionComponent2<SomePropsCloneX> = null as any;
33 needsComponentOfSomeProps3({ renderAs: comp3 });
46 var comp3 = null; variable
47 needsComponentOfSomeProps3({ renderAs: comp3 });
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java321 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971()
322 decfmt.setMathContext(comp3); in testJB4971()
324 if ((comp3.getPrecision() != result.getPrecision()) || in testJB4971()
325 (comp3.getRoundingMode() != result.getRoundingMode())) in testJB4971()
328 " / expected: " + comp3.toString()); in testJB4971()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java324 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971()
325 decfmt.setMathContext(comp3); in testJB4971()
327 if ((comp3.getPrecision() != result.getPrecision()) || in testJB4971()
328 (comp3.getRoundingMode() != result.getRoundingMode())) in testJB4971()
331 " / expected: " + comp3.toString()); in testJB4971()

Completed in 4 milliseconds