Home
last modified time | relevance | path

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

/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Dngram_decode.c203 int cnnum; ///< Num of found non-transparent words (<=2) in pick_backtrellis_words() local
221 cnnum = 0; in pick_backtrellis_words()
225 cnword[cnnum+1] = hypo->seq[i]; in pick_backtrellis_words()
226 cnnum++; in pick_backtrellis_words()
227 if (cnnum >= ngram->n - 1) break; in pick_backtrellis_words()
233 for(i=0;i<cnnum;i++) { in pick_backtrellis_words()
234 cnwordrev[cnnum-1-i] = cnword[i+1]; in pick_backtrellis_words()
241 for(i=0;i<cnnum;i++) cnword[i+1] = winfo->wton[cnword[i+1]]; in pick_backtrellis_words()
267 cnwordrev[cnnum] = winfo->wton[w]; in pick_backtrellis_words()
268 rawscore = ngram_prob(ngram, cnnum + 1, cnwordrev); in pick_backtrellis_words()
[all …]
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcadb.c3177 int cnnum = TCLISTNUM(cnames); in tcadbmisc() local
3188 if(cnnum > 0){ in tcadbmisc()
3189 TCMAP *ncols = tcmapnew2(cnnum + 1); in tcadbmisc()
3190 for(int j = 0; j < cnnum; j++){ in tcadbmisc()
4311 int cnnum = TCLISTNUM(cnames); in tcadbtdbqrygetout() local
4314 if(cnnum > 0){ in tcadbtdbqrygetout()
4315 TCMAP *ncols = tcmapnew2(cnnum + 1); in tcadbtdbqrygetout()
4316 for(int j = 0; j < cnnum; j++){ in tcadbtdbqrygetout()