Home
last modified time | relevance | path

Searched refs:uColCount (Results 51 – 60 of 60) sorted by relevance

123

/dports/biology/muscle/muscle-3.8.1551/
H A Dmsf.cpp36 const unsigned uColCount = GetColCount(); in GetGCGCheckSum() local
37 for (unsigned uColIndex = 0; uColIndex < uColCount; ++uColIndex) in GetGCGCheckSum()
H A Destring.cpp142 unsigned uColCount = uSymbols + uIndels; in EstringOp() local
145 a.SetSize(1, uColCount); in EstringOp()
167 assert(uColIndex == uColCount); in EstringOp()
168 return uColCount; in EstringOp()
H A Dpwpath.cpp150 const unsigned uColCount = msaA.GetColCount(); in FromMSAPair() local
151 if (uColCount != msaB.GetColCount()) in FromMSAPair()
158 for (unsigned uColIndex = 0; uColIndex < uColCount; ++uColIndex) in FromMSAPair()
H A Dobjscore.h23 SCORE ObjScoreDP_Profs(const ProfPos *PA, const ProfPos *PB, unsigned uColCount,
H A Dspfast.cpp253 const unsigned uColCount = msa.GetColCount(); in ObjScoreSPDimer() local
254 for (unsigned uColIndex = 0; uColIndex < uColCount; ++uColIndex) in ObjScoreSPDimer()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Destring.cpp146 unsigned uColCount = uSymbols + uIndels; in EstringOp() local
149 a.SetSize(1, uColCount); in EstringOp()
171 assert(uColIndex == uColCount); in EstringOp()
172 return uColCount; in EstringOp()
H A Dpwpath.cpp150 const unsigned uColCount = msaA.GetColCount(); in FromMSAPair() local
151 if (uColCount != msaB.GetColCount()) in FromMSAPair()
158 for (unsigned uColIndex = 0; uColIndex < uColCount; ++uColIndex) in FromMSAPair()
H A Dobjscore.h23 SCORE ObjScoreDP_Profs(const ProfPos *PA, const ProfPos *PB, unsigned uColCount,
H A Dspfast.cpp266 const unsigned uColCount = msa.GetColCount(); in ObjScoreSPDimer() local
267 for (unsigned uColIndex = 0; uColIndex < uColCount; ++uColIndex) in ObjScoreSPDimer()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/qscore/src/qscore/
H A Dmsa.h53 void ExpandCache(unsigned uSeqCount, unsigned uColCount);

123