Home
last modified time | relevance | path

Searched refs:nxtj (Results 1 – 6 of 6) sorted by relevance

/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/src/
H A Dmodelmaking.c316 int i,j, nxti, nxtj; in EasyModelmaker() local
386 for (nxtj = j; nxtj >= nxti; nxtj--) if (matassign[nxtj]) break; in EasyModelmaker()
387 if (nxti <= nxtj) PushTracestack(dolist, AttachTrace(cur, NULL, nxti, nxtj, -1, uEND_ST)); in EasyModelmaker()
388 else { cur->nxtl->emitl = nxti; cur->nxtl->emitr = nxtj; } /* deal with END_ST */ in EasyModelmaker()
417 for (nxtj = j-1; nxtj >= i; nxtj--) if (matassign[nxtj]) break; in EasyModelmaker()
418 if (i <= nxtj) PushTracestack(dolist, AttachTrace(cur, NULL, i, nxtj, -1, uEND_ST)); in EasyModelmaker()
419 else { cur->nxtl->emitl = i; cur->nxtl->emitr = nxtj; } /* deal with END_ST */ in EasyModelmaker()
426 for (nxtj = j-1; nxtj >= nxti; nxtj--) if (matassign[nxtj]) break; in EasyModelmaker()
427 if (nxti <= nxtj) PushTracestack(dolist, AttachTrace(cur, NULL, nxti, nxtj, -1, uEND_ST)); in EasyModelmaker()
428 else { cur->nxtl->emitl = nxti; cur->nxtl->emitr = nxtj; } /* deal with END_ST */ in EasyModelmaker()
H A Dmaxmodelmaker.c847 int nxti, nxtj; in trace_maxmx() local
874 nxtj = mmx[j][i].matp_j2 - 1; in trace_maxmx()
875 if (nxti <= nxtj) in trace_maxmx()
883 nxtj = j-1; in trace_maxmx()
884 if (nxti <= nxtj) in trace_maxmx()
892 nxtj = mmx[j][i].matr_j2 -1; in trace_maxmx()
893 if (nxti <= nxtj) in trace_maxmx()
908 nxtj = j-1; in trace_maxmx()
909 if (nxti <= nxtj) in trace_maxmx()
917 nxtj = j-1; in trace_maxmx()
[all …]
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPostsolveMatrix.cpp178 int nxtj = preObj->clink_[j].suc; in assignPresolveToPostsolve() local
179 assert(nxtj >= 0 && nxtj <= ncols_); in assignPresolveToPostsolve()
180 CoinBigIndex nxtcs = mcstrt_[nxtj]; in assignPresolveToPostsolve()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPostsolveMatrix.cpp178 int nxtj = preObj->clink_[j].suc; in assignPresolveToPostsolve() local
179 assert(nxtj >= 0 && nxtj <= ncols_); in assignPresolveToPostsolve()
180 CoinBigIndex nxtcs = mcstrt_[nxtj]; in assignPresolveToPostsolve()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinPostsolveMatrix.cpp175 int nxtj = preObj->clink_[j].suc ; in assignPresolveToPostsolve() local
176 assert(nxtj >= 0 && nxtj <= ncols_) ; in assignPresolveToPostsolve()
177 CoinBigIndex nxtcs = mcstrt_[nxtj] ; in assignPresolveToPostsolve()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPostsolveMatrix.cpp178 int nxtj = preObj->clink_[j].suc; in assignPresolveToPostsolve() local
179 assert(nxtj >= 0 && nxtj <= ncols_); in assignPresolveToPostsolve()
180 CoinBigIndex nxtcs = mcstrt_[nxtj]; in assignPresolveToPostsolve()