/third_party/ffmpeg/libavcodec/mips/ |
D | me_cmp_msa.c | 78 v16u8 src0, src1, src2, src3, comp0, comp1; in sad_horiz_bilinear_filter_8width_msa() local 93 AVER_UB2_UB(ref4, ref0, ref5, ref1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa() 94 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa() 106 AVER_UB2_UB(ref4, ref0, ref5, ref1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa() 107 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa() 120 v16u8 src0, src1, src2, src3, comp0, comp1; in sad_horiz_bilinear_filter_16width_msa() local 131 AVER_UB2_UB(ref01, ref00, ref11, ref10, comp0, comp1); in sad_horiz_bilinear_filter_16width_msa() 132 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in sad_horiz_bilinear_filter_16width_msa() 133 AVER_UB2_UB(ref21, ref20, ref31, ref30, comp0, comp1); in sad_horiz_bilinear_filter_16width_msa() 134 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in sad_horiz_bilinear_filter_16width_msa() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 296 … MathContext comp1 = new MathContext(0, MathContext.PLAIN, false, MathContext.ROUND_HALF_EVEN); in testJB4971() local 298 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971() 299 (comp1.getForm() != resultICU.getForm()) || in testJB4971() 300 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971() 301 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971() 304 " / expected: " + comp1.toString()); in testJB4971()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 299 … MathContext comp1 = new MathContext(0, MathContext.PLAIN, false, MathContext.ROUND_HALF_EVEN); in testJB4971() local 301 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971() 302 (comp1.getForm() != resultICU.getForm()) || in testJB4971() 303 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971() 304 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971() 307 " / expected: " + comp1.toString()); in testJB4971()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_linking_helpers.c | 476 struct varying_component *comp1 = (struct varying_component *) comp1_v; in cmp_varying_component() local 480 if (comp1->is_patch != comp2->is_patch) in cmp_varying_component() 481 return comp1->is_patch ? 1 : -1; in cmp_varying_component() 486 if (comp1->is_intra_stage_only != comp2->is_intra_stage_only) in cmp_varying_component() 487 return comp1->is_intra_stage_only ? 1 : -1; in cmp_varying_component() 490 if (comp1->is_mediump != comp2->is_mediump) in cmp_varying_component() 491 return comp1->is_mediump ? 1 : -1; in cmp_varying_component() 496 if (comp1->interp_type != comp2->interp_type) in cmp_varying_component() 497 return comp1->interp_type - comp2->interp_type; in cmp_varying_component() 500 if (comp1->interp_loc != comp2->interp_loc) in cmp_varying_component() [all …]
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile.h | 512 …simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>… 523 comp1 = _simd16_max_ps(comp1, zero); 524 comp1 = _simd16_min_ps(comp1, ones); 536 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1); 542 comp1 = _simd16_mul_ps(comp1, _simd16_set1_ps(FormatTraits<DstFormat>::fromFloat(1))); 548 simd16scalari src1 = _simd16_cvtps_epi32(comp1); // padded byte gggggggggggggggg 682 …simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>… 692 comp1 = _simd16_max_ps(comp1, zero); 693 comp1 = _simd16_min_ps(comp1, ones); 702 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1); [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 1337 GstVideoOverlayComposition *comp1, *comp2; in GST_START_TEST() local 1358 comp1 = gst_video_overlay_composition_new (rect1); in GST_START_TEST() 1359 fail_unless (gst_video_overlay_composition_n_rectangles (comp1) == 1); in GST_START_TEST() 1360 fail_unless (gst_video_overlay_composition_get_rectangle (comp1, 0) == rect1); in GST_START_TEST() 1361 fail_unless (gst_video_overlay_composition_get_rectangle (comp1, 1) == NULL); in GST_START_TEST() 1365 seq2 = gst_video_overlay_composition_get_seqnum (comp1); in GST_START_TEST() 1399 gst_video_overlay_composition_add_rectangle (comp1, rect2); in GST_START_TEST() 1400 gst_video_overlay_composition_ref (comp1); in GST_START_TEST() 1401 ASSERT_CRITICAL (gst_video_overlay_composition_add_rectangle (comp1, rect2)); in GST_START_TEST() 1402 gst_video_overlay_composition_unref (comp1); in GST_START_TEST() [all …]
|
/third_party/mindspore/mindspore/nn/probability/distribution/ |
D | beta.py | 241 comp1 = self.greater(concentration1, 1.) 243 cond = self.logicaland(comp1, comp2)
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_utils.h | 733 simd4scalar comp1 = _simd_extractf128_ps(src, 1); in Transpose() local 736 simd4scalari comp1i = SIMD128::castps_si(comp1); in Transpose()
|
D | format_traits.h | 38 template <uint32_t comp0 = 0, uint32_t comp1 = 0, uint32_t comp2 = 0, uint32_t comp3 = 0> 44 static const uint32_t s[4] = {comp0, comp1, comp2, comp3}; in swizzle()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_print.c | 389 "xyzw"[instr->cat0.comp1 & 0x3]); in print_instr()
|
D | ir3_parser.y | 764 cat0_src1: '!' T_P0 { instr->cat0.inv1 = true; instr->cat0.comp1 = $2 >> 1; } 765 | T_P0 { instr->cat0.comp1 = $1 >> 1; }
|
D | ir3.h | 308 char comp1, comp2; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gpos-table.hh | 1393 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply() local 1399 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply() 1404 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2)) in apply()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gpos-table.hh | 2528 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply() local 2535 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply() 2542 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2)) in apply()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gpos-table.hh | 2522 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); 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()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | relaxng.c | 672 void *comp1, 2619 void *comp1, in xmlRelaxNGSchemaTypeCompare() argument 2633 if (comp1 == NULL) { in xmlRelaxNGSchemaTypeCompare() 2640 res1 = (xmlSchemaValPtr) comp1; in xmlRelaxNGSchemaTypeCompare() 2644 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare() 2649 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare() 2729 void *comp1 ATTRIBUTE_UNUSED, in xmlRelaxNGDefaultTypeCompare()
|
/third_party/libxml2/ |
D | relaxng.c | 643 void *comp1, 2590 void *comp1, in xmlRelaxNGSchemaTypeCompare() argument 2604 if (comp1 == NULL) { in xmlRelaxNGSchemaTypeCompare() 2611 res1 = (xmlSchemaValPtr) comp1; in xmlRelaxNGSchemaTypeCompare() 2615 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare() 2620 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare() 2700 void *comp1 ATTRIBUTE_UNUSED, in xmlRelaxNGDefaultTypeCompare()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 632 uint32_t comp1 = VFCOMP_STORE_SRC; in genX() local 676 case 1: comp1 = VFCOMP_STORE_0; FALLTHROUGH; in genX() 721 .Component1Control = comp1, in genX()
|