Home
last modified time | relevance | path

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

/dports/comms/dsd/dsd-1.6.0/
H A Dp25_lcw.c29 if (state->tgcount < 24) in processP25lcw()
31 state->tg[state->tgcount][j] = lcinfo[i]; in processP25lcw()
43 if (state->tgcount < 24) in processP25lcw()
45 state->tgcount = state->tgcount + 1; in processP25lcw()
106 if (state->tgcount < 24) in processP25lcw()
108 state->tg[state->tgcount][j] = lcinfo[i]; in processP25lcw()
122 if (state->tgcount < 24) in processP25lcw()
124 state->tg[state->tgcount][j] = lcinfo[i]; in processP25lcw()
133 if (state->tgcount < 24) in processP25lcw()
135 state->tgcount = state->tgcount + 1; in processP25lcw()
H A Dp25p1_hdu.c283 if (state->tgcount < 24) in processHDU()
285 state->tg[state->tgcount][j] = tgid[i]; in processHDU()
299 if (state->tgcount < 24) in processHDU()
301 state->tg[state->tgcount][j] = tgid[i]; in processHDU()
310 if (state->tgcount < 24) in processHDU()
312 state->tgcount = state->tgcount + 1; in processHDU()
H A Ddsd_file.c191 if (state->tgcount > 0) in closeMbeOutFile()
196 for (j = 0; j < state->tgcount; j++) in closeMbeOutFile()
200 tgid[i] = (char) (((float) sum / (float) state->tgcount) + 48.5); in closeMbeOutFile()
218 state->tgcount = 0; in closeMbeOutFile()
255 state->tgcount = 0; in openMbeOutFile()
H A Ddsd.h138 int tgcount; member
H A Ddsd_main.c196 state->tgcount = 0; in initState()
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/lm/
H A Dngram_model_arpa.c287 int32 i, w1, w2, w3, prev_w1, prev_w2, tgcount, prev_bg, bg, endbg; in ReadTrigrams() local
294 tgcount = 0; in ReadTrigrams()
340 if (tgcount >= base->n_counts[2]) { in ReadTrigrams()
368 model->lm3g.tseg_base[i] = tgcount; in ReadTrigrams()
375 tgoff = tgcount - model->lm3g.tseg_base[prev_seg]; in ReadTrigrams()
394 tgoff = tgcount - model->lm3g.tseg_base[prev_seg]; in ReadTrigrams()
411 tgcount++; in ReadTrigrams()
414 if ((tgcount & 0x0000ffff) == 0) { in ReadTrigrams()
425 model->lm3g.tseg_base[prev_bg >> LOG_BG_SEG_SZ] = tgcount; in ReadTrigrams()
426 if ((tgcount - model->lm3g.tseg_base[prev_bg >> LOG_BG_SEG_SZ]) > 65535) { in ReadTrigrams()
[all …]
H A Dngram_model_dmp.c486 int i, bgcount, tgcount, seg; in ngram_model_dmp_build() local
570 tgcount = (tgptr - model->lm3g.trigrams); in ngram_model_dmp_build()
583 model->lm3g.tseg_base[seg] = tgcount; in ngram_model_dmp_build()
585 bgptr->trigrams = tgcount - model->lm3g.tseg_base[seg]; in ngram_model_dmp_build()
602 tgcount, in ngram_model_dmp_build()
614 tgcount = tgptr - model->lm3g.trigrams; in ngram_model_dmp_build()
617 model->lm3g.tseg_base[seg] = tgcount; in ngram_model_dmp_build()
620 bgptr->trigrams = tgcount - model->lm3g.tseg_base[seg]; in ngram_model_dmp_build()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/lm/
H A Dngram_model_arpa.c287 int32 i, w1, w2, w3, prev_w1, prev_w2, tgcount, prev_bg, bg, endbg; in ReadTrigrams() local
294 tgcount = 0; in ReadTrigrams()
340 if (tgcount >= base->n_counts[2]) { in ReadTrigrams()
368 model->lm3g.tseg_base[i] = tgcount; in ReadTrigrams()
375 tgoff = tgcount - model->lm3g.tseg_base[prev_seg]; in ReadTrigrams()
394 tgoff = tgcount - model->lm3g.tseg_base[prev_seg]; in ReadTrigrams()
411 tgcount++; in ReadTrigrams()
414 if ((tgcount & 0x0000ffff) == 0) { in ReadTrigrams()
425 model->lm3g.tseg_base[prev_bg >> LOG_BG_SEG_SZ] = tgcount; in ReadTrigrams()
426 if ((tgcount - model->lm3g.tseg_base[prev_bg >> LOG_BG_SEG_SZ]) > 65535) { in ReadTrigrams()
[all …]
H A Dngram_model_dmp.c486 int i, bgcount, tgcount, seg; in ngram_model_dmp_build() local
570 tgcount = (tgptr - model->lm3g.trigrams); in ngram_model_dmp_build()
583 model->lm3g.tseg_base[seg] = tgcount; in ngram_model_dmp_build()
585 bgptr->trigrams = tgcount - model->lm3g.tseg_base[seg]; in ngram_model_dmp_build()
602 tgcount, in ngram_model_dmp_build()
614 tgcount = tgptr - model->lm3g.trigrams; in ngram_model_dmp_build()
617 model->lm3g.tseg_base[seg] = tgcount; in ngram_model_dmp_build()
620 bgptr->trigrams = tgcount - model->lm3g.tseg_base[seg]; in ngram_model_dmp_build()
/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/lm/
H A Dngram_model_arpa.c287 int32 i, w1, w2, w3, prev_w1, prev_w2, tgcount, prev_bg, bg, endbg;
294 tgcount = 0;
340 if (tgcount >= base->n_counts[2]) {
368 model->lm3g.tseg_base[i] = tgcount;
375 tgoff = tgcount - model->lm3g.tseg_base[prev_seg];
394 tgoff = tgcount - model->lm3g.tseg_base[prev_seg];
411 tgcount++;
414 if ((tgcount & 0x0000ffff) == 0) {
425 model->lm3g.tseg_base[prev_bg >> LOG_BG_SEG_SZ] = tgcount;
426 if ((tgcount - model->lm3g.tseg_base[prev_bg >> LOG_BG_SEG_SZ]) > 65535) {
[all …]
H A Dngram_model_dmp.c486 int i, bgcount, tgcount, seg;
570 tgcount = (tgptr - model->lm3g.trigrams);
583 model->lm3g.tseg_base[seg] = tgcount;
585 bgptr->trigrams = tgcount - model->lm3g.tseg_base[seg];
602 tgcount,
614 tgcount = tgptr - model->lm3g.trigrams;
617 model->lm3g.tseg_base[seg] = tgcount;
620 bgptr->trigrams = tgcount - model->lm3g.tseg_base[seg];
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/liblm/
H A Dlm_3g.c574 tgcount = 0;
619 if (tgcount >= model->n_tg) {
661 model->tg_segbase[i] = tgcount;
669 tgoff = tgcount - model->tg_segbase[prev_seg];
678 tgoff, tgcount,
709 tgoff = tgcount - model->tg_segbase[prev_seg];
741 tgcount++;
755 if ((tgcount & 0x0000ffff) == 0) {
766 model->tg_segbase[prev_bg >> LOG2_BG_SEG_SZ] = tgcount;
774 tgcount,
[all …]
/dports/databases/postgis32/postgis-3.2.0/topology/sql/manage/
H A DTopologySummary.sql.in30 tgcount int4;
89 tgcount := rec.tn;
173 IF tgcount > 0 THEN -- {
/dports/databases/postgis30/postgis-3.0.4/topology/sql/manage/
H A DTopologySummary.sql.in30 tgcount int4;
89 tgcount := rec.tn;
173 IF tgcount > 0 THEN -- {
/dports/databases/postgis31/postgis-3.1.4/topology/sql/manage/
H A DTopologySummary.sql.in30 tgcount int4;
89 tgcount := rec.tn;
173 IF tgcount > 0 THEN -- {
/dports/databases/postgis25/postgis-2.5.5/topology/sql/manage/
H A DTopologySummary.sql.in30 tgcount int4;
89 tgcount := rec.tn;
173 IF tgcount > 0 THEN -- {