Home
last modified time | relevance | path

Searched refs:totalnum (Results 1 – 25 of 119) sorted by relevance

12345

/dports/audio/julius/julius-4.1.2/libsent/src/ngram/
H A Dngram_read_bin.c265 rdn(fp, &(ndata->d[n].totalnum), sizeof(NNID), 1); in ngram_read_bin_v5()
267 ndata->max_word_num = ndata->d[0].totalnum; in ngram_read_bin_v5()
321 rdn(fp, t->prob, sizeof(LOGPROB), t->totalnum); in ngram_read_bin_v5()
380 ndata->max_word_num = ndata->d[0].totalnum; in ngram_read_bin_compat()
390 if (ndata->d[n].totalnum >= NNID_MAX_24) { in ngram_read_bin_compat()
438 t->context_num = t->totalnum; in ngram_read_bin_compat()
448 rdn(fp, t->prob, sizeof(LOGPROB), t->totalnum); in ngram_read_bin_compat()
505 tt->context_num = tt->totalnum; in ngram_read_bin_compat()
529 rdn(fp, ndata->p_2, sizeof(LOGPROB), tt->totalnum); in ngram_read_bin_compat()
530 rdn(fp, tt->prob, sizeof(LOGPROB), tt->totalnum); in ngram_read_bin_compat()
[all …]
H A Dngram_util.c57 size += unit * t->totalnum; in get_ngram_tuple_bytes()
63 size += unit * t->totalnum; in get_ngram_tuple_bytes()
99 …fprintf(fp, "\t %d-gram entries = %10lu (%5.1f MB)", i+1, ndata->d[i].totalnum, get_ngram_tuple_… in print_ngram_info()
100 if (ndata->d[i].bo_wt != NULL && ndata->d[i].totalnum != ndata->d[i].context_num) { in print_ngram_info()
101 … fprintf(fp, " (%d%% are valid contexts)", ndata->d[i].context_num * 100 / ndata->d[i].totalnum); in print_ngram_info()
107 fprintf(fp, "\tLR 2-gram entries= %10lu (%5.1f MB)\n", ndata->d[1].totalnum, in print_ngram_info()
108 … (sizeof(LOGPROB) * ndata->d[1].totalnum + sizeof(LOGPROB) * ndata->d[0].context_num) / 1048576.0); in print_ngram_info()
H A Dngram_read_arpa.c122 t->prob = (LOGPROB *)mymalloc_big(sizeof(LOGPROB), t->totalnum); in set_unigram()
123 t->bo_wt = (LOGPROB *)mymalloc_big(sizeof(LOGPROB), t->totalnum); in set_unigram()
124 t->context_num = t->totalnum; in set_unigram()
176 if (nid != t->totalnum) { in set_unigram()
491 if (nnid > t->totalnum) { in set_ngram()
505 if (t->bo_wt != NULL) t->context_num = t->totalnum; in set_ngram()
557 if (ndata->d[i].totalnum != num[i]) { in ngram_read_arpa()
590 ndata->d[i].totalnum = num[i]; in ngram_read_arpa()
594 if (ndata->d[0].totalnum > MAX_WORD_NUM) { in ngram_read_arpa()
598 ndata->max_word_num = ndata->d[0].totalnum; in ngram_read_arpa()
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/system/cpu/
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/system/cpu/
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/system/cpu/
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/system/cpu/
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/system/cpu/
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/system/cpu/
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/system/cpu/
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/system/cpu/
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/system/cpu/
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/system/cpu/
H A Dcpucounters_linux.go73 totalnum := c.tail - c.head
74 if totalnum < 0 {
75 totalnum += maxHistory
77 if totalnum < 2 {
81 if totalnum-1 < period {
82 period = totalnum - 1
H A Dcpucounters_windows.go49 totalnum := c.tail - c.head
50 if totalnum < 0 {
51 totalnum += maxHistory
53 if totalnum < minimumSampleCount {
58 if totalnum-1 < period {
59 period = totalnum - 1
/dports/converters/mmencode/mm2.7/src/bin/
H A Dshowpartial60 set limit=$totalnum
69 if ($found == $totalnum) then
74 echo All parts of this ${totalnum}-part message have now been read.
77 echo You will have to read all $totalnum parts again to see the full message again.
85 if (${totalnum} == -1) then
88 echo So far you have only read $found of the $totalnum parts of this message.
/dports/mail/metamail/mm2.7/src/bin/
H A Dshowpartial96 set limit=$totalnum
105 if ($found == $totalnum) then
110 echo All parts of this ${totalnum}-part message have now been read.
113 echo You will have to read all $totalnum parts again to see the full message again.
121 if (${totalnum} == -1) then
124 echo So far you have only read $found of the $totalnum parts of this message.

12345