Home
last modified time | relevance | path

Searched refs:lscore (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/blobby/blobby-1.0/data/rules/
H A Ddefault.lua15 function IsWinning(lscore, rscore)
17 if lscore >= SCORE_TO_WIN and lscore >= rscore + 2 then
20 if rscore >= SCORE_TO_WIN and rscore >= lscore + 2 then
/dports/games/scid/scid/tcl/tools/
H A Dtacgame.tcl38 set lscore {}
730 lappend lscore $::tacgame::sc1
746 set lscore {}
752 set lscore {}
763 set lscore [lreplace $lscore end end]
770 set lscore [lreplace $lscore end end]
777 set lscore [lreplace $lscore end end]
834 set sc2 [lindex $lscore end]
838 if {[llength $lscore] < 2} {
842 set scoreLabel "Score : [lindex $lscore end]"
[all …]
/dports/games/lexter/lexter-1.0.3/src/
H A Dlang.c23 static int lscore[256]; variable
63 lscore[i] = ((max - lfreq[i])*100)/max; in letter_update_freq()
74 return lscore[c&255] + LETTER_BONUS; in letter_score()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/RGroupDecomposition/
H A DRGroupScore.cpp118 auto lscore = static_cast<double>(equivalentRGroupCount[i]) / in matchScore() local
120 tempScore += lscore * lscore; in matchScore()
122 std::cerr << " lscore^2 " << i << ": " << lscore * lscore in matchScore()
/dports/audio/julius/julius-4.1.2/libsent/src/phmm/
H A Dmkwhmm.c99 …with_lm(HTK_HMM_INFO *hmminfo, HMM_Logical **hdseq, int hdseqlen, boolean *has_sp, LOGPROB *lscore) in new_make_word_hmm_with_lm() argument
198 if (lscore != NULL) logprob += lscore[i]; in new_make_word_hmm_with_lm()
219 if (lscore != NULL) logprob += lscore[i]; in new_make_word_hmm_with_lm()
321 if (ato == state_num - 1 && lscore != NULL){ in new_make_word_hmm_with_lm()
322 logprob += lscore[i]; in new_make_word_hmm_with_lm()
/dports/games/ladder/ladder-1.00_2/
H A DMakefile2 SRCS = ladder.c lplay.c ltime.c lscore.c lscreens.c
3 OBJS = ladder.o lplay.o ltime.o lscore.o lscreens.o
/dports/audio/julius/julius-4.1.2/libjulius/include/julius/
H A Dsearch.h57 LOGPROB lscore; ///< Language score of this word (always 0 for dfa) member
109 …LOGPROB lscore; ///< N-gram score of last word (will be used for 1-phoneme backscan and graph out… member
H A Dtrellis.h30 LOGPROB lscore; ///< LM score of this word member
H A Dextern.h215 …, LOGPROB fscore_tail, LOGPROB gscore_head, LOGPROB gscore_tail, LOGPROB lscore, LOGPROB cmscore, …
216 boolean wordgraph_check_and_add_rightword(WordGraph *wg, WordGraph *right, LOGPROB lscore);
217 boolean wordgraph_check_and_add_leftword(WordGraph *wg, WordGraph *left, LOGPROB lscore);
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dbarline.cpp98 Score* lscore = lstaff->score(); in undoChangeBarLineType() local
112 lbl = new BarLine(lscore); in undoChangeBarLineType()
120 lscore->addElement(lbl); in undoChangeBarLineType()
152 for (Score* lscore : m2->score()->scoreList()) { in undoChangeBarLineType()
161 for (Score* lscore : m2->score()->scoreList()) { in undoChangeBarLineType()
170 for (Score* lscore : m2->score()->scoreList()) { in undoChangeBarLineType()
986 Score* lscore = lstaff->score(); in endEdit()
988 if (lscore == staff->score()) in endEdit()
991 if (lstaff != lscore->staff(0)) in endEdit()
1016 lbl->setScore(lscore); in endEdit()
[all …]
H A Dmeasure.cpp1648 for (Score* lscore : score()->scoreList()) { in drop()
1649 Measure* lmeasure = lscore->tick2measure(m2->tick()); in drop()
1656 for (Score* lscore : score()->scoreList()) { in drop()
1657 Measure* lmeasure = lscore->tick2measure(m2->tick()); in drop()
1664 for (Score* lscore : score()->scoreList()) { in drop()
1665 Measure* lmeasure = lscore->tick2measure(m2->tick()); in drop()
H A Dscore.cpp2626 Score* lscore = staff->score(); in cmdRemoveStaff() local
2627 if (lscore != this) { in cmdRemoveStaff()
2628 lscore->undoRemoveStaff(staff); in cmdRemoveStaff()
2631 int pIndex = lscore->staffIdx(staff->part()); in cmdRemoveStaff()
2632 lscore->undoRemovePart(staff->part(), pIndex); in cmdRemoveStaff()
/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Dgraphout.c114 new->lscore_tmp = lscore; /* n-gram only */ in wordgraph_new()
221 wg->left_lscore[wg->leftwordnum] = lscore; in wordgraph_add_leftword()
258 wg->right_lscore[wg->rightwordnum] = lscore; in wordgraph_add_rightword()
307 wordgraph_add_leftword(wg, left, lscore); in wordgraph_check_and_add_leftword()
309 } else if (wg->left_lscore[i] < lscore) { in wordgraph_check_and_add_leftword()
312 wg->left_lscore[i] = lscore; in wordgraph_check_and_add_leftword()
359 wordgraph_add_rightword(wg, right, lscore); in wordgraph_check_and_add_rightword()
361 } else if (wg->right_lscore[i] < lscore) { in wordgraph_check_and_add_rightword()
364 wg->right_lscore[i] = lscore; in wordgraph_check_and_add_rightword()
512 wg->left_lscore[i] = lscore; in swap_leftword()
[all …]
H A Ddfa_decode.c114 nw[num]->lscore = r->config->lmp.penalty2; in dfa_firstwords()
177 nw[num]->lscore = r->config->lmp.penalty2; in dfa_nextwords()
189 nw[num]->lscore = r->config->lmp.penalty2; in dfa_nextwords()
H A Dsearch_bestfirst_v1.c280 dst->lscore = src->lscore; in cpy_node()
371 tmp->lscore = LOG_ZERO; in newnode()
374 tmp->lscore = 0.0; in newnode()
1064 score1 += now->lscore; /* add LM score */ in scan_word()
1423 new->totallscore = now->totallscore + nword->lscore; in next_word()
1466 new->lscore = nword->lscore; in next_word()
1468 new->lscore = 0.0; in next_word()
1499 new->g[t] = now->g[t] + nword->lscore; in next_word()
1635 new->totallscore = nword->lscore; in start_word()
1643 new->lscore = nword->lscore; in start_word()
[all …]
H A Dngram_decode.c285 nw[num]->lscore = rawscore * lm_weight2 + lm_penalty2; in pick_backtrellis_words()
289 nw[num]->lscore += lm_penalty_trans; in pick_backtrellis_words()
517 nw[0]->lscore = 0.0; in ngram_firstwords()
519 nw[0]->lscore = r->config->lmp.lm_penalty2; in ngram_firstwords()
H A Dsearch_bestfirst_v2.c1198 new->totallscore = now->totallscore + nword->lscore; in next_word()
1234 new->g[t] = g_src[t] + nword->lscore; in next_word()
1238 new->g[t] = g_src[t+1] + a_value + nword->lscore; in next_word()
1326 new->lscore = nword->lscore; in next_word()
1386 new->totallscore = nword->lscore; in start_word()
1389 new->lscore = nword->lscore; in start_word()
1398 new->g[peseqlen-1] = nword->lscore; in start_word()
H A Dbeam.c127 new->lscore_tmp = ta->lscore; in generate_lattice()
148 l -= ta->lscore; in generate_lattice()
305 langscore += tretmp->lscore; in trace_backptr()
318 langscore += tretmp->lscore; in trace_backptr()
881 LOGPROB lscore; in bt_current_max() local
908 lscore = trace_backptr(r->result.pass1.word, &wordlen, tremax, r->lm->winfo); in bt_current_max()
911 r->result.pass1.score_lm = lscore; in bt_current_max()
2184 tre->lscore = tk->last_lscore; /* log score (LM only) */ in save_trellis()
2186 tre->lscore = 0.0; in save_trellis()
H A Dsearch_bestfirst_main.c1766 now->lscore, in wchmm_fbs()
1988 new->g[new->bestt] - new->lscore, in wchmm_fbs()
2002 now->lscore, in wchmm_fbs()
2078 new->g[new->bestt] - new->lscore, in wchmm_fbs()
2091 now->lscore, in wchmm_fbs()
H A Dbacktrellis.c413 tre->backscore -= tre->lscore; in bt_discount_lm()
/dports/mail/wanderlust/wanderlust-475514f/wl/
H A Dwl-score.el872 lscore entry list match type)
895 (setq lscore rscore)
896 (setq lscore (nth 1 list))
897 (setq lscore
898 (abs (if lscore
899 lscore
901 (setq lscore (if lower (- lscore) lscore)))
903 (if (eq lscore wl-score-interactive-default-score)
905 lscore))
/dports/games/crafty/crafty-25.2_1/
H A Devaluate.c22 int score, side, can_win = 3, phase, lscore, cutoff; in Evaluate() local
58 lscore = MaterialSTM(wtm); in Evaluate()
59 if (lscore + cutoff < alpha) in Evaluate()
61 if (lscore - cutoff > beta) in Evaluate()
251 lscore = (wtm) ? score : -score; in Evaluate()
274 if (lscore + cutoff > alpha && lscore - cutoff < beta) { in Evaluate()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqmtrx.c151 long int ltype, lscore, lnumcol; in ReadMatrix() local
203 sscanf (bptr, "%ld", &lscore); in ReadMatrix()
204 scr[val][i] = (FloatHi) lscore; in ReadMatrix()
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Dconfidence.h105 int lscore; /**< The language score */ member
/dports/mail/procmail/procmail-3.22/src/
H A Dmisc.c442 { int negate,scoreany;double weight,xponent,lscore; local
451 negate=scoreany=0;lscore=score;
629 nlog("Score: ");ltstr(7,(long)(score-lscore),num);

12