Home
last modified time | relevance | path

Searched refs:comp2 (Results 1 - 10 of 10) 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
256 comp2 = __msa_hadd_u_h(temp0, temp0); in sad_hv_bilinear_filter_8width_msa()
257 comp1 += comp2; in sad_hv_bilinear_filter_8width_msa()
266 comp2 += comp3; in sad_hv_bilinear_filter_8width_msa()
267 comp2 = (v8u16) __msa_srari_h((v8i16) comp2, 2); in sad_hv_bilinear_filter_8width_msa()
268 comp2 = (v8u16) __msa_pckev_b((v16i8) comp2, (v16i8) comp2); in sad_hv_bilinear_filter_8width_msa()
275 comp3 = (v8u16) __msa_pckev_d((v2i64) comp3, (v2i64) comp2); 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.js36 const comp2: FunctionComponent1<SomePropsX> = null as any;
37 needsComponentOfSomeProps2({ renderAs: comp2 });
54 var comp2 = null; variable
55 needsComponentOfSomeProps2({ renderAs: comp2 });
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java307 MathContext comp2 = new MathContext(5, MathContext.ENGINEERING, false, MathContext.ROUND_HALF_EVEN); in testJB4971()
308 decfmt.setMathContextICU(comp2); in testJB4971()
310 if ((comp2.getDigits() != resultICU.getDigits()) || in testJB4971()
311 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
312 (comp2.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
313 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
316 " / expected: " + comp2.toString()); in testJB4971()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java310 MathContext comp2 = new MathContext(5, MathContext.ENGINEERING, false, MathContext.ROUND_HALF_EVEN); in testJB4971()
311 decfmt.setMathContextICU(comp2); in testJB4971()
313 if ((comp2.getDigits() != resultICU.getDigits()) || in testJB4971()
314 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
315 (comp2.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
316 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
319 " / expected: " + comp2.toString()); in testJB4971()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c495 struct varying_component *comp2 = (struct varying_component *) comp2_v; in cmp_varying_component() local
498 if (comp1->is_patch != comp2->is_patch) in cmp_varying_component()
504 if (comp1->is_per_primitive != comp2->is_per_primitive) in cmp_varying_component()
510 if (comp1->is_intra_stage_only != comp2->is_intra_stage_only) in cmp_varying_component()
514 if (comp1->is_mediump != comp2->is_mediump) in cmp_varying_component()
520 if (comp1->interp_type != comp2->interp_type) in cmp_varying_component()
521 return comp1->interp_type - comp2->interp_type; in cmp_varying_component()
524 if (comp1->interp_loc != comp2->interp_loc) in cmp_varying_component()
525 return comp1->interp_loc - comp2->interp_loc; in cmp_varying_component()
529 const struct nir_variable_data *const data2 = &comp2 in cmp_varying_component()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.cpp831 auto comp2 = vf.temp_register(); in emit_image_size() local
850 shader.emit_instruction(new AluInstr(op3_cnde_int, comp2, high_bit, trgt[1], trgt[3], in emit_image_size()
852 shader.emit_instruction(new AluInstr(op3_cnde_int, dest[2], low_bit, comp1, comp2, AluInstr::last_write)); in emit_image_size()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_print.c441 "xyzw"[instr->cat0.comp2 & 0x3]); in print_instr()
H A Dir3_parser.y815 cat0_src2: '!' T_P0 { instr->cat0.inv2 = true; instr->cat0.comp2 = $2 >> 1; }
816 | T_P0 { instr->cat0.comp2 = $1 >> 1; }
H A Dir3.h333 char comp1, comp2; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh2523 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]); in apply() local
2529 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply()
2536 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2)) in apply()

Completed in 16 milliseconds