Home
last modified time | relevance | path

Searched refs:xmove (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/events/
H A DMouseDevice.cpp240 int xmove, ymove, btn; in check() local
265 xmove = (buf[1] << 7) | (buf[2]); in check()
273 xmove = static_cast<int>(((static_cast<double>(xmove)- 355) / (1702 - 355) in check()
278 xmove = xmove * _screen_width / 2048; in check()
306 xmove = (~buf[1])+1; in check()
321 xmove *= -1; in check()
330 xmove, ymove, btn); in check()
332 _input_data.x += xmove; in check()
/dports/graphics/p5-SpringGraph/SpringGraph-0.05/lib/
H A DSpringGraph.pm159 $xmove = $xmove / $movecount if ($movecount);
166 $continue = $xmove;
620 $point[2]{x} = $xmove;
624 $xmove = $xmove + cos($angle)*$dist;
629 $xmove = $xmove + cos($angle)*$dist;
632 $point[0]{x} = $xmove;
637 $xmove = $xmove + cos($angle)*$dist;
639 $point[1]{x} = $xmove;
672 $xmove = $xmove + cos($angle)*$dist;
677 $xmove = $xmove + cos($angle)*$dist;
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dfloating_label.hpp48 void set_move(double xmove, double ymove){ in set_move() argument
49 xmove_ = xmove; in set_move()
71 void move(double xmove, double ymove);
111 void move_floating_label(int handle, double xmove, double ymove);
114 void scroll_floating_labels(double xmove, double ymove);
H A Dfloating_label.cpp72 void floating_label::move(double xmove, double ymove) in move() argument
74 xpos_ += xmove; in move()
217 void move_floating_label(int handle, double xmove, double ymove) in move_floating_label() argument
221 i->second.move(xmove, ymove); in move_floating_label()
225 void scroll_floating_labels(double xmove, double ymove) in scroll_floating_labels() argument
229 i->second.move(xmove, ymove); in scroll_floating_labels()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/
H A DLSPString.cpp259 xmove(pData, p, nLength); in trim()
324 xmove(s->pData, pData, nLength); in copy()
425 xmove(pData, arr, n); in set()
516 xmove(&pData[pos], arr, n); in insert()
609 xmove(&pData[nLength], arr, n); in append()
679 xmove(&pData[1], pData, nLength); in prepend()
692 xmove(&pData[n], pData, nLength); in prepend()
693 xmove(pData, arr, n); in prepend()
705 xmove(&pData[n], pData, nLength); in prepend_ascii()
1022 xmove(&pData[pos], arr, n); in replace()
[all …]
/dports/graphics/springgraph/springgraph-0.88_3/
H A Dspringgraph.pl107 $xmove
480 $xmove = 0;
508 $xmove -= $xdist * $percent;
519 $xmove = $xmove / $movecount;
522 $node{$source}{x} -= $xmove;
525 if ($xmove > $continue)
527 $continue = $xmove;
628 $point[0]{x} = $xmove;
639 $xmove = $xmove + cos($angle)*$dist;
645 $xmove = $xmove + cos($angle)*$dist;
[all …]
/dports/security/signing-party/signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f/springgraph/
H A Dspringgraph99 $xmove
401 $xmove = 0;
429 $xmove -= $xdist * $percent;
442 $xmove /= $movecount;
446 $node{$source}{x} -= $xmove;
449 if ($xmove > $continue)
451 $continue = $xmove;
553 $point[0]{x} = $xmove;
564 $xmove = $xmove + cos($angle)*$dist;
570 $xmove = $xmove + cos($angle)*$dist;
[all …]
/dports/science/tinker/tinker/source/
H A Docvm.f68 real*8 fmove,xmove local
234 xmove = 0.0d0
237 xmove = xmove + ((x0(i)-x0old(i))/scale(i))**2
240 xmove = sqrt(xmove) / rms
242 xmove = radian * xmove
265 & xmove,sgangle,ncalls
269 & xmove,sgangle,ncalls
296 & xmove,sgangle,ncalls
300 & xmove,sgangle,ncalls
H A Dpressure.f139 real*8 xmove,ymove,zmove local
227 xmove = scale * xcm/grpmass(i)
232 x(k) = x(k) + xmove
258 xmove = scale * xcm/molmass(i)
267 x(k) = x(k) + xmove
401 x(k) = x(k) + xmove
450 x(k) = x(k) + xmove
596 real*8 xcm,xmove local
647 xmove = scale * xcm/grpmass(i)
652 x(k) = x(k) + xmove
[all …]
H A Dimage.f152 real*8 xmove,ymove,zmove local
158 xmove = icell(1,i) * xbox
165 xr = xr + xmove
184 xr = xr + xmove
206 xr = xr + xmove
/dports/science/tinker/tinker/other/
H A Dimage.alt30 real*8 xmove,ymove,zmove
54 xmove = 0.0d0
58 xmove = icell(1,i) * xbox
66 xr = xr + xmove
95 xf = xf + xmove
127 xf = xf + xmove
211 real*8 xmove,ymove,zmove
235 xmove = 0.0d0
247 xr = xr + xmove
261 xf = xf + xmove
[all …]
/dports/cad/magic/magic-8.3.245/plow/
H A DPlowRules1.c720 int newx, xmove, ret = 0; local
785 xmove = MIN(newx, ar->ar_clip.p_x);
806 xmove = ar->ar_clip.p_x;
809 xmove = TRAILING(outline->o_nextOut);
816 ar->ar_mustmove = xmove;
826 int newx, xmove, ret = 0; local
891 xmove = MIN(newx, ar->ar_clip.p_x);
912 xmove = ar->ar_clip.p_x;
914 && TRAILING(outline->o_nextIn) < xmove)
915 xmove = TRAILING(outline->o_nextIn);
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dbitmap.c57 GLfloat xmove, GLfloat ymove, in gl_render_bitmap() argument
124 GLfloat xmove, GLfloat ymove, in gl_Bitmap() argument
145 xmove, ymove, bitmap ); in gl_Bitmap()
150 xmove, ymove, bitmap ); in gl_Bitmap()
177 ctx->Current.RasterPos[0] += xmove; in gl_Bitmap()
H A Dbitmap.h39 GLfloat xmove, GLfloat ymove,
46 GLfloat xmove, GLfloat ymove,
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_agent.cpp64 void ClipMove (AActor *ob, int32_t xmove, int32_t ymove);
447 if(ob->fracx <= abs(xmove) || ob->fracx >= 0xFFFF-abs(xmove)) in CheckWalkTriggers()
450 if(xmove > 0) in CheckWalkTriggers()
452 else if(xmove < 0) in CheckWalkTriggers()
475 void ClipMove (AActor *ob, int32_t xmove, int32_t ymove) in ClipMove() argument
480 ob->x = basex+xmove; in ClipMove()
485 CheckWalkTriggers(ob, xmove, ymove); in ClipMove()
492 ob->x = basex+xmove; in ClipMove()
496 CheckWalkTriggers(ob, xmove, 0); in ClipMove()
525 int32_t xmove,ymove; in Thrust() local
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/examples/
H A Dtexwarp.pp117 procedure grid_map(grid: PUint32; xbase, ybase, xmove, ymove, amp: Single);
130 grid[0] := Uint32(Trunc((xbase * 14 + x*4 + xmove*sin(b)+sin(cos(a)*sin(amp))*15) * 65536));
132 id := (cos(xbase) + sin(ybase) + cos(a*xmove*0.17) + sin(b*ymove*0.11)) * amp * 23;
266 xbase, ybase, xmove, ymove, amp, dct, dxb, dyb, dxm, dym, sa: Single;
297 xmove := 0;
311 grid_map(grid, xbase, ybase, xmove, ymove*3, amp);
345 xmove := xmove + dxm;
346 if xmove > pi then
348 if xmove < (-pi) then
/dports/science/tinker/tinker/utility/
H A Dtestpres.f156 real*8 xmove,xboxold local
230 xmove = diff * xcm/molmass(i)
236 x(k) = x(k) + xmove
257 xmove = diff * xcm/grpmass(i)
262 x(k) = x(k) + xmove
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.0/
H A Ddlist-bitmap.c56 float xmove, ymove; member
78 bitmaps[i].xmove = bitmaps[i].width + i / 2; in create_bitmaps()
90 bitmaps[i].xmove, bitmaps[i].ymove, in create_bitmaps()
118 bitmaps[i].xmove, bitmaps[i].ymove, in draw_bitmaps()
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dmolecule_smiles.cpp154 int xmove = 0, ymove = 0; in SDG() local
158 xmove = center1.x() - center2.x(); in SDG()
162 xmove = 10 - bb1.left(); in SDG()
167 tmp_pt->x += xmove; in SDG()
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/obstacles/
H A Dretracting_block_sequence.cfg5 add_block: "def (xmove, ymove) execute(me,
9 vars.xpos + xmove, vars.ypos + ymove, facing)),
10 add(vars.xpos, xmove),
H A Dretracting_block_wide_sequence.cfg5 add_block: "def (xmove, ymove) execute(me,
9 vars.xpos + xmove, vars.ypos + ymove, facing)),
10 add(vars.xpos, xmove),
/dports/games/apricots/apricots-0.2.6/apricots/
H A Dall.cpp295 double xmove[17], double ymove[17]){ in gunshoot()
299 shell.x = gun.x+6.0+12.0*xmove[d]; in gunshoot()
301 shell.xs = 8.0*xmove[d]*GAME_SPEED; in gunshoot()
315 double xmove[17], double ymove[17]){ in fire_guns()
358 gunshoot(gun(), shot, sound, xmove, ymove); in fire_guns()
395 fire_guns(g.gun, g.p, g.sound, g.gamemap.b, g.shot, g.xmove, g.ymove); in all()
H A Dgame.cpp24 double xmove[17], double ymove[17]){ in fire_shot()
27 bullet.x = p.x + 6.0 + 12.0*xmove[p.d] + p.xs; in fire_shot()
29 bullet.xs = 8.0 * xmove[p.d] * GAME_SPEED; in fire_shot()
162 fire_shot(g.p(), g.shot, g.sound, g.xmove, g.ymove); in act()
195 g.p().xs = g.p().s * g.xmove[g.p().d]; in act()
229 fire_shot(g.p(), g.shot, g.sound, g.xmove, g.ymove); in act()
247 g.p().xs = g.p().s * g.xmove[g.p().d]; in act()
/dports/games/edge/Edge-1.35-source/src/
H A Dp_mobj.cc761 float xmove = mo->mom.x; in P_XYMovement() local
786 absx = (float)fabs(xmove); in P_XYMovement()
808 xstep = xmove = 0; in P_XYMovement()
816 xstep = xmove; in P_XYMovement()
825 if (fabs(xmove) > fabs(xstep)) in P_XYMovement()
828 xmove -= xstep; in P_XYMovement()
832 ptryx = mo->x + xmove; in P_XYMovement()
833 xmove = 0; in P_XYMovement()
938 xmove = ymove = 0; in P_XYMovement()
951 xmove = ymove = 0; in P_XYMovement()
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Ddistort.c54 int xmove, ymove; member
365 st->xy_coo[i].xmove = st->speed + (i%2)*2*(-st->speed); in distort_finish_loading()
629 if (st->xy_coo[k].xmove > 0) in reflect_draw()
695 st->xy_coo[k].xmove = -abs(st->xy_coo[k].xmove); in move_lense()
697 st->xy_coo[k].xmove = abs(st->xy_coo[k].xmove); in move_lense()
703 st->xy_coo[k].x = st->xy_coo[k].x + st->xy_coo[k].xmove; in move_lense()
720 x = st->xy_coo[k].xmove; in move_lense()
722 st->xy_coo[k].xmove = st->xy_coo[i].xmove; in move_lense()
724 st->xy_coo[i].xmove = x; in move_lense()

12345678910>>...45