Home
last modified time | relevance | path

Searched refs:yold (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/guido/
H A Dpaint.py28 xold, yold = None, None variable
45 global b1, xold, yold
48 yold = None
52 global xold, yold
53 if xold is not None and yold is not None:
54 event.widget.create_line(xold,yold,event.x,event.y,smooth=TRUE)
57 yold = event.y
/dports/lang/python27/Python-2.7.18/Demo/tkinter/guido/
H A Dpaint.py28 xold, yold = None, None variable
45 global b1, xold, yold
48 yold = None
52 global xold, yold
53 if xold is not None and yold is not None:
54 event.widget.create_line(xold,yold,event.x,event.y,smooth=TRUE)
57 yold = event.y
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/processors/
H A Djuce_BallisticsFilter.cpp72 yold.resize (spec.numChannels); in prepare()
86 for (auto& old : yold) in reset()
93 jassert (isPositiveAndBelow (channel, yold.size())); in processSample()
100 SampleType cte = (inputValue > yold[(size_t) channel] ? cteAT : cteRL); in processSample()
102 SampleType result = inputValue + cte * (yold[(size_t) channel] - inputValue); in processSample()
103 yold[(size_t) channel] = result; in processSample()
114 for (auto& old : yold) in snapToZero()
/dports/devel/ncurses/ncurses-6.3/ncurses/tty/
H A Dlib_mvcur.c775 int yold, int xold, in onscreen_mvcur()
813 if (yold == -1 || xold == -1 || NOT_LOCAL(SP_PARM, yold, xold, ynew, xnew)) { in onscreen_mvcur()
829 yold, xold, in onscreen_mvcur()
840 yold, 0, in onscreen_mvcur()
875 && yold > 0 && cursor_left in onscreen_mvcur()
894 yold, xold, in onscreen_mvcur()
901 yold, 0, in onscreen_mvcur()
1002 yold += l; in _nc_real_mvcur()
1051 int yold, int xold, in NCURSES_SP_NAME()
1086 yold, xold, in TINFO_MVCUR()
[all …]
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dpoint_in_poly.cpp16 unsigned int xold,yold; in point_in_poly() local
26 yold=poly[npoints-1][1]; in point_in_poly()
33 y1=yold; in point_in_poly()
40 y2=yold; in point_in_poly()
48 yold=ynew; in point_in_poly()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dpoint_in_poly.cpp16 unsigned int xold,yold; in point_in_poly() local
26 yold=poly[npoints-1][1]; in point_in_poly()
33 y1=yold; in point_in_poly()
40 y2=yold; in point_in_poly()
48 yold=ynew; in point_in_poly()
/dports/biology/psi88/psi88/src/
H A Dpsplot.f164 common /cqpbnf/ xold,yold,fac,ires
166 real xold,yold,fac
254 yold = 0.0
286 common /cqpbnf/ xold,yold,fac,ires
288 real xold,yold,fac
343 yold = y
350 yold = 0.0
483 real xold,yold,fac
559 yold = y+(nch*ht*fac*sinang)
596 yold = y+(ht*fac*sinang)
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dzzchar.c57 static real xold, yold, xnew, ynew; in zzchar_() local
124 yold = *yp; in zzchar_()
155 yold = *yp + stl * ku[ipoint - 1] + ctl * kv[ipoint - 1]; in zzchar_()
165 zzline_(&xold, &yold, &xnew, &ynew); in zzchar_()
167 yold = ynew; in zzchar_()
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/src/fortran/
H A Dicse1.f16 &dm,yold,smold,yint,yerr,dif1,dif2,dif3,itu,dtu, argument
24 &fu(ny,nuc+nuv),ipv1(ny),dm(ny,ny),yold(ny),smold(ny),yint(ny),
31 call dcopy(ny,y0,1,yold,1)
77 & call icsef(indf,told,yold,u,u(luv),f,fy,fu,b,itu,dtu,
109 call icsef(indf,told,yold,u,u(luv),smold,fy,fu,b,itu,dtu,
131 call dcopy(ny,yold,1,yint,1)
171 call dcopy(ny,yold,1,yerr,1)
222 55 call dcopy(ny,yerr,1,yold,1)
223 call dcopy(ny,yold,1,ytot(1,kt),1)
/dports/math/R-cran-deldir/deldir/R/
H A DfindNewInOld.R1 findNewInOld <- function(xnew,xold,ynew,yold,tolerance=sqrt(.Machine$double.eps)) { argument
4 if(length(xnew) != length(ynew) | length(xold) != length(yold))
15 sfac <- max(1,mean(sqrt(xold^2+yold^2)))
22 yok <- abs(ynew[i] - yold[j]) < tol
/dports/science/tinker/tinker/source/
H A Dbaoab.f48 real*8, allocatable :: yold(:) local
69 allocate (yold(n))
94 yold(k) = y(k)
100 if (use_rattle) call rattle (dtr,xold,yold,zold)
125 yold(k) = y(k)
131 if (use_rattle) call rattle (dtr,xold,yold,zold)
153 deallocate (yold)
H A Dverlet.f39 real*8, allocatable :: yold(:) local
51 allocate (yold(n))
64 yold(k) = y(k)
87 if (use_rattle) call rattle (dt,xold,yold,zold)
127 deallocate (yold)
H A Dghmcstep.f56 real*8, allocatable :: yold(:) local
94 allocate (yold(n))
110 yold(k) = y(k)
119 if (use_rattle) call rattle (dt,xold,yold,zold)
166 y(k) = yold(k)
188 deallocate (yold)
H A Dbeeman.f50 real*8, allocatable :: yold(:) local
65 allocate (yold(n))
78 yold(k) = y(k)
102 if (use_rattle) call rattle (dt,xold,yold,zold)
143 deallocate (yold)
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_driver.c132 NCURSES_SP_NAME(mvcur) (SCREEN *sp, int yold, int xold, int ynew, int xnew) in NCURSES_SP_NAME()
136 (void *) sp, yold, xold, ynew, xnew)); in NCURSES_SP_NAME()
138 code = CallDriver_4(sp, td_hwcur, yold, xold, ynew, xnew); in NCURSES_SP_NAME()
144 mvcur(int yold, int xold, int ynew, int xnew) in mvcur() argument
147 return NCURSES_SP_NAME(mvcur) (CURRENT_SCREEN, yold, xold, ynew, xnew); in mvcur()
/dports/cad/netgen/netgen-6.2.2105/py_tutorials/
H A Dopengl_window.py7 yold = -1; variable in Window
39 self.mousefunc(self.xold,self.yold, x,y, self.mode) # 'm','z'
41 self.yold = y
46 self.yold = y
/dports/science/tinker/tinker/other/
H A Dnblist.full64 real*8 yold(maxatm)
67 save xold,yold,zold
116 yr = yi - yold(i)
173 real*8 yold(maxatm)
202 yold(i) = yi
247 real*8 yold(maxatm)
365 real*8 yold(maxatm)
368 save xold,yold,zold
493 yold(i) = yi
549 yold(i) = y(ii)
[all …]
/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DQProblemB.ipp409 inline void QProblemB::computeGivens( real_t xold, real_t yold, real_t& xnew, real_t& ynew,
415 if ( isZero( yold ) == BT_TRUE )
421 ynew = yold;
426 if ( getAbs( yold ) > mu )
427 mu = getAbs( yold );
429 t = mu * getSqrt( (xold/mu)*(xold/mu) + (yold/mu)*(yold/mu) );
435 s = yold/t;
456 xnew = xold*c + yold*s;
457 ynew = (xnew+xold)*nu - yold;
462 xnew = c*xold + s*yold;
[all …]
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DQProblemB.ipp415 if ( isZero( yold ) == BT_TRUE )
421 ynew = yold;
426 if ( getAbs( yold ) > mu )
427 mu = getAbs( yold );
429 t = mu * getSqrt( (xold/mu)*(xold/mu) + (yold/mu)*(yold/mu) );
435 s = yold/t;
447 inline void QProblemB::applyGivens( real_t c, real_t s, real_t nu, real_t xold, real_t yold,
456 xnew = xold*c + yold*s;
457 ynew = (xnew+xold)*nu - yold;
462 xnew = c*xold + s*yold;
[all …]
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/
H A Dfb_shmiggle.pm124 my($xold,$yold)= ($xf1+$xshift,$yf2-$yshift+1);
127 $poly->addPt($xold,$yold+1);
129 my @ally= ($yold);
145 ($xold,$yold)= ($x,$y);
150 ($xold,$yold)= ($allx[0],$ally[0]);
154 $gd->line($xold,$yold,$x,$y,$edgecolor);
155 ($xold,$yold)= ($x,$y);
198 $yold= $prevy[$en];
199 if( $yold<$y ) {
202 $gd->line($xold,$yold,$x,$y,$darkgrey);
/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dnutation.c377 double xold, yold, zold, x, y, z; in nut_eq() local
432 sphcart(*ra, *dec, 1.0, &xold, &yold, &zold); in nut_eq()
433 x = a[0][0] * xold + a[0][1] * yold + a[0][2] * zold; in nut_eq()
434 y = a[1][0] * xold + a[1][1] * yold + a[1][2] * zold; in nut_eq()
435 z = a[2][0] * xold + a[2][1] * yold + a[2][2] * zold; in nut_eq()
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dhpgl.c124 dev->yold = PL_UNDEFINED; in initialize_hpgl_pls()
257 if (xx1 != dev->xold || yy1 != dev->yold) in plD_line_hpgl()
265 dev->yold = yy2; in plD_line_hpgl()
282 if (xa[0] != dev->xold || ya[0] != dev->yold) in plD_polyline_hpgl()
291 dev->yold = ya[ npts - 1 ]; in plD_polyline_hpgl()
319 dev->yold = PL_UNDEFINED; in plD_bop_hpgl()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4c/
H A Ddk4itmin.c73 double yold, in dk4itmin_check_tolerances() argument
80 if ((!(isgreater(eps_y, 0.0))) || (isgreater(eps_y, fabs(y - yold)))) { in dk4itmin_check_tolerances()
113 double yold = 0.0; /* Previous probe value */ in dk4itmin_golden_section() local
172 yold = y; in dk4itmin_golden_section()
233 ctx->eps_y, y, yold, ctx->eps_x, x, xold in dk4itmin_golden_section()
/dports/math/octave/octave-6.4.0/scripts/ode/
H A Dodeplot.m82 persistent hlines num_lines told yold;
90 yold = [yold, y]; variable
92 set (hlines(i), "xdata", told, "ydata", yold(i,:));
102 yold = y(:); variable
104 hlines = plot (told, yold, "o-");
110 hlines = num_lines = told = yold = [];
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Ddates.cpp242 yold = Date(minDate-1).year(), in testConsistency() local
264 (dy == 1 && dyold == 365 && !Date::isLeap(yold)) || in testConsistency()
265 (dy == 1 && dyold == 366 && Date::isLeap(yold)))) in testConsistency()
272 if (!((d == dold+1 && m == mold && y == yold) || in testConsistency()
273 (d == 1 && m == mold+1 && y == yold) || in testConsistency()
274 (d == 1 && m == 1 && y == yold+1))) in testConsistency()
280 << dold<< "," << Integer(mold) << "," << yold); in testConsistency()
281 dold = d; mold = m; yold = y; in testConsistency()

123456789