Home
last modified time | relevance | path

Searched refs:comp2 (Results 1 – 13 of 13) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java312 MathContext comp2 = new MathContext(5, MathContext.ENGINEERING); in testJB4971() local
313 decfmt.setMathContextICU(comp2); in testJB4971()
315 if ((comp2.getDigits() != resultICU.getDigits()) || in testJB4971()
316 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
317 (comp2.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
318 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
321 " / expected: " + comp2.toString()); in testJB4971()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java308 MathContext comp2 = new MathContext(5, MathContext.ENGINEERING); in testJB4971() local
309 decfmt.setMathContextICU(comp2); in testJB4971()
311 if ((comp2.getDigits() != resultICU.getDigits()) || in testJB4971()
312 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
313 (comp2.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
314 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
317 " / expected: " + comp2.toString()); in testJB4971()
/external/opencv3/modules/features2d/src/
Dmser.cpp299 void merge( ConnectedComp* comp1, ConnectedComp* comp2, in merge()
303 comp2->growHistory( hptr, wp, -1, false ); in merge()
305 if( comp1->size < comp2->size ) in merge()
306 std::swap(comp1, comp2); in merge()
308 if( comp2->size == 0 ) in merge()
319 CompHistory* h2 = comp2->history; in merge()
321 gray_level = std::max(comp1->gray_level, comp2->gray_level); in merge()
323 wp.pix0[comp1->tail].setNext(comp2->head); in merge()
326 tail = comp2->tail; in merge()
327 size = comp1->size + comp2->size; in merge()
/external/libweave/src/
Dcomponent_manager_unittest.cc452 "comp2": { in TEST_F()
471 "comp2": { in TEST_F()
505 "comp2": [ in TEST_F()
537 "comp2": [ in TEST_F()
560 "comp2": [ in TEST_F()
836 "component": "comp2" in TEST_F()
848 "component": "comp2", in TEST_F()
919 "comp2": [ in TEST_F()
951 "comp2": [ in TEST_F()
984 "comp2": [ in TEST_F()
[all …]
/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp704 int comp2 = comps.findSetByElem(j); in matchesGraphAsString() local
705 if (comp1 != comp2) in matchesGraphAsString()
707 comps.mergeSets(comp1, comp2); in matchesGraphAsString()
766 int comp2 = comps.findSetByElem(j); in leaveBiggestComponent() local
767 if (comp1 != comp2) in leaveBiggestComponent()
768 comps.mergeSets(comp1, comp2); in leaveBiggestComponent()
840 int comp2 = comps.findSetByElem(edges[i].to); in findMaxSpanningTree() local
841 if (comp1 != comp2) in findMaxSpanningTree()
843 comps.mergeSets(comp1, comp2); in findMaxSpanningTree()
Dseam_finders.cpp584 bool DpSeamFinder::getSeamTips(int comp1, int comp2, Point &p1, Point &p2) in getSeamTips() argument
591 int l2 = comp2+1; in getSeamTips()
934 int comp1, int comp2, const std::vector<Point> &seam, bool isHorizontalSeam) in updateLabelsUsingSeam() argument
947 int l1 = comp1+1, l2 = comp2+1; in updateLabelsUsingSeam()
/external/libweave/src/privet/
Dprivet_handler_unittest.cc742 "comp2": { in TEST_F()
790 "comp2": { in TEST_F()
814 "comp2": { in TEST_F()
834 const base::DictionaryValue* comp2 = nullptr; in TEST_F() local
835 ASSERT_TRUE(components.GetDictionary("comp1.components.comp2", &comp2)); in TEST_F()
836 EXPECT_CALL(cloud_, FindComponent("comp1.comp2", _)).WillOnce(Return(comp2)); in TEST_F()
840 "comp2": { in TEST_F()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c680 uint32_t comp2 = BRW_VE1_COMPONENT_STORE_SRC; in brw_emit_vertices() local
706 case 2: comp2 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
727 (comp2 << BRW_VE1_COMPONENT_2_SHIFT) | in brw_emit_vertices()
732 (comp2 << BRW_VE1_COMPONENT_2_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/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c1203 v16u8 comp0, comp1, comp2, comp3; in avgsad_64width_msa() local
1217 comp0, comp1, comp2, comp3); in avgsad_64width_msa()
1219 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
1228 comp0, comp1, comp2, comp3); in avgsad_64width_msa()
1230 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
1239 comp0, comp1, comp2, comp3); in avgsad_64width_msa()
1241 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
1250 comp0, comp1, comp2, comp3); in avgsad_64width_msa()
1252 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1307 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]); 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.java485 int comp2 = this_appr.compareTo(x_appr.subtract(big1)); in compareTo() local
486 if (comp2 < 0) return -1; in compareTo()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll397 %comp2 = icmp ult i32 undef, 3
398 br i1 %comp2, label %loop.inner2.begin, label %loop.end