Home
last modified time | relevance | path

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

/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Peak/
H A DEMPeakDetector.cc140 long double tmpave[classNum],tmpweight[classNum]; in detectCoveragePeaks() local
173 tmpweight[tmpindex] = weight[index]; in detectCoveragePeaks()
180 …judge_neighbor(index, index + 1, &index, &classNum, tmpave, tmpweight, ave, weight, n_parameter, t… in detectCoveragePeaks()
340 … int large, int *index, int *classNum, long double *tmpave,long double *tmpweight, long double *av… in judge_neighbor() argument
343 if (tmpweight[large] >= tmpweight[small]){ in judge_neighbor()
347 weight[*classNum] = tmpweight[large]; in judge_neighbor()
355 weight[*classNum] = tmpweight[small]; in judge_neighbor()
359 …judge_neighbor(small, large + 1, index, classNum, tmpave, tmpweight, ave, weight, n_parameter, tmp… in judge_neighbor()
365 weight[*classNum] = tmpweight[small]; in judge_neighbor()
370 weight[*classNum] = tmpweight[large]; in judge_neighbor()
H A DEMPeakDetector.hh13 … int large, int *index, int *classNum, long double *tmpave,long double *tmpweight, long double *av…
/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dconsensus.c300 unsigned char tmpweight; in quartsupport() local
335 tmpweight = readquartet(a1, b1, a2, b2); in quartsupport()
337 switch (tmpweight) { in quartsupport()
348 tmpweight = readquartet(a1, b1, b2, a2); in quartsupport()
350 switch (tmpweight) { in quartsupport()
362 tmpweight = readquartet(a1, a2, b1, b2); in quartsupport()
364 switch (tmpweight) { in quartsupport()
380 switch (tmpweight) { in quartsupport()
393 switch (tmpweight) { in quartsupport()
405 tmpweight = readquartet(b1, b2, a1, a2); in quartsupport()
[all …]
H A Dpuzzle2.c1274 unsigned char tmpweight; in loglkl2weight() local
1353 return(tmpweight); in loglkl2weight()
1366 unsigned char tmpweight; in computeallquartets() local
1482 ++(qinfomatr[tmpweight][a]); in computeallquartets()
1483 ++(qinfomatr[tmpweight][b]); in computeallquartets()
1484 ++(qinfomatr[tmpweight][c]); in computeallquartets()
1485 ++(qinfomatr[tmpweight][i]); in computeallquartets()
1487 if ((tmpweight <= 2) || (tmpweight == 4)) { in computeallquartets()
1490 if (tmpweight == 7) { in computeallquartets()
1493 if (tmpweight == 0) { in computeallquartets()
[all …]
H A Dpuzzle1.c4610 unsigned char tmpweight; local
4727 tmpweight = readquartet(xx1, xx2, xx3, xx4);
4733 ++(qinfomatr[tmpweight][xx1]);
4734 ++(qinfomatr[tmpweight][xx2]);
4735 ++(qinfomatr[tmpweight][xx3]);
4736 ++(qinfomatr[tmpweight][xx4]);
4738 if ((tmpweight <= 2) || (tmpweight == 4)) {
4741 if (tmpweight == 7) {
4744 if (tmpweight == 0) {
4752 if (tmpweight == 7) { /* to be deleted */
H A Dppuzzle.c616 unsigned char tmpweight; in PP_do_write_quart()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsorttpl.c196 SCIP_Real tmpweight = weights != NULL ? weights[i] : 1; in SORTTPL_NAME() local
225 weights[j] = tmpweight; in SORTTPL_NAME()