Home
last modified time | relevance | path

Searched refs:cutscore (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcfilter.cpp338 double cutscore = topscore * m_topPct/100; in PurgeHit() local
339 if( cutscore > hitscore ) { delete hit; return; } // chain was not changed - leave in PurgeHit()
349 cutscore = ( topscore = hitscore ) * m_topPct/100; in PurgeHit()
357 cutscore = ( topscore = hitscore ) * m_topPct/100; in PurgeHit()
394 if( nxt->GetTotalScore() < cutscore ) break; in PurgeHit()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dwiresedit.c1264 int cutscore(GWireNode *n1,GWireNode *n2,int x,int y) in cutscore() function
1405 cs1 = cutscore(n1,n1->out,x,y); in wire_addstub()
1406 cs2 = cutscore(n1,n1->in,x,y); in wire_addstub()