Home
last modified time | relevance | path

Searched refs:nwl (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/cad/jspice3/jspice3-2.5/src/lib/cp/
H A Dbackq.c31 wordlist *wl, *nwl, *owl, *wlist; local
60 if (!(nwl = backeval(buf)) || !nwl->wl_word) {
67 if (nwl->wl_word) {
68 (void) strcat(buf, nwl->wl_word);
69 tfree(nwl->wl_word);
71 nwl->wl_word = copy(buf);
74 wl = wl_splice(wl, nwl);
76 wlist = nwl;
H A Dwlist.c66 register wordlist *wl, *nwl = NULL, *w; local
69 if (nwl == NULL) {
70 nwl = w = alloc(struct wordlist);
79 return (nwl);
181 wl_append(wlist, nwl) in wl_append() argument
183 wordlist *wlist, *nwl; in wl_append()
187 return (nwl);
188 if (nwl == NULL)
191 wl->wl_next = nwl;
192 nwl->wl_prev = wl;
H A Dglob.c69 wordlist *wl, *w, *nwl, *wlist; local
85 nwl = wl_splice(wl, w);
88 wl = nwl;
119 nwl = wl_splice(wl, w);
122 wl = nwl;
161 wordlist *words, *wl, *w, *nw, *nwl, *newwl; local
169 nwl = brac2(s);
188 for (w = nwl; w; w = w->wl_next) {
215 wordlist *wlist = NULL, *nwl; local
244 nwl = brac1(buf);
[all …]
H A Dalias.c30 wordlist *realw, *nwl, *nextc, *end; local
74 nwl = asubst(comm);
75 if (nwl == NULL)
77 if (eq(nwl->wl_word, comm->wl_word)) {
80 comm = nwl;
85 comm = nwl;
H A Dhistory.c55 wordlist *nwl, *w, *n, *wlist; local
87 nwl = wl_splice(w, n);
90 w = nwl;
109 wordlist *wl, *nwl; local
185 nwl = dohmod(&string, wl_copy(wl));
186 if (!nwl)
189 for (wl = nwl; wl->wl_next; wl = wl->wl_next)
195 return (nwl);
/dports/cad/ngspice_rework/ngspice-35/src/frontend/parser/
H A Dbackq.c23 wordlist *wl, *nwl; in cp_bquote() local
49 if ((nwl = backeval(buf)) == NULL) { in cp_bquote()
54 if (nwl->wl_word) { in cp_bquote()
55 (void) strcat(buf, nwl->wl_word); in cp_bquote()
56 tfree(nwl->wl_word); in cp_bquote()
58 nwl->wl_word = copy(buf); in cp_bquote()
61 wl = wl_splice(wl, nwl); in cp_bquote()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/pmrrr/src/lapack/
H A Dodrrd.c45 int nwl; in odrrd() local
425 nwl = iwork[1]; in odrrd()
432 nwl = iwork[2]; in odrrd()
439 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) { in odrrd()
456 nwl = 0; in odrrd()
469 ++nwl; in odrrd()
559 nwl += in; in odrrd()
582 nwl += iwork[1]; in odrrd()
633 idiscl = *il - 1 - nwl; in odrrd()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcom_alias.c84 wordlist *nwl = asubst(comm); in cp_doalias() local
85 if (nwl == NULL) in cp_doalias()
87 if (eq(nwl->wl_word, comm->wl_word)) { in cp_doalias()
90 comm = nwl; in cp_doalias()
94 comm = nwl; in cp_doalias()
H A Dcom_history.c59 wordlist *nwl, *w, *n; in cp_histsubst() local
86 nwl = wl_splice(w, n); in cp_histsubst()
89 w = nwl; in cp_histsubst()
106 wordlist *wl, *nwl; in dohsubst() local
180 nwl = dohmod(&string, wl_copy(wl)); in dohsubst()
181 if (!nwl) in dohsubst()
186 for (wl = nwl; wl->wl_next; wl = wl->wl_next) in dohsubst()
193 return (nwl); in dohsubst()
/dports/math/igraph/igraph-0.9.5/vendor/lapack/
H A Ddlarrd.c363 integer nwl; in igraphdlarrd_() local
545 nwl = iwork[1]; in igraphdlarrd_()
552 nwl = iwork[2]; in igraphdlarrd_()
559 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) { in igraphdlarrd_()
576 nwl = 0; in igraphdlarrd_()
589 ++nwl; in igraphdlarrd_()
679 nwl += in; in igraphdlarrd_()
702 nwl += iwork[1]; in igraphdlarrd_()
753 idiscl = *il - 1 - nwl; in igraphdlarrd_()
H A Ddstebz.c304 integer nwl; in igraphdstebz_() local
544 nwl = iwork[1]; in igraphdstebz_()
551 nwl = iwork[2]; in igraphdstebz_()
557 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) { in igraphdstebz_()
601 nwl = 0; in igraphdstebz_()
616 ++nwl; in igraphdstebz_()
675 nwl += in; in igraphdstebz_()
695 nwl += iwork[1]; in igraphdstebz_()
743 idiscl = *il - 1 - nwl; in igraphdstebz_()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/linearalgebra/gmx_lapack/
H A Ddstebz.cpp40 int nwl; in F77_FUNC() local
215 nwl = iwork[1]; in F77_FUNC()
222 nwl = iwork[2]; in F77_FUNC()
228 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) { in F77_FUNC()
267 nwl = 0; in F77_FUNC()
280 ++nwl; in F77_FUNC()
326 nwl += in; in F77_FUNC()
343 nwl += iwork[1]; in F77_FUNC()
377 idiscl = *il - 1 - nwl; in F77_FUNC()
H A Dsstebz.cpp40 int nwl; in F77_FUNC() local
215 nwl = iwork[1]; in F77_FUNC()
222 nwl = iwork[2]; in F77_FUNC()
228 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) { in F77_FUNC()
267 nwl = 0; in F77_FUNC()
280 ++nwl; in F77_FUNC()
326 nwl += in; in F77_FUNC()
343 nwl += iwork[1]; in F77_FUNC()
377 idiscl = *il - 1 - nwl; in F77_FUNC()
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Ddlarrd.c329 integer nwl; in dlarrd_() local
539 nwl = iwork[1]; in dlarrd_()
548 nwl = iwork[2]; in dlarrd_()
555 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) in dlarrd_()
577 nwl = 0; in dlarrd_()
593 ++nwl; in dlarrd_()
693 nwl += in; in dlarrd_()
714 nwl += iwork[1]; in dlarrd_()
769 idiscl = *il - 1 - nwl; in dlarrd_()
H A Dslarrd.c329 integer nwl; in slarrd_() local
539 nwl = iwork[1]; in slarrd_()
548 nwl = iwork[2]; in slarrd_()
555 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) in slarrd_()
577 nwl = 0; in slarrd_()
593 ++nwl; in slarrd_()
693 nwl += in; in slarrd_()
714 nwl += iwork[1]; in slarrd_()
769 idiscl = *il - 1 - nwl; in slarrd_()
H A Dsstebz.c271 integer nwl; in sstebz_() local
533 nwl = iwork[1]; in sstebz_()
542 nwl = iwork[2]; in sstebz_()
547 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) in sstebz_()
596 nwl = 0; in sstebz_()
612 ++nwl; in sstebz_()
680 nwl += in; in sstebz_()
695 nwl += iwork[1]; in sstebz_()
740 idiscl = *il - 1 - nwl; in sstebz_()
H A Ddstebz.c271 integer nwl; in dstebz_() local
533 nwl = iwork[1]; in dstebz_()
542 nwl = iwork[2]; in dstebz_()
547 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) in dstebz_()
596 nwl = 0; in dstebz_()
612 ++nwl; in dstebz_()
680 nwl += in; in dstebz_()
695 nwl += iwork[1]; in dstebz_()
740 idiscl = *il - 1 - nwl; in dstebz_()
/dports/science/ergo/ergo-3.8/source/matrix/template_lapack/lapack/
H A Dtemplate_lapack_larrd.h61 integer nwl; in template_lapack_larrd() local
442 nwl = iwork[1]; in template_lapack_larrd()
449 nwl = iwork[2]; in template_lapack_larrd()
456 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) { in template_lapack_larrd()
473 nwl = 0; in template_lapack_larrd()
486 ++nwl; in template_lapack_larrd()
576 nwl += in; in template_lapack_larrd()
599 nwl += iwork[1]; in template_lapack_larrd()
650 idiscl = *il - 1 - nwl; in template_lapack_larrd()
H A Dtemplate_lapack_stebz.h241 integer nwl; in template_lapack_stebz() local
449 nwl = iwork[1]; in template_lapack_stebz()
456 nwl = iwork[2]; in template_lapack_stebz()
462 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) { in template_lapack_stebz()
506 nwl = 0; in template_lapack_stebz()
521 ++nwl; in template_lapack_stebz()
580 nwl += in; in template_lapack_stebz()
600 nwl += iwork[1]; in template_lapack_stebz()
648 idiscl = *il - 1 - nwl; in template_lapack_stebz()
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dfft_base.f9083 minval(dfftp%ngl), minval(dffts%ngl), minval(dffts%nwl)
86 maxval(dfftp%ngl), maxval(dffts%ngl), maxval(dffts%nwl)
90 sum(dfftp%ngl), sum(dffts%ngl), sum(dffts%nwl)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/
H A Ddstebz.c36 static integer nwl; in dstebz_() local
445 nwl = iwork[1]; in dstebz_()
452 nwl = iwork[2]; in dstebz_()
458 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) { in dstebz_()
502 nwl = 0; in dstebz_()
517 ++nwl; in dstebz_()
576 nwl += in; in dstebz_()
596 nwl += iwork[1]; in dstebz_()
644 idiscl = *il - 1 - nwl; in dstebz_()
H A Dsstebz.c36 static integer nwl; in sstebz_() local
445 nwl = iwork[1]; in sstebz_()
452 nwl = iwork[2]; in sstebz_()
458 if (nwl < 0 || nwl >= *n || nwu < 1 || nwu > *n) { in sstebz_()
502 nwl = 0; in sstebz_()
517 ++nwl; in sstebz_()
576 nwl += in; in sstebz_()
596 nwl += iwork[1]; in sstebz_()
644 idiscl = *il - 1 - nwl; in sstebz_()
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/machines/bobcat/
H A Dinstr1.scm127 ((? bd) (? bdtype nwl)) (? memtype)
129 ((? od) (? odtype nwl)))
136 ((? bd) (? bdtype nwl)) (? memtype)
138 ((? od) (? odtype nwl)))
145 ((? bd) (? bdtype nwl)) (? memtype)
147 ((? od) (? odtype nwl)))
154 ((? bd) (? bdtype nwl)) (? memtype)
156 ((? od) (? odtype nwl)))
201 (define-symbol-transformer nwl (N . 1) (W . 2) (L . 3)) unknown
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/tools/
H A Dmunch.c23 int rl, p , nwl; in main() local
126 nwl = strlen(nword); in main()
148 expand_rootword(nword,nwl,as); in main()
158 if (nwl < rl) { in main()
159 rl = nwl; in main()
505 int nwl; in aff_chk() local
519 nwl = strlen(nword); in aff_chk()
521 suf_chk(nword,nwl,stable[i].aep, stable[i].num, roots[j].prefix, XPRODUCT); in aff_chk()
756 int nwl; in expand_rootword() local
772 nwl = strlen(wlist[j].word); in expand_rootword()
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/myspell/
H A Dmunch.c61 int rl, p , nwl; in main() local
159 nwl = strlen(nword); in main()
181 expand_rootword(nword,nwl,as,al); in main()
191 if (nwl < rl) { in main()
192 rl = nwl; in main()
538 int nwl; in aff_chk() local
552 nwl = strlen(nword); in aff_chk()
554 suf_chk(nword,nwl,stable[i].aep, stable[i].num, roots[j].prefix, XPRODUCT); in aff_chk()
786 int nwl; in expand_rootword() local
802 nwl = strlen(wlist[j].word); in expand_rootword()
[all …]

12345678910>>...16