Home
last modified time | relevance | path

Searched refs:comp1 (Results 1 – 14 of 14) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java301 MathContext comp1 = new MathContext(0, MathContext.PLAIN); in testJB4971() local
303 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971()
304 (comp1.getForm() != resultICU.getForm()) || in testJB4971()
305 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
306 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
309 " / expected: " + comp1.toString()); in testJB4971()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java297 MathContext comp1 = new MathContext(0, MathContext.PLAIN); in testJB4971() local
299 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971()
300 (comp1.getForm() != resultICU.getForm()) || in testJB4971()
301 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
302 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
305 " / expected: " + comp1.toString()); in testJB4971()
/external/opencv3/modules/features2d/src/
Dmser.cpp299 void merge( ConnectedComp* comp1, ConnectedComp* comp2, in merge()
302 comp1->growHistory( hptr, wp, -1, false ); in merge()
305 if( comp1->size < comp2->size ) in merge()
306 std::swap(comp1, comp2); in merge()
310 gray_level = comp1->gray_level; in merge()
311 head = comp1->head; in merge()
312 tail = comp1->tail; in merge()
313 size = comp1->size; in merge()
314 history = comp1->history; in merge()
318 CompHistory* h1 = comp1->history; in merge()
[all …]
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp584 bool DpSeamFinder::getSeamTips(int comp1, int comp2, Point &p1, Point &p2) in getSeamTips() argument
586 CV_Assert(states_[comp1] & INTERS); in getSeamTips()
593 for (size_t i = 0; i < contours_[comp1].size(); ++i) in getSeamTips()
595 int x = contours_[comp1][i].x; in getSeamTips()
596 int y = contours_[comp1][i].y; in getSeamTips()
934 int comp1, int comp2, const std::vector<Point> &seam, bool isHorizontalSeam) in updateLabelsUsingSeam() argument
936 Mat_<int> mask = Mat::zeros(brs_[comp1].y - tls_[comp1].y, in updateLabelsUsingSeam()
937 brs_[comp1].x - tls_[comp1].x, CV_32S); in updateLabelsUsingSeam()
939 for (size_t i = 0; i < contours_[comp1].size(); ++i) in updateLabelsUsingSeam()
940 mask(contours_[comp1][i] - tls_[comp1]) = 255; in updateLabelsUsingSeam()
[all …]
Dmotion_estimators.cpp703 int comp1 = comps.findSetByElem(i); in matchesGraphAsString() local
705 if (comp1 != comp2) in matchesGraphAsString()
707 comps.mergeSets(comp1, comp2); in matchesGraphAsString()
765 int comp1 = comps.findSetByElem(i); in leaveBiggestComponent() local
767 if (comp1 != comp2) in leaveBiggestComponent()
768 comps.mergeSets(comp1, comp2); in leaveBiggestComponent()
839 int comp1 = comps.findSetByElem(edges[i].from); in findMaxSpanningTree() local
841 if (comp1 != comp2) in findMaxSpanningTree()
843 comps.mergeSets(comp1, comp2); in findMaxSpanningTree()
/external/libweave/src/
Dcomponent_manager_unittest.cc449 "comp1": { in TEST_F()
468 "comp1": { in TEST_F()
502 "comp1": { in TEST_F()
534 "comp1": { in TEST_F()
557 "comp1": { in TEST_F()
686 "component": "comp1", in TEST_F()
703 "component": "comp1", in TEST_F()
716 "component": "comp1", in TEST_F()
775 "component": "comp1", in TEST_F()
824 "component": "comp1" in TEST_F()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c1131 v16u8 pred0, pred1, pred2, pred3, comp0, comp1; in avgsad_16width_msa() local
1141 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1); in avgsad_16width_msa()
1142 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in avgsad_16width_msa()
1143 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1); in avgsad_16width_msa()
1144 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in avgsad_16width_msa()
1152 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1); in avgsad_16width_msa()
1153 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in avgsad_16width_msa()
1154 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1); in avgsad_16width_msa()
1155 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in avgsad_16width_msa()
1168 v16u8 comp0, comp1; in avgsad_32width_msa() local
[all …]
/external/libweave/src/privet/
Dprivet_handler_unittest.cc734 "comp1": { in TEST_F()
762 "comp1": { in TEST_F()
777 "comp1": { in TEST_F()
788 "comp1": { in TEST_F()
806 "comp1": { in TEST_F()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c679 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_SRC; in brw_emit_vertices() local
705 case 1: comp1 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
726 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) | in brw_emit_vertices()
731 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) | in brw_emit_vertices()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp194 bool getSeamTips(int comp1, int comp2, Point &p1, Point &p2);
205 int comp1, int comp2, const std::vector<Point> &seam, bool isHorizontalSeam);
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1306 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply() local
1312 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply()
1317 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2)) in apply()
/external/crcalc/src/com/hp/creals/
DCR.java483 int comp1 = this_appr.compareTo(x_appr.add(big1)); in compareTo() local
484 if (comp1 > 0) return 1; in compareTo()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll384 %comp1 = icmp eq i32 undef, 48
385 br i1 %comp1, label %loop.inner1.end, label %loop.body4
/external/libxml2/
Drelaxng.c642 void *comp1,
2573 void *comp1, in xmlRelaxNGSchemaTypeCompare() argument
2587 if (comp1 == NULL) { in xmlRelaxNGSchemaTypeCompare()
2594 res1 = (xmlSchemaValPtr) comp1; in xmlRelaxNGSchemaTypeCompare()
2598 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare()
2603 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare()
2683 void *comp1 ATTRIBUTE_UNUSED, in xmlRelaxNGDefaultTypeCompare()