Home
last modified time | relevance | path

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

/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c8478 int iNodeBestCandidate = -1; in TopHitNJSearch() local
8487 if (iNodeBestCandidate < 0 || visible.criterion < dBestCriterion) { in TopHitNJSearch()
8488 iNodeBestCandidate = iNode; in TopHitNJSearch()
8544 assert(iNodeBestCandidate >= 0 && NJ->parent[iNodeBestCandidate] < 0); in TopHitNJSearch()
8545 bool bSuccess = GetVisible(NJ, nActive, tophits, iNodeBestCandidate, /*OUT*/join); in TopHitNJSearch()