Home
last modified time | relevance | path

Searched refs:it_1 (Results 1 – 25 of 70) sorted by relevance

123

/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DOne_ring_iterators.h76 …: it_1(target(halfedge(e, mesh), mesh), mesh), it_2(target(opposite(halfedge(e, mesh), mesh), mesh…
80 operator bool() const { return it_1 || it_2; }
83 if(it_1) { return edge(it_1, tmp); }
87 it_1 ? ++it_1 : ++it_2;
91 One_ring_iterator<Mesh, typename boost::graph_traits<Mesh>::vertex_descriptor> it_1;
/dports/biology/seqan1/seqan-1.3.1/seqan/blast/
H A Dblast_hsp.h899 ++it_1; in getAlignment()
910 while(it_1 != it_1_end && *it_1 == '-') in getAlignment()
913 ++it_1; in getAlignment()
925 ++it_1; in getAlignment()
1036 ++it_1; in getAlignment()
1103 ++it_1; in getAlignment()
1122 while(it_1 != it_1_end && *it_1 == '-') in getAlignment()
1124 ++it_1; in getAlignment()
1133 ++it_1; in getAlignment()
1221 while(it_1 != it_1_end && *it_1 == '-') in getAlignment()
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/engine/local_engine/
H A Dlocalbero.cpp110 PlayerListIterator it_1, it_2; in run() local
117 it_1 = myHand->getActivePlayerIt(smallBlindPositionId); in run()
118 if(it_1 == myHand->getActivePlayerList()->end()) { in run()
124 … if(it_1 == myHand->getActivePlayerList()->begin()) it_1 = myHand->getActivePlayerList()->end(); in run()
125 --it_1; in run()
127 it_2 = myHand->getRunningPlayerIt((*it_1)->getMyUniqueID()); in run()
H A Dlocalhand.cpp545 PlayerListIterator it, it_1; in switchRounds() local
555 it_1 = it; in switchRounds()
556 if(it_1 == runningPlayerList->begin()) it_1 = runningPlayerList->end(); in switchRounds()
557 --it_1; in switchRounds()
558 getCurrentBeRo()->setCurrentPlayersTurnId((*it_1)->getMyUniqueID()); in switchRounds()
/dports/comms/py-esptool/esptool-3.2/test/
H A Dtest_espefuse_host.py449 BLOCK2 images/efuse/256bit_1 \
458 BLOCK2 images/efuse/256bit_1 \
500 BLOCK2 images/efuse/192bit_1 \
509 BLOCK2 images/efuse/192bit_1 \
587 BLOCK2 images/efuse/256bit_1')
603 BLOCK10 images/efuse/256bit_1')
608 BLOCK5 images/efuse/256bit_1 \
630 %s images/efuse/192bit_1' % (blk1, blk1),
636 %s images/efuse/192bit_1' % (blk1, blk2),
669 BLOCK2 images/efuse/192bit_1 \
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/engine/network_engine/
H A Dclienthand.cpp342 PlayerListIterator it, it_1; in switchRounds() local
350 it_1 = it; in switchRounds()
351 if(it_1 == runningPlayerList->begin()) it_1 = runningPlayerList->end(); in switchRounds()
352 --it_1; in switchRounds()
353 getCurrentBeRo()->setCurrentPlayersTurnId((*it_1)->getMyUniqueID()); in switchRounds()
/dports/biology/seqan1/seqan-1.3.1/seqan/align/
H A Dalign_dynprog.h169 TStringIterator it_1 = iter(str_1, pos_1); in _needlemanWunschTrace() local
176 while ((it_0 != it_0_end) && (it_1 != it_1_end)) in _needlemanWunschTrace()
181 if (*it_0 == *it_1) in _needlemanWunschTrace()
217 ++it_1; in _needlemanWunschTrace()
419 TStringIterator it_1 = iter(str_1, pos_1, Standard()); in _gotohTrace() local
433 while ((it_0 != it_0_end) && (it_1 != it_1_end)) in _gotohTrace()
438 ++it_1; in _gotohTrace()
460 ++it_1; in _gotohTrace()
H A Dalign_local_dynprog.h575 TStringIterator it_1 = iter(str_1, pos_1, Standard()); in _smithWatermanTrace() local
583 while ((*source_!=0) && (it_0 != it_0_end) && (it_1 != it_1_end)) in _smithWatermanTrace()
589 if (*it_0 == *it_1 && !forbidden) in _smithWatermanTrace()
628 ++it_1; in _smithWatermanTrace()
644 setClippedEndPosition(row(target_, 1),position(it_1, str_1)); in _smithWatermanTrace()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/util/
H A DPairedFastqComparator.cpp55 : it_1(inputFile_1, os), in PairedFastqComparator()
69 while (it_1.hasNext() && it_2.hasNext() && !os.isCoR()) { in compare()
73 FastqSequenceInfo seqInfo_1(it_1.next()); in compare()
108 tryToFindPairInTail(os, it_1, unpaired_2, true); in compare()
H A DPairedFastqComparator.h86 FASTQIterator it_1;
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds/
H A Dbanded_align.h236 TStringIterator it_1 = begin(str_1); in _bandedNeedlemanWunschTrace() local
243 while ((it_0 != it_0_end) && (it_1 != it_1_end)) in _bandedNeedlemanWunschTrace()
247 if (*it_0 == *it_1) in _bandedNeedlemanWunschTrace()
269 ++it_1; in _bandedNeedlemanWunschTrace()
580 TStringIterator it_1 = iter(str_1, 0, Standard()); in _bandedGotohTrace() local
585 while ((it_0 != it_0_end) && (it_1 != it_1_end)) in _bandedGotohTrace()
592 ++it_1; in _bandedGotohTrace()
595 ++it_1; in _bandedGotohTrace()
610 ++it_1; in _bandedGotohTrace()
H A Dbanded_chain_align.h390 TStringIterator it_1 = begin(str_1); in _bandedNeedlemanWunschTrace2() local
398 while ((it_0 != it_0_end) && (it_1 != it_1_end)) in _bandedNeedlemanWunschTrace2()
403 if (*it_0 == *it_1) in _bandedNeedlemanWunschTrace2()
428 ++it_1; in _bandedNeedlemanWunschTrace2()
477 TStringIterator it_1 = iter(str_1, 0); in _needlemanWunschTraceLastRectangle() local
485 while ((it_0 != it_0_end) && (it_1 != it_1_end)) in _needlemanWunschTraceLastRectangle()
490 if (*it_0 == *it_1) in _needlemanWunschTraceLastRectangle()
526 ++it_1; in _needlemanWunschTraceLastRectangle()
1098 TStringIterator it_1 = iter(str_1, 0); in _needlemanWunschTraceRectangle() local
1115 if ((*it_0 == *it_1)&&(*it3_ != -1000000)) in _needlemanWunschTraceRectangle()
[all …]
H A Dbanded_chain_align_affine.h422 TStringIterator it_1 = iter(str_1, 0); in _bandedGotohTrace2() local
428 while ((it_0 != it_0_end) && (it_1 != it_1_end)) in _bandedGotohTrace2()
432 ++it_1; in _bandedGotohTrace2()
447 ++it_1; in _bandedGotohTrace2()
492 TStringIterator it_1 = iter(str_1, 0); in _gotohTraceLastRectangle() local
497 while ((it_0 != it_0_end) && (it_1 != it_1_end)) in _gotohTraceLastRectangle()
509 ++it_1; in _gotohTraceLastRectangle()
514 ++it_1; in _gotohTraceLastRectangle()
1381 TStringIterator it_1 = iter(str_1, 0); in _gotohTraceRectangle() local
1397 ++it_1; in _gotohTraceRectangle()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_d/
H A Dalgebraic_curve_kernel_2_tools.h202 InputIterator it_1(start),it_2(start); in find_intermediate_values()
205 CGAL_assertion(it_1->compare(*it_2)==CGAL::SMALLER); in find_intermediate_values()
207 = kernel->bound_between_1_object()(*it_1,*it_2); in find_intermediate_values()
209 ++it_1; in find_intermediate_values()
212 *output++=bound_right_of(kernel,*it_1); in find_intermediate_values()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/align/
H A Dlocal_alignment_waterman_eggert_impl.h563 TSourceIteratorV it_1 = iter(strV, pos_1, Standard()); in _smithWatermanTrace() local
570 while ((*source_!=0) && (it_0 != it_0_end) && (it_1 != it_1_end)) in _smithWatermanTrace()
576 if (*it_0 == *it_1 && !forbidden) in _smithWatermanTrace()
592 d = *it_ + score(scoring_, *it_0, *it_1); in _smithWatermanTrace()
615 ++it_1; in _smithWatermanTrace()
630 setClippedEndPosition(gapsV, toViewPosition(gapsV, position(it_1, strV))); in _smithWatermanTrace()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/align/
H A Dlocal_alignment_waterman_eggert_impl.h563 TSourceIteratorV it_1 = iter(strV, pos_1, Standard()); in _smithWatermanTrace() local
570 while ((*source_!=0) && (it_0 != it_0_end) && (it_1 != it_1_end)) in _smithWatermanTrace()
576 if (*it_0 == *it_1 && !forbidden) in _smithWatermanTrace()
592 d = *it_ + score(scoring_, *it_0, *it_1); in _smithWatermanTrace()
615 ++it_1; in _smithWatermanTrace()
630 setClippedEndPosition(gapsV, toViewPosition(gapsV, position(it_1, strV))); in _smithWatermanTrace()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/align/
H A Dlocal_alignment_waterman_eggert_impl.h559 TSourceIteratorV it_1 = iter(strV, pos_1, Standard()); in _smithWatermanTrace() local
567 while ((*source_!=0) && (it_0 != it_0_end) && (it_1 != it_1_end)) in _smithWatermanTrace()
573 if (*it_0 == *it_1 && !forbidden) in _smithWatermanTrace()
612 ++it_1; in _smithWatermanTrace()
627 setClippedEndPosition(gapsV, toViewPosition(gapsV, position(it_1, strV))); in _smithWatermanTrace()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/statistics/
H A Dt_test.hpp147 ForwardIterator it_1 = begin_1;
150 while(it_1 != end_1 && it_2 != end_2)
152 delta.emplace_back(static_cast<Real>(*it_1++) - static_cast<Real>(*it_2++));
156 if(it_1 != end_1 || it_2 != end_2)
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.arch/
H A Dthumb2-it.S44 .type it_1,%function
46 it_1: label
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.arch/
H A Dthumb2-it.S44 .type it_1,%function
46 it_1: label
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.arch/
H A Dthumb2-it.S44 .type it_1,%function
46 it_1: label
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/Analyse/
H A DPlotVoltage.m43 ylabel('it_1 \rightarrow');
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/sequence/
H A Dtest_string.h79 Iterator<DummyClass, Standard>::Type it_1; in SEQAN_DEFINE_TEST() local
80 it_1 = begin(d, Standard()); in SEQAN_DEFINE_TEST()
82 goNext(it_1); in SEQAN_DEFINE_TEST()
83 goPrevious(it_1); in SEQAN_DEFINE_TEST()
84 SEQAN_ASSERT_EQ(it_1, begin(d, Standard())); in SEQAN_DEFINE_TEST()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvrender/
H A Dtstrokeutil.cpp629 cyclic_iter_type it_1(bt, m_first, m_end, -1); in operator ()() local
630 rcyclic_iter_type rit(it + 1), rit1(it_1 + 1); in operator ()()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Ddisplay_prefs_unittest.cc99 auto it_1 = map_1.begin(); in ComparePortAssociations() local
101 while (it_1 != map_1.end()) { in ComparePortAssociations()
102 if (it_1->first != it_2->first) in ComparePortAssociations()
104 if (it_1->second != it_2->second) in ComparePortAssociations()
106 it_1++; in ComparePortAssociations()

123