Home
last modified time | relevance | path

Searched refs:firstDo (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/
H A Dkateview_test.cpp626 const KTextEditor::Range firstDo(0, 16, 0, 18); in testFindMatchingFoldingMarker() local
632 …QCOMPARE(viewInternal->findMatchingFoldingMarker(firstDo.start(), dovalue, 2000), firstDoMatching); in testFindMatchingFoldingMarker()
634 … QCOMPARE(viewInternal->findMatchingFoldingMarker(firstDo.end(), dovalue, 2000), firstDoMatching); in testFindMatchingFoldingMarker()
636 …QCOMPARE(viewInternal->findMatchingFoldingMarker(firstDo.start(), dovalue, 2), KTextEditor::Range:… in testFindMatchingFoldingMarker()
639 …COMPARE(viewInternal->findMatchingFoldingMarker(firstDoMatching.start(), -dovalue, 2000), firstDo); in testFindMatchingFoldingMarker()
665 const KTextEditor::Range firstDo(0, 16, 0, 18); in testUpdateFoldingMarkersHighlighting() local
678 view->editSetCursor(firstDo.start()); in testUpdateFoldingMarkersHighlighting()
680 QCOMPARE(foldingMarkerStart->toRange(), firstDo); in testUpdateFoldingMarkersHighlighting()
686 QCOMPARE(foldingMarkerStart->toRange(), firstDo); in testUpdateFoldingMarkersHighlighting()
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinOslFactorization2.cpp1228 int firstDo = hpivco_new[lastSlack]; in c_ekkbtrn() local
1230 while (ipiv != firstDo) { in c_ekkbtrn()
1587 int firstDo = hpivco_new[lastSlack]; in c_ekkbtrn_ipivrw() local
1595 if (ipiv > fact->nrow || ipiv == firstDo) in c_ekkbtrn_ipivrw()
1599 assert(ipiv == firstDo); in c_ekkbtrn_ipivrw()
1601 ipiv = firstDo; in c_ekkbtrn_ipivrw()
1646 int firstDo = hpivco[lastSlack]; in c_ekketju_aux() local
1651 if (ipiv == firstDo || ipiv >= stop_col) in c_ekketju_aux()
2340 int firstDo = hpivco_new[lastSlack]; in c_ekketsj() local
2345 if (ipiv > fact->nrow || ipiv == firstDo) in c_ekketsj()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinOslFactorization2.cpp1228 int firstDo = hpivco_new[lastSlack]; in c_ekkbtrn() local
1230 while (ipiv != firstDo) { in c_ekkbtrn()
1587 int firstDo = hpivco_new[lastSlack]; in c_ekkbtrn_ipivrw() local
1595 if (ipiv > fact->nrow || ipiv == firstDo) in c_ekkbtrn_ipivrw()
1599 assert(ipiv == firstDo); in c_ekkbtrn_ipivrw()
1601 ipiv = firstDo; in c_ekkbtrn_ipivrw()
1646 int firstDo = hpivco[lastSlack]; in c_ekketju_aux() local
1651 if (ipiv == firstDo || ipiv >= stop_col) in c_ekketju_aux()
2340 int firstDo = hpivco_new[lastSlack]; in c_ekketsj() local
2345 if (ipiv > fact->nrow || ipiv == firstDo) in c_ekketsj()
[all …]
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinOslFactorization2.cpp1228 int firstDo = hpivco_new[lastSlack]; in c_ekkbtrn() local
1230 while (ipiv != firstDo) { in c_ekkbtrn()
1587 int firstDo = hpivco_new[lastSlack]; in c_ekkbtrn_ipivrw() local
1595 if (ipiv > fact->nrow || ipiv == firstDo) in c_ekkbtrn_ipivrw()
1599 assert(ipiv == firstDo); in c_ekkbtrn_ipivrw()
1601 ipiv = firstDo; in c_ekkbtrn_ipivrw()
1646 int firstDo = hpivco[lastSlack]; in c_ekketju_aux() local
1651 if (ipiv == firstDo || ipiv >= stop_col) in c_ekketju_aux()
2340 int firstDo = hpivco_new[lastSlack]; in c_ekketsj() local
2345 if (ipiv > fact->nrow || ipiv == firstDo) in c_ekketsj()
[all …]
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinOslFactorization2.cpp1228 int firstDo=hpivco_new[lastSlack]; in c_ekkbtrn() local
1230 while (ipiv!=firstDo) { in c_ekkbtrn()
1595 int firstDo=hpivco_new[lastSlack]; in c_ekkbtrn_ipivrw() local
1603 if (ipiv>fact->nrow||ipiv==firstDo) in c_ekkbtrn_ipivrw()
1607 assert (ipiv==firstDo); in c_ekkbtrn_ipivrw()
1609 ipiv=firstDo; in c_ekkbtrn_ipivrw()
1654 int firstDo=hpivco[lastSlack]; in c_ekketju_aux() local
1659 if (ipiv==firstDo||ipiv>=stop_col) in c_ekketju_aux()
2364 int firstDo=hpivco_new[lastSlack]; in c_ekketsj() local
2369 if (ipiv>fact->nrow||ipiv==firstDo) in c_ekketsj()
[all …]