Home
last modified time | relevance | path

Searched refs:maxnw (Results 1 – 5 of 5) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/fortran/
H A Dhessl2.f70 & maxnv,maxnw) argument
78 integer maxnv(nq),maxnw(nq,nq) local
126 maxnw(i,j)=nw
137 if (maxnw(i,j).gt.maxnw(j,i)) then
138 maxij=maxnw(i,j)
139 minij=maxnw(j,i)
143 else if (maxnw(i,j).lt.maxnw(j,i)) then
144 maxij=maxnw(j,i)
145 minij=maxnw(i,j)
150 maxij=maxnw(i,j)
/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Ddfa_decode.c89 dfa_firstwords(NEXTWORD **nw, int peseqlen, int maxnw, RecogProcess *r) in dfa_firstwords() argument
116 if (num >= maxnw) return -1; /* buffer overflow */ in dfa_firstwords()
155 dfa_nextwords(NODE *hypo, NEXTWORD **nw, int maxnw, RecogProcess *r) in dfa_nextwords() argument
179 if (num >= maxnw) return -1; /* buffer overflow */ in dfa_nextwords()
191 if (num >= maxnw) return -1; /* buffer overflow */ in dfa_nextwords()
H A Dngram_decode.c496 ngram_firstwords(NEXTWORD **nw, int peseqlen, int maxnw, RecogProcess *r) in ngram_firstwords() argument
563 ngram_nextwords(NODE *hypo, NEXTWORD **nw, int maxnw, RecogProcess *r) in ngram_nextwords() argument
/dports/audio/julius/julius-4.1.2/gramtools/generate/
H A Dgen_next.c22 int maxnw; in nw_malloc() local
24 maxnw = winfo->num * 2; /* NOISE$B$rHt$P$9J,(B */ in nw_malloc()
26 nw = (NEXTWORD **)malloc(maxnw * sizeof(NEXTWORD *)); in nw_malloc()
27 nwtmp = (NEXTWORD *)malloc(maxnw * sizeof(NEXTWORD)); in nw_malloc()
29 for (i=1;i<maxnw; i++) { in nw_malloc()
/dports/audio/julius/julius-4.1.2/libjulius/include/julius/
H A Dextern.h93 int ngram_firstwords(NEXTWORD **nw, int peseqlen, int maxnw, RecogProcess *r);
94 int ngram_nextwords(NODE *hypo, NEXTWORD **nw, int maxnw, RecogProcess *r);
96 int dfa_firstwords(NEXTWORD **nw, int peseqlen, int maxnw, RecogProcess *r);
97 int dfa_nextwords(NODE *hypo, NEXTWORD **nw, int maxnw, RecogProcess *r);