Home
last modified time | relevance | path

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

/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c7670 l->hitSource = -1; in InitTopHits()
7800 tophits->top_hits_lists[closeNode].hitSource = seed; in SetAllLeafTopHits()
7842 tophits->top_hits_lists[closeNode2].hitSource = closeNode; in SetAllLeafTopHits()
8125 bool bSecondLevel = lChild[0]->hitSource >= 0 && lChild[1]->hitSource >= 0; in TopHitJoin()
8138 int source = ActiveAncestor(NJ, lChild[0]->hitSource); in TopHitJoin()
8140 source = ActiveAncestor(NJ, lChild[1]->hitSource); in TopHitJoin()
8147 && tophits->top_hits_lists[source].hitSource < 0) { in TopHitJoin()
8152 assert(lSource->hitSource < 0); in TopHitJoin()
8191 lNew->hitSource = lChild[0]->hitSource; in TopHitJoin()
8265 int nNewHits = l->hitSource >= 0 ? tophits->q : tophits->m; in TopHitJoin()
[all …]