Home
last modified time | relevance | path

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

/dports/math/chaco/Chaco-2.2/code/klspiff/
H A Dnway_kl.c78 int bestfrom, bestto; /* sets best vertex moves between */ local
278 bestto = j;
304 bestto = j;
326 weightsum[bestto] += vweight;
329 locked[bestto] += vweight;
362 step, bestvtx, bestval, bestfrom, bestto);
410 bestptr->prev = (struct bilist *) bestto;
440 hops[group][bestto] - hops[k][bestto]);
466 bestto = (int) bptr->prev;
467 startweight[bestto] += graph[vtx]->vwgt;
[all …]
H A Dnway_kl.old75 int bestfrom, bestto; /* sets best vertex moves between */
278 bestto = j;
307 bestto = j;
329 weightsum[bestto] += vweight;
332 locked[bestto] += vweight;
356 step, bestvtx, bestval, bestfrom, bestto);
404 bestptr->prev = (struct bilist *) bestto;
434 hops[group][bestto] - hops[k][bestto]);
459 bestto = (int) bptr->prev;
460 startweight[bestto] += graph[vtx]->vwgt;
[all …]
/dports/math/chaco/Chaco-2.2/code/bpmatch/
H A Dmovevtxs.c176 short bestfrom, bestto; /* sets best move comes from and goes to */ local
225 bestto = to;
234 (toobig < 0 && !active[bestto])) {
237 minset = min(bestto, bestfrom);
238 maxset = max(bestto, bestfrom);
244 *next_to = bestto;
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dchimera.h52 … *five_score, int *three_score, int *chimerapos, int *chimeraequivpos, int *bestfrom, int *bestto,
H A Dchimera.c482 … *five_score, int *three_score, int *chimerapos, int *chimeraequivpos, int *bestfrom, int *bestto, in Chimera_bestpath() argument
569 *bestto = to[pos]; in Chimera_bestpath()
579 *three_score = matrix_sub2[*bestto][queryntlength-1] - matrix_sub2[*bestto][*chimerapos]; in Chimera_bestpath()
581 *three_score = matrix_sub2[*bestto][*chimerapos]; in Chimera_bestpath()
608 *bestfrom,*bestto,*chimerapos,*chimeraequivpos,*five_score,*three_score); in Chimera_bestpath()
H A Dgmap.c2367 Stage3_T *stage3array_sub2, int bestto, in merge_left_and_right_readthrough() argument
2378 best1 = stage3array_sub2[bestto]; in merge_left_and_right_readthrough()
2381 bestfrom,best0,bestto,best1)); in merge_left_and_right_readthrough()
2418 best1 = stage3array_sub2[bestto];
2668 int bestfrom, bestto; in check_for_local() local
3020 to = stage3array_sub2[kstart2 + bestto]; in check_for_local()
3112 int bestfrom, bestto; in check_for_chimera() local
3414 to = stage3array_sub2[bestto]; in check_for_chimera()
3833 Stage3_T bestfrom, bestto, from, to, middle; in check_middle_piece_chimera() local
3893 bestto = to; in check_middle_piece_chimera()
[all …]
/dports/games/spider/spider/
H A Dspider.c1226 bestto = CARDLISTNULL; in advise_best_move() local
1259 bestto = move; in advise_best_move()
1270 advise_move(bestcard, bestfrom, bestto); in advise_best_move()
/dports/biology/gmap/gmap-2020-09-12/
H A DChangeLog24632 * gmap.c: Fixed bug where bestfrom == bestto. Added check for sufficient