Home
last modified time | relevance | path

Searched refs:lineq (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dqix.c120 XPoint *lineq, *points; member
141 if (qp->lineq != NULL) { in free_qix_screen()
142 free(qp->lineq); in free_qix_screen()
251 if (qp->lineq) { in init_qix()
252 free(qp->lineq); in init_qix()
266 qp->lineq[i].x = qp->lineq[i].y = -1; /* move initial point off screen */ in init_qix()
340 qp->lineq[qp->first].x, qp->lineq[qp->first].y, in draw_qix()
452 qp->lineq[j + k].x, in draw_qix()
453 qp->lineq[j + k].y, in draw_qix()
454 qp->lineq[j + l].x, in draw_qix()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/tests/constraints/
H A Dtstlinear.C19 void PrintConstr(LinearInequality& lineq, SerialDenseVector<int,double>& x);
70 void PrintConstr(LinearInequality& lineq, SerialDenseVector<int,double>& x) { in PrintConstr() argument
74 int num_constr = lineq.getNumOfCons(); in PrintConstr()
75 int num_var = lineq.getNumOfVars(); in PrintConstr()
76 SerialDenseVector<int,double> lower = lineq.getLower(); in PrintConstr()
77 SerialDenseVector<int,double> upper = lineq.getUpper(); in PrintConstr()
78 SerialDenseVector<int,double> residual = lineq.evalResidual(x); in PrintConstr()
79 SerialDenseVector<int,double> Ax = lineq.evalAx(x); in PrintConstr()
80 bool feasible = lineq.amIFeasible(x,eps); in PrintConstr()
/dports/math/optpp/optpp-2.4/tests/constraints/
H A Dtstlinear.C20 void PrintConstr(LinearInequality& lineq, ColumnVector& x);
64 void PrintConstr(LinearInequality& lineq, ColumnVector& x) { in PrintConstr() argument
68 int num_constr = lineq.getNumOfCons(); in PrintConstr()
69 int num_var = lineq.getNumOfVars(); in PrintConstr()
70 ColumnVector lower = lineq.getLower(); in PrintConstr()
71 ColumnVector upper = lineq.getUpper(); in PrintConstr()
72 ColumnVector residual = lineq.evalResidual(x); in PrintConstr()
73 ColumnVector Ax = lineq.evalAx(x); in PrintConstr()
74 bool feasible = lineq.amIFeasible(x,eps); in PrintConstr()
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A DPATCH-pmx270.for-181 call getchar(lineq,iccount,durq)
89 call getchar(lineq,iccount,durq)
98 call getchar(lineq,iccount,durq)
100 call errmsg(lineq,iccount,ibarcnt-ibaroff+nbars+1,
106 call getchar(lineq,iccount,durq)
108 call errmsg(lineq,iccount,ibarcnt-ibaroff+nbars+1,
115 call getchar(lineq,iccount,durq)
117 call errmsg(lineq,iccount,ibarcnt-ibaroff+nbars+1,
123 call getchar(lineq,iccount,durq)
132 call getchar(lineq,iccount,durq)
[all …]
H A Dpmxab.c5625 ici__1.iciunit = lineq + i__1; in checkdyn_()
12134 static char lineq[128]; in g1etnote_() local
16075 static char lineq[128]; in g1etset_() local
16110 getbuf_(lineq, (ftnlen)128); in g1etset_()
16231 getbuf_(lineq, (ftnlen)128); in g1etset_()
16575 ici__1.iciunit = lineq + i__1; in getdyn_()
17815 do_fio(&c__1, lineq, lenstr_(lineq, &c__128, (ftnlen)128)); in getnote_()
21840 static char lineq[128]; in getset_() local
21881 getbuf_(lineq, (ftnlen)128); in getset_()
35237 getbuf_(lineq, (ftnlen)128); in readin_()
[all …]
H A Dpmx270.for3203 character*128 lineq local
3480 character*128 lineq local
3536 character*128 lineq
7520 lineq = lineq(1:iccount)//' /'
10146 9 call getbuf(lineq)
10244 6 call getbuf(lineq)
10267 8 call getbuf(lineq)
11445 if (islast) write(11,'(a)')lineq(1:lenstr(lineq,128))
14233 9 call getbuf(lineq)
22342 c Reads a piece of setup data from file lineq, gets a new lineq from
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/common/x86/
H A Dvp9_high_intrapred_sse2.asm275 mov lineq, -2
283 movq m1, [leftq+lineq*4]
298 inc lineq
316 mov lineq, -4
325 movd m1, [leftq+lineq*4]
342 inc lineq
362 mov lineq, -8
372 movd m2, [leftq+lineq*4]
397 inc lineq
418 mov lineq, -16
[all …]
H A Dvp9_intrapred_sse2.asm527 mov lineq, -2
531 movd m2, [leftq+lineq*2]
544 inc lineq
557 mov lineq, -4
562 movd m2, [leftq+lineq*2]
576 inc lineq
590 mov lineq, -8
596 movd m2, [leftq+lineq*2]
613 inc lineq
631 mov lineq, -16
[all …]
/dports/shells/fish/fish-3.3.1/build_tools/
H A Dlittlecheck.py400 lineq = lines[::-1]
405 while lineq and checkq:
406 line = lineq[-1]
412 lineq.pop()
416 lineq.pop()
422 lineq.pop()
426 while lineq and lineq[-1].is_empty_space():
427 lineq.pop()
430 for i in lineq[::-1]:
450 elif lineq:
[all …]
/dports/games/leela-zero/leela-zero-0.17/training/tf/
H A Dquantize_weights.py40 lineq = list(map(format_n, line)) variable
43 e = sum((float(line[i]) - float(lineq[i]))**2 for i in range(len(line)))
45 output.write(' '.join(lineq) + '\n')
/dports/editors/kak-lsp/kak-lsp-11.1.0/test/
H A Dlittlecheck.py399 lineq = lines[::-1]
404 while lineq and checkq:
405 line = lineq[-1]
411 lineq.pop()
415 lineq.pop()
421 lineq.pop()
425 while lineq and lineq[-1].is_empty_space():
426 lineq.pop()
429 for i in lineq[::-1]:
449 elif lineq:
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/solvation/
H A Dcosmo_params.fh6 integer do_cosmo_model,lineq,minbem,maxbem,ificos,ifscrn,
9 common/hnd_cosmod/do_cosmo_model,lineq,minbem,maxbem,
H A Dcosmo_initialize.F260 lineq =-1 ! 0: direct solver, 1: iterative solver
314 status = rtdb_get(rtdb,'cosmo:lineq',mt_int,1,lineq)
548 if ((nefc.ge.7500).and.(lineq.eq.-1)) then
549 lineq = 1
550 elseif (lineq.ne.1) then
551 lineq = 0
555 write(luout,9993) lineq
/dports/science/nwchem-data/nwchem-7.0.2-release/src/solvation/
H A Dcosmo_params.fh6 integer do_cosmo_model,lineq,minbem,maxbem,ificos,ifscrn,
9 common/hnd_cosmod/do_cosmo_model,lineq,minbem,maxbem,
/dports/devel/R-cran-proto/proto/demo/
H A Dproto-vignette.R177 lineq <- proto(eq = "6*x + 12 - 10*x/4 = 2*x",
184 lineq$print()
186 lineq2 <- lineq$proto(eq = "2*x = 7*x-12+x")
189 Lineq <- lineq
/dports/science/nwchem-data/nwchem-7.0.2-release/doc/user/
H A Dcosmo.tex78 [lineq <integer lineq default 1>]
146 The \verb+lineq+ parameter serves to select the numerical algorithm to solve
148 the polarization of the medium. ``{\tt lineq 0}'' selects an iterative method
149 (default), ``{\tt lineq 1}'' selects a dense matrix linear equation solver.
175 lineq 0
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/doc/user/
H A Dcosmo.tex78 [lineq <integer lineq default 1>]
146 The \verb+lineq+ parameter serves to select the numerical algorithm to solve
148 the polarization of the medium. ``{\tt lineq 0}'' selects an iterative method
149 (default), ``{\tt lineq 1}'' selects a dense matrix linear equation solver.
175 lineq 0
/dports/net/drawterm/drawterm/kern/
H A Ddevcons.c13 Queue* lineq; /* processed console input */ variable
90 lineq = qopen(2*1024, 0, 0, nil); in printinit()
91 if(lineq == nil) in printinit()
93 qnoblock(lineq, 1); in printinit()
679 if(qcanread(lineq)) in consread()
680 n = qread(lineq, buf, n); in consread()
691 while(!qcanread(lineq)) { in consread()
713 qwrite(lineq, kbd.line, kbd.x); in consread()
717 n = qread(lineq, buf, n); in consread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/x86/
H A Dhighbd_intrapred_sse2.asm311 mov lineq, -4
320 movd m1, [leftq+lineq*4]
321 movd m2, [leftq+lineq*4+2]
337 inc lineq
356 mov lineq, -8
382 inc lineq
405 mov lineq, -16
451 inc lineq
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_intrapred_sse2.asm311 mov lineq, -4
320 movd m1, [leftq+lineq*4]
321 movd m2, [leftq+lineq*4+2]
337 inc lineq
356 mov lineq, -8
382 inc lineq
405 mov lineq, -16
451 inc lineq
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/x86/
H A Dhighbd_intrapred_sse2.asm311 mov lineq, -4
320 movd m1, [leftq+lineq*4]
321 movd m2, [leftq+lineq*4+2]
337 inc lineq
356 mov lineq, -8
382 inc lineq
405 mov lineq, -16
451 inc lineq
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/x86/
H A Dhighbd_intrapred_sse2.asm311 mov lineq, -4
320 movd m1, [leftq+lineq*4]
321 movd m2, [leftq+lineq*4+2]
337 inc lineq
356 mov lineq, -8
382 inc lineq
405 mov lineq, -16
451 inc lineq
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/x86/
H A Dhighbd_intrapred_sse2.asm311 mov lineq, -4
320 movd m1, [leftq+lineq*4]
321 movd m2, [leftq+lineq*4+2]
337 inc lineq
356 mov lineq, -8
382 inc lineq
405 mov lineq, -16
451 inc lineq
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_intrapred_sse2.asm311 mov lineq, -4
320 movd m1, [leftq+lineq*4]
321 movd m2, [leftq+lineq*4+2]
337 inc lineq
356 mov lineq, -8
382 inc lineq
405 mov lineq, -16
451 inc lineq
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/
H A Dhighbd_intrapred_sse2.asm311 mov lineq, -4
320 movd m1, [leftq+lineq*4]
321 movd m2, [leftq+lineq*4+2]
337 inc lineq
356 mov lineq, -8
382 inc lineq
405 mov lineq, -16
451 inc lineq

1234567