/third_party/ffmpeg/libavcodec/mips/ |
D | me_cmp_msa.c | 237 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; in sad_hv_bilinear_filter_16width_msa() local 307 comp2 = __msa_hadd_u_h(temp2, temp2); in sad_hv_bilinear_filter_16width_msa() 309 comp0 += comp2; in sad_hv_bilinear_filter_16width_msa() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | identicalTypesNoDifferByCheckOrder.types | 77 const comp2: FunctionComponent1<SomePropsX> = null as any; 78 >comp2 : FunctionComponent1<SomePropsX> 82 needsComponentOfSomeProps2({ renderAs: comp2 }); 83 >needsComponentOfSomeProps2({ renderAs: comp2 }) : void 85 >{ renderAs: comp2 } : { renderAs: FunctionComponent1<SomePropsX>; } 87 >comp2 : FunctionComponent1<SomePropsX>
|
D | identicalTypesNoDifferByCheckOrder.js | 36 const comp2: FunctionComponent1<SomePropsX> = null as any; 37 needsComponentOfSomeProps2({ renderAs: comp2 }); 54 var comp2 = null; variable 55 needsComponentOfSomeProps2({ renderAs: comp2 });
|
D | identicalTypesNoDifferByCheckOrder.symbols | 118 const comp2: FunctionComponent1<SomePropsX> = null as any; 119 >comp2 : Symbol(comp2, Decl(identicalTypesNoDifferByCheckOrder.ts, 34, 5)) 123 needsComponentOfSomeProps2({ renderAs: comp2 }); 126 >comp2 : Symbol(comp2, Decl(identicalTypesNoDifferByCheckOrder.ts, 34, 5))
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 310 …MathContext comp2 = new MathContext(5, MathContext.ENGINEERING, false, MathContext.ROUND_HALF_EVEN… in testJB4971() local 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 307 …MathContext comp2 = new MathContext(5, MathContext.ENGINEERING, false, MathContext.ROUND_HALF_EVEN… in testJB4971() local 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/typescript/tests/cases/compiler/ |
D | identicalTypesNoDifferByCheckOrder.ts | 37 const comp2: FunctionComponent1<SomePropsX> = null as any; constant 38 needsComponentOfSomeProps2({ renderAs: comp2 });
|
/third_party/ffmpeg/tests/ref/fate/ |
D | avstring | 36 path/path2/comp/comp2 = path/path2/comp/comp2
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_linking_helpers.c | 495 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->var->data; in cmp_varying_component()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 1337 GstVideoOverlayComposition *comp1, *comp2; in GST_START_TEST() local 1376 comp2 = gst_video_overlay_composition_new (rect1); in GST_START_TEST() 1377 fail_unless (gst_video_overlay_composition_n_rectangles (comp2) == 1); in GST_START_TEST() 1378 fail_unless (gst_video_overlay_composition_get_rectangle (comp2, 0) == rect1); in GST_START_TEST() 1379 fail_unless (gst_video_overlay_composition_get_rectangle (comp2, 1) == NULL); in GST_START_TEST() 1381 fail_unless (seq1 < gst_video_overlay_composition_get_seqnum (comp2)); in GST_START_TEST() 1382 fail_unless (seq2 < gst_video_overlay_composition_get_seqnum (comp2)); in GST_START_TEST() 1390 comp2 = gst_video_overlay_composition_make_writable (comp2); in GST_START_TEST() 1393 rect2 = gst_video_overlay_composition_get_rectangle (comp2, 0); in GST_START_TEST() 1394 fail_unless (gst_video_overlay_composition_n_rectangles (comp2) == 1); in GST_START_TEST() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_mem.cpp | 831 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_… in emit_image_size()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_print.c | 441 "xyzw"[instr->cat0.comp2 & 0x3]); in print_instr()
|
D | ir3_parser.y | 815 cat0_src2: '!' T_P0 { instr->cat0.inv2 = true; instr->cat0.comp2 = $2 >> 1; } 816 | T_P0 { instr->cat0.comp2 = $1 >> 1; }
|
D | ir3.h | 333 char comp1, comp2; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gpos-table.hh | 2523 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()
|