Home
last modified time | relevance | path

Searched refs:oldx0 (Results 1 – 8 of 8) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/demos/ode/ode_vanderpol/
H A Dode_vanderpol.dem.sce56 oldx0=10*xmax; oldy0=10*ymax;
72 … if (xmin<x0 & x0<xmax & ymin<y0 & y0<ymax) & (abs(x0-oldx0)>=dx | abs(y0-oldy0)>=dy) then
77 oldx0=x0; oldy0=y0;
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/demos/ode/ode_lotka/
H A Dode_lotka.dem.sce63 oldx0 = 10*xmax;
84 … if (xmin<x0 & x0<xmax & ymin<y0 & y0<ymax) & (abs(x0-oldx0)>=dx | abs(y0-oldy0)>=dy) then
87 oldx0=x0;
/dports/graphics/seexpr/seexpr-3.4.4.0/src/demos/segraph2/
H A DGraph.cpp226 float newx0, newy0, oldx0, oldy0, dx, dy; in mouseMoveEvent() local
228 xforminv(lastcx, lastcy, oldx0, oldy0); in mouseMoveEvent()
229 dx = newx0 - oldx0; in mouseMoveEvent()
/dports/cad/electric/electric-7.00/src/cons/
H A Dcontable.c135 void db_nullconmodifyarcinst(ARCINST *ai, INTBIG oldx0, INTBIG oldy0, INTBIG oldx1, INTBIG oldy1, I… in db_nullconmodifyarcinst() argument
H A Dconlin.c573 void cli_linconmodifyarcinst(ARCINST *ai, INTBIG oldx0, INTBIG oldy0, INTBIG oldx1, INTBIG oldy1, I… in cli_linconmodifyarcinst() argument
H A Dconlay.c383 void cla_layconmodifyarcinst(ARCINST /*@unused@*/ *ai, INTBIG /*@unused@*/ oldx0, in cla_layconmodifyarcinst() argument
/dports/cad/electric/electric-7.00/src/db/
H A Ddbcreate.c1027 REGISTER INTBIG oldwid, oldlen, oldx0, oldy0, oldx1, oldy1; in modifyarcinst() local
1063 oldx0 = ai->end[0].xpos; ai->end[0].xpos += deltax1; in modifyarcinst()
1075 ai->changeaddr = (CHAR *)db_change((INTBIG)ai, ARCINSTMOD, oldx0, oldy0, oldx1, oldy1, in modifyarcinst()
1079 (*el_curconstraint->modifyarcinst)(ai, oldx0, oldy0, oldx1, oldy1, oldwid, oldlen); in modifyarcinst()
/dports/games/zoom/zoom-1.1.5/src/
H A Dzcode.ops2372 int oldx0, oldy0;
2380 oldx0 = v6_get_cursor_x();
2400 v6_set_cursor(oldx0, oldy0);