Home
last modified time | relevance | path

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

/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c1163 double ProfileDistPiece(unsigned int code1, unsigned int code2,
4218 double ProfileDistPiece(unsigned int code1, unsigned int code2, in ProfileDistPiece() function
4286 double piece = ProfileDistPiece(profile1->codes[i],profile2->codes[i],f1,f2,dmat, in ProfileDist()
4579 profile->codeDist[i*nCodes+k] = ProfileDistPiece(/*code1*/profile->codes[i], /*code2*/k, in SetCodeDist()
7403 …distpieces[qAB][i] = weights[qAB][i] * ProfileDistPiece(pA->codes[i], pB->codes[i], fA, fB, dmat, … in SplitSupport()
7404 …distpieces[qAC][i] = weights[qAC][i] * ProfileDistPiece(pA->codes[i], pC->codes[i], fA, fC, dmat, … in SplitSupport()
7405 …distpieces[qAD][i] = weights[qAD][i] * ProfileDistPiece(pA->codes[i], pD->codes[i], fA, fD, dmat, … in SplitSupport()
7406 …distpieces[qBC][i] = weights[qBC][i] * ProfileDistPiece(pB->codes[i], pC->codes[i], fB, fC, dmat, … in SplitSupport()
7407 …distpieces[qBD][i] = weights[qBD][i] * ProfileDistPiece(pB->codes[i], pD->codes[i], fB, fD, dmat, … in SplitSupport()
7408 …distpieces[qCD][i] = weights[qCD][i] * ProfileDistPiece(pC->codes[i], pD->codes[i], fC, fD, dmat, … in SplitSupport()