Home
last modified time | relevance | path

Searched refs:nwd (Results 1 – 25 of 116) sorted by relevance

12345

/dports/cad/feappv/feappv-4.1i/program/
H A Dphelp.f2 subroutine phelp(cc,wd,ed,nwd,wrd) argument
28 integer i,j,ii,nwd,nsd local
29 integer ed(nwd)
30 character wd(nwd)*4,cc*4,sd(100)*4,temp*4, wrd*(*)
42 do i = 1,nwd
54 do i = 1,nwd
H A Dpmacio.f2 subroutine pmacio (jct,lct,ct,wd,ed,nwd,nlp,ll,prth) argument
36 integer nwd,nlp,nnx,ll,llo,l,i,lc,lo,j,k,is local
38 character lct(*)*15,wd(nwd)*4,clab(2)*15,vv(3)*15
39 integer jct(*),ed(nwd)
90 call phelp(clab(2),wd,ed,nwd,'MACR')
97 call histex(wd,clab(1),jct,lct,ct,nwd,nlp,nnx,ll,is)
126 call proced(clab(2),vv,wd,nwd,ll,jct,lct,ct,lzz,flg,1)
158 do j = 1,nwd
170 call proced(clab(1),vv,wd,nwd,ll,jct,lct,ct,lzz,flg,2)
H A Dsetmac.f2 subroutine setmac(yyy,wd,nwd,ll,jct,lct,lzz) argument
27 integer ll, i,j, nwd local
29 character clab1*4,clab2*15,wd(nwd)*4,lct(*)*15,xxx*45,yyy*80
58 do i = 1,nwd
H A Dproced.f2 subroutine proced (name,vv,wd,nwd,ll,jct,lct,ct,lzc,flg,iopl) argument
36 integer nwd,ll,iopl, i,j,n local
38 character mac*12,name*12,v(3)*15,wd(nwd)*4,lct(*)*15
97 do i = 1,nwd
163 call setmac(tx,wd,nwd,ll,jct,lct,lzc)
H A Dhistex.f2 subroutine histex(wd,clab1,jct,lct,ct,nwd,nlp,nnx,ll,is) argument
34 integer nwd,nlp,nnx,ll,i,is,n,nc local
35 character clab1*4,lct(*)*15,wd(nwd)*4,y*1
/dports/devel/py-marrow.util/marrow.util-1.2.3/marrow/util/context/
H A Dcwd.py20 def __init__(self, nwd=None): argument
22 self.nwd = nwd
26 if self.nwd: os.chdir(self.nwd)
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/liblm/
H A Dlmclass.c173 int32 lineno, nwd;
192 || ((nwd = str2words(line, word, 4096)) == 0))) {
199 if (nwd < 0)
202 if ((nwd != 2) || (strcmp(word[0], "LMCLASS") != 0))
230 || ((nwd = str2words(line, word, 4096)) == 0))) {
237 if ((nwd != 1) && (nwd != 2))
240 if ((nwd == 2) &&
245 if (nwd == 2) {
/dports/science/siesta/siesta-4.1.5/Util/COOP/
H A Dorbital_set.f9022 call txt2wrd (line, wrd, nwd, nlwmx)
23 if (nwd.gt.nlwmx) stop "* Groups per subset limit exceeded."
26 do iw=2,nwd
37 do iw=1,nwd
/dports/shells/ksh93/ast-93u/src/cmd/msgcc/
H A Dmsgadmin.sh124 else nwd=$dir/$locale/LC_MESSAGES
125 [[ -d $nwd ]] || $exec mkdir -p $nwd || exit
126 [[ -d $nwd ]] && { cd $nwd || exit; }
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/msgcc/
H A Dmsgadmin.sh124 else nwd=$dir/$locale/LC_MESSAGES
125 [[ -d $nwd ]] || $exec mkdir -p $nwd || exit
126 [[ -d $nwd ]] && { cd $nwd || exit; }
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/msggen/
H A Dmsgadmin.sh124 else nwd=$dir/$locale/LC_MESSAGES
125 [[ -d $nwd ]] || $exec mkdir -p $nwd || exit
126 [[ -d $nwd ]] && { cd $nwd || exit; }
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Ddict.c153 int32 lineno, nwd;
170 if ((nwd = str2words(li->buf, wptr, maxwd)) < 0) {
172 nwd = str2words(li->buf, NULL, 0);
173 assert(nwd > maxwd); /* why else would it fail? */
174 maxwd = nwd;
179 if (nwd == 0) /* Empty line */
182 if (nwd == 1) {
190 for (i = 1; i < nwd; i++) {
199 if (i == nwd) { /* All CI-phones successfully converted to IDs */
200 w = dict_add_word(d, wptr[0], p, nwd - 1);
/dports/devel/9base/9base-6/troff/
H A Dn7.c91 --nwd; in tbreak()
117 ne = nwd = 0; in tbreak()
227 if (nwd == 1) in text()
230 adsp = nel / (nwd - 1); in text()
232 adrem = nel - adsp*(nwd-1); in text()
265 nwd = 10000; in nofill()
553 if (!nwd) { in movword()
585 nwd++; in movword()
593 if (!nwd) in movword()
601 if (!nwd) in movword()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dn7.c92 --nwd; in tbreak()
118 ne = nwd = 0; in tbreak()
228 if (nwd == 1) in text()
231 adsp = nel / (nwd - 1); in text()
233 adrem = nel - adsp*(nwd-1); in text()
266 nwd = 10000; in nofill()
554 if (!nwd) { in movword()
586 nwd++; in movword()
594 if (!nwd) in movword()
602 if (!nwd) in movword()
[all …]
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/
H A Dn7.c210 --nwd; in tbreak()
263 ne = nwd = 0; in tbreak()
475 nwd = 10000; in nofill()
997 if (!nwd) { in movword()
1050 lspnc - (nwd ? nwd : 1) > 0)) { in movword()
1074 if (!nwd) in movword()
1104 if (!nwd) in movword()
1167 nwd++; in movword()
1360 if (!nwd) in getword()
1698 nsp = nwd == 1 ? nwd : nwd - 1; in letshrink()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Ddict.c155 int32 lineno, nwd; in dict_read() local
172 if ((nwd = str2words(li->buf, wptr, maxwd)) < 0) { in dict_read()
174 nwd = str2words(li->buf, NULL, 0); in dict_read()
175 assert(nwd > maxwd); /* why else would it fail? */ in dict_read()
176 maxwd = nwd; in dict_read()
181 if (nwd == 0) /* Empty line */ in dict_read()
184 if (nwd == 1) { in dict_read()
192 for (i = 1; i < nwd; i++) { in dict_read()
201 if (i == nwd) { /* All CI-phones successfully converted to IDs */ in dict_read()
202 w = dict_add_word(d, wptr[0], p, nwd - 1); in dict_read()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_cafe_pardif.F3 + mwh,nwh,nhp,angw,mwd,nwd,ndp,dihw,mwo,nwo,nop,oopw, argument
13 integer nwb,nwh,nwd,nwo local
H A Dargos_prepare_topsiz.F13 integer nwb,nwh,nwd,nwo,nwt,nwn,nsb,nsh,nsd,nso,nst,nsx
46 read(lfntop,1002) nwa,nwb,nwh,nwd,nwo,nwt,nwn
H A Dargos_prep_topsiz.F13 integer nwb,nwh,nwd,nwo,nwt,nwn,nsb,nsh,nsd,nso,nst,nsx
46 read(lfntop,1002) nwa,nwb,nwh,nwd,nwo,nwt,nwn
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_cafe_pardif.F3 + mwh,nwh,nhp,angw,mwd,nwd,ndp,dihw,mwo,nwo,nop,oopw,
13 integer nwb,nwh,nwd,nwo
H A Dargos_prep_topsiz.F13 integer nwb,nwh,nwd,nwo,nwt,nwn,nsb,nsh,nsd,nso,nst,nsx
46 read(lfntop,1002) nwa,nwb,nwh,nwd,nwo,nwt,nwn
H A Dargos_prepare_topsiz.F13 integer nwb,nwh,nwd,nwo,nwt,nwn,nsb,nsh,nsd,nso,nst,nsx
46 read(lfntop,1002) nwa,nwb,nwh,nwd,nwo,nwt,nwn
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/prepar/
H A Dpre_topsiz.F13 integer nwb,nwh,nwd,nwo,nwt,nwn,nsb,nsh,nsd,nso,nst,nsx
46 read(lfntop,1002) nwa,nwb,nwh,nwd,nwo,nwt,nwn
/dports/science/nwchem-data/nwchem-7.0.2-release/src/prepar/
H A Dpre_topsiz.F13 integer nwb,nwh,nwd,nwo,nwt,nwn,nsb,nsh,nsd,nso,nst,nsx
46 read(lfntop,1002) nwa,nwb,nwh,nwd,nwo,nwt,nwn
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libdict/
H A Ddict.c231 int32 lineno, nwd; in dict_read() local
246 if ((nwd = str2words(line, wptr, maxwd)) < 0) in dict_read()
250 if (nwd == 0) /* Empty line */ in dict_read()
253 if (nwd == 1) { in dict_read()
260 for (i = 1; i < nwd; i++) { in dict_read()
269 if (i == nwd) { /* All CI-phones successfully converted to IDs */ in dict_read()
270 w = dict_add_word(d, wptr[0], p, nwd - 1); in dict_read()

12345