Home
last modified time | relevance | path

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

/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A DtreeOperation.c450 double wFromLeaf[locnseq]; in branchWeightToPairWeight()
452 static double *wFromLeaf = NULL; in branchWeightToPairWeight() local
453 if( wFromLeaf == NULL ) in branchWeightToPairWeight()
454 wFromLeaf = AllocateDoubleVec( locnseq ); in branchWeightToPairWeight()
462 for( i=0; i<locnseq; i++ ) wFromLeaf[i] = 1.0; in branchWeightToPairWeight()
470 = wFromLeaf[n0] * wFromLeaf[n1] * bw[i][0] * bw[i][1]; in branchWeightToPairWeight()
472 wFromLeaf[n0] *= bw[i][0]; in branchWeightToPairWeight()
474 wFromLeaf[n1] *= bw[i][1]; in branchWeightToPairWeight()