Home
last modified time | relevance | path

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

/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c1166 /*OPTIONAL*/numeric_t *codeDist2);
4221 /*OPTIONAL*/numeric_t *codeDist2) { in ProfileDistPiece() argument
4225 } else if (codeDist2 != NULL && code1 != NOCODE) { /* code1 vs. codeDist2 */ in ProfileDistPiece()
4226 return(codeDist2[code1]); in ProfileDistPiece()