Home
last modified time | relevance | path

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

/dports/biology/exonerate/exonerate-2.4.0/src/bsdp/
H A Dbsdp.c67 bsdp_node->start_score = start_bound; in BSDP_Node_create()
235 bsdp_potential->score = bsdp_node->start_score in BSDP_Potential_create()
416 return bsdp_node->start_score in BSDP_Node_stored_total()
594 check_score = bsdp_node->start_score; in BSDP_path_is_validated()
689 prev_score = first_node->start_score; in BSDP_path_confirm()
693 g_assert(first_node->start_score <= prev_score); in BSDP_path_confirm()
695 if(first_node->start_score != prev_score) in BSDP_path_confirm()
703 g_assert(first_node->start_score >= confirmed_score); in BSDP_path_confirm()
704 if(first_node->start_score != confirmed_score){ in BSDP_path_confirm()
705 first_node->start_score = confirmed_score; in BSDP_path_confirm()
[all …]
H A Dbsdp.h69 C4_Score start_score; member
/dports/games/neverball/neverball-1.6.0/ball/
H A Dst_start.c269 static int start_score(int d) in start_score() function
280 if (y > 0) start_score(-1); in start_wheel()
281 if (y < 0) start_score(+1); in start_wheel()
313 return start_score(+1); in start_keybd()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Dngram_search.c691 int32 start_score;
702 start_score = ngram_search_exit_score(ngs, pbe,
704 assert(start_score BETTER_THAN WORST_SCORE);
725 *out_ascr = be->score - start_score - *out_lscr;
911 int32 start_score;
914 start_score = ngram_search_exit_score(ngs, pbe,
916 assert(start_score BETTER_THAN WORST_SCORE);
931 seg->ascr = be->score - start_score - seg->lscr;
H A Dngram_search_fwdtree.c907 int32 start_score; in last_phone_transition() local
916 start_score = ngram_search_exit_score in last_phone_transition()
918 assert(start_score BETTER_THAN WORST_SCORE); in last_phone_transition()
919 candp->score -= start_score; in last_phone_transition()
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Dngram_search.c707 int32 start_score; in ngram_compute_seg_score() local
718 start_score = ngram_search_exit_score(ngs, pbe, in ngram_compute_seg_score()
720 assert(start_score BETTER_THAN WORST_SCORE); in ngram_compute_seg_score()
741 *out_ascr = be->score - start_score - *out_lscr; in ngram_compute_seg_score()
927 int32 start_score; in ngram_search_bp2itor() local
930 start_score = ngram_search_exit_score(ngs, pbe, in ngram_search_bp2itor()
932 assert(start_score BETTER_THAN WORST_SCORE); in ngram_search_bp2itor()
947 seg->ascr = be->score - start_score - seg->lscr; in ngram_search_bp2itor()
H A Dngram_search_fwdtree.c907 int32 start_score; in last_phone_transition() local
916 start_score = ngram_search_exit_score in last_phone_transition()
918 assert(start_score BETTER_THAN WORST_SCORE); in last_phone_transition()
919 candp->score -= start_score; in last_phone_transition()
/dports/biology/exonerate/exonerate-2.4.0/src/sdp/
H A Dscheduler.h41 C4_Score start_score; member
H A Dsdp.c111 seed_info->start_score = seed->max_start->score in Scheduler_Seed_List_get_forward()
127 seed_info->start_score = (seed->hsp->score >> 1); in Scheduler_Seed_List_get_reverse()
273 seed_info->start_score = 0; in Scheduler_Seed_Boundary_get_forward()
H A Dscheduler.c1074 cell->score[seed_state_id][0] = seed->start_score; in Scheduler_Cell_seed()
1075 cell->score[seed_state_id][1] = seed->start_score; in Scheduler_Cell_seed()
/dports/games/frogatto/frogatto-1.3.1/modules/wip_levels/data/level/experimental/
H A Dant-farm-minigame.cfg776 set(start_score, level.player.vars.score+100),
778 on_die: "set(level.player.vars.score, start_score)",
779start_score+100) + ~ points.~], [~Here's a 100 points in reward.\nWe'll just leave now.~]), set(le…
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/model_selection/
H A D_validation.py1690 start_score = time.time()
1695 score_time = time.time() - start_score
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dbeam-quanting.cc150 Real start_score = abs (offset[RIGHT]) + abs (offset[LEFT]); in new_config() local
151 qs->demerits = start_score / 1000.0; in new_config()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dbeam-quanting.cc146 Real start_score = abs (offset[RIGHT]) + abs (offset[LEFT]); in new_config() local
147 qs->demerits = start_score / 1000.0; in new_config()
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libsearch/
H A Dvithist.c1643 int32 start_score, end_score; in lat_seg_ascr_lscr() local
1653 start_score = IS_S3LATID(lathist->lattice[l].history) ? in lat_seg_ascr_lscr()
1661 *ascr = end_score - start_score - *lscr; in lat_seg_ascr_lscr()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dblastutl.c11513 BLAST_Score second_score, start_score, start_score2, score; in BlastFindWords() local
11687 start_score = first_score; in BlastFindWords()
11704 start_score = second_score+first_score; in BlastFindWords()
11707 start_score2 = start_score; in BlastFindWords()
11778 BLAST_Score second_score, start_score, start_score2, score; in BlastNewFindWords_Old() local
11906 start_score = first_score; in BlastNewFindWords_Old()
11924 start_score = second_score+first_score; in BlastNewFindWords_Old()
11927 start_score2 = start_score; in BlastNewFindWords_Old()
12102 start_score = first_score; in BlastNewFindWordsEx()
12118 start_score = second_score + first_score; in BlastNewFindWordsEx()
[all …]