Home
last modified time | relevance | path

Searched refs:distx (Results 101 – 125 of 264) sorted by relevance

1234567891011

/dports/converters/wkhtmltopdf/qt-5db36ec/demos/embedded/raycasting/
H A Draycasting.cpp167 qreal distx = (u > 0) ? (mapx + 1 - px) * duu : (px - mapx) * duu; in render() local
172 if (distx > disty) { in render()
190 hitdist = distx; in render()
191 distx += duu; in render()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/embedded/raycasting/
H A Draycasting.cpp171 qreal distx = (u > 0) ? (mapx + 1 - px) * duu : (px - mapx) * duu; in render() local
176 if (distx > disty) { in render()
194 hitdist = distx; in render()
195 distx += duu; in render()
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_projectM/
H A DRovastar - Eye On Reality (Mega 3 Mix)_phat_edit.milk233 per_frame_6=distx = 0.1 + (abs(centrex-left)+abs(centrex-right))/2;
234 per_frame_7=q1 = centrex + distx;
235 per_frame_8=q2 = centrex - distx;
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_104/
H A DRovastar - Eye On Reality (Mega 3 Mix).milk233 per_frame_6=distx = 0.1 + (abs(centrex-left)+abs(centrex-right))/2;
234 per_frame_7=q1 = centrex + distx;
235 per_frame_8=q2 = centrex - distx;
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_200/
H A DRovastar - Eye On Reality (Mega 3 Mix).milk233 per_frame_6=distx = 0.1 + (abs(centrex-left)+abs(centrex-right))/2;
234 per_frame_7=q1 = centrex + distx;
235 per_frame_8=q2 = centrex - distx;
/dports/math/cgal/CGAL-5.3/include/CGAL/Point_set_processing_3/internal/
H A DSearch_traits_vertex_handle_3.h126 double distx = p1.x()-p2.x();
129 return distx * distx +
/dports/games/abuse_sdl/abuse-0.8/data/addon/twist/lisp/
H A Df2ai.lsp43 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
87 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
120 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
157 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
339 (if (or (> (distx) 120) (not (eq (direction) (toward))))
360 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
H A Dai.lsp58 (if (and (< (distx) 450) (< (disty) 400))
169 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
213 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
246 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
283 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
465 (if (or (> (distx) 120) (not (eq (direction) (toward))))
486 (if (and (< (distx) (xvel)) (< (disty) (yvel)))
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/kivy/
H A Dtktree.py190 childx = nx + style.distx + style.width / 2
192 clastx = nx + style.distx + style.width / 2
/dports/science/madness/madness-ebb3fd7/src/apps/hf/matlab/cosine_potential/
H A Dfd_coulomb_conv.m44 distx = x(ki(1)) - x(kj(1)); variable
47 dist = sqrt(distx^2 + disty^2 + distz^2);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCMenuAsSlider.cpp281 auto distx = (dx / dragRegion.getWidth() * 3); in onMouseMoved() local
286 if (distx > 1 || distx < -1) in onMouseMoved()
297 float dist = (dragDir == dirx ? distx : (dragDir == diry ? disty : 0.0)); in onMouseMoved()
/dports/math/py-iminuit/iminuit-2.8.4/extern/root/math/minuit2/src/
H A DMnContours.cxx142 double distx = ipair->first - (ipair + 1)->first; in Contour() local
144 double dist = scalx * scalx * distx * distx + scaly * scaly * disty * disty; in Contour()
/dports/games/galaxyhack/galaxyhack/src/
H A DRTSUnit.h31 void Move(float distx, float disty) {if (hUnit->alive) hUnit->Move(distx, disty);} in Move() argument
H A DRTSUnit_Base.cpp204 void RTSUnit_Base::Move(float distx, float disty) { in Move() argument
205 myx += distx; in Move()
208 if (distx < 0) in Move()
210 else if (distx > 0) in Move()
H A DRTSUnit_Base.h44 virtual void Move(float distx, float disty);
225 void Move(float distx, float disty);
/dports/games/abuse_sdl/abuse-0.8/data/addon/claudio/
H A Dclaudio.lsp221 … (if (or (> (distx) 120) (or (<(disty) -5)(>(disty) 20)) (not (eq (direction) (toward))))
344 …(if (or (< (disty) -5) (> (disty) 5) (< (distx) -10) (> (distx) 10) (not (eq (direction) (toward)…
362 …(if (or (< (disty) -5) (> (disty) 5) (< (distx) -10) (> (distx) 10) (not (eq (direction) (toward)…
460 … (if (or (> (distx) 120) (or (<(disty) -5)(>(disty) 20)) (not (eq (direction) (toward))))
577 (if (and (< (distx) 50) (< (disty) 40))
603 (if (or (and (< (distx) 50) (< (disty) 40))
612 (if (and (< (distx) 20) (< (disty) 30) (with_object player (pressing_action_key))
991 (if (and (< (distx) 150) (eq (direction) (facing)))
1203 (if (and (< (distx) 150) (eq (direction) (facing)))
1390 (if (and (< (distx) 150) (eq (direction) (facing)))
H A Doldclaud.lsp221 … (if (or (> (distx) 120) (or (<(disty) -5)(>(disty) 20)) (not (eq (direction) (toward))))
344 …(if (or (< (disty) -5) (> (disty) 5) (< (distx) -10) (> (distx) 10) (not (eq (direction) (toward)…
362 …(if (or (< (disty) -5) (> (disty) 5) (< (distx) -10) (> (distx) 10) (not (eq (direction) (toward)…
460 … (if (or (> (distx) 120) (or (<(disty) -5)(>(disty) 20)) (not (eq (direction) (toward))))
577 (if (and (< (distx) 50) (< (disty) 40))
603 (if (or (and (< (distx) 50) (< (disty) 40))
612 (if (and (< (distx) 20) (< (disty) 30) (with_object player (pressing_action_key))
1024 (if (and (< (distx) 150) (eq (direction) (facing)))
1236 (if (and (< (distx) 150) (eq (direction) (facing)))
1423 (if (and (< (distx) 150) (eq (direction) (facing)))
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/edtaa3/
H A Dedtaa3func.h5 extern void edtaa3(double *img, double *gx, double *gy, int w, int h, short *distx, short *disty, d…
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/edtaa3/
H A Dedtaa3func.h5 extern void edtaa3(double *img, double *gx, double *gy, int w, int h, short *distx, short *disty, d…
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dtour2d3.c838 gfloat distx, disty, x1, x2, y1, y2; in tour2d3_manip() local
862 distx = disty = 0; in tour2d3_manip()
867 distx = dsp->t2d3_pos1 - dsp->t2d3_pos1_old; in tour2d3_manip()
876 distx = dsp->t2d3_pos1 - dsp->t2d3_pos1_old; in tour2d3_manip()
882 distx = dsp->t2d3_pos1 - dsp->t2d3_pos1_old; in tour2d3_manip()
884 dsp->t2d3_rx = distx; in tour2d3_manip()
891 distx = (dsp->t2d3_rx*(dsp->t2d3_pos1 - dsp->t2d3_pos1_old) + in tour2d3_manip()
896 dtmp1 = (gdouble) (distx*distx+disty*disty); in tour2d3_manip()
915 ca = distx/len_motion; in tour2d3_manip()
/dports/cad/openroad/OpenROAD-2.0/src/stt/
H A Dflute.cpp697 DTYPE *distx, *disty; in flutes_wl_MD() local
745 free(distx); in flutes_wl_MD()
782 free(distx); in flutes_wl_MD()
832 distx[r] = xs[maxs] - xs[mins]; in flutes_wl_MD()
853 distx[r] += xs[maxs] - xs[mins]; in flutes_wl_MD()
967 free(distx); in flutes_wl_MD()
1294 DTYPE *distx, *disty, xydiff; in flutes_MD() local
1341 free(distx); in flutes_MD()
1382 free(distx); in flutes_MD()
1436 distx[r] = xs[maxs] - xs[mins]; in flutes_MD()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2291 uint distxy = distx * disty; in interpolate_4_pixels_16()
2430 const uint idistx = 256 - distx; in intermediate_adder()
2606 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_upscale_helper() local
2621 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_upscale_helper() local
2795 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_rotate_helper() local
3120 int distx = int((px - x1) * 256); in fetchTransformedBilinearARGB32PM() local
3572 int distx = distxs[i]; in fetchTransformedBilinear() local
3644 if (distx) { in fetchTransformedBilinear64_uint32()
3734 int distx = distxs[i]; in fetchTransformedBilinear64_uint32() local
3798 if (distx) { in fetchTransformedBilinear64_uint64()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2291 uint distxy = distx * disty; in interpolate_4_pixels_16()
2430 const uint idistx = 256 - distx; in intermediate_adder()
2606 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_upscale_helper() local
2621 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_upscale_helper() local
2795 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_rotate_helper() local
3120 int distx = int((px - x1) * 256); in fetchTransformedBilinearARGB32PM() local
3572 int distx = distxs[i]; in fetchTransformedBilinear() local
3644 if (distx) { in fetchTransformedBilinear64_uint32()
3734 int distx = distxs[i]; in fetchTransformedBilinear64_uint32() local
3798 if (distx) { in fetchTransformedBilinear64_uint64()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2291 uint distxy = distx * disty; in interpolate_4_pixels_16()
2430 const uint idistx = 256 - distx; in intermediate_adder()
2606 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_upscale_helper() local
2621 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_upscale_helper() local
2795 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_rotate_helper() local
3120 int distx = int((px - x1) * 256); in fetchTransformedBilinearARGB32PM() local
3572 int distx = distxs[i]; in fetchTransformedBilinear() local
3644 if (distx) { in fetchTransformedBilinear64_uint32()
3734 int distx = distxs[i]; in fetchTransformedBilinear64_uint32() local
3798 if (distx) { in fetchTransformedBilinear64_uint64()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2291 uint distxy = distx * disty; in interpolate_4_pixels_16()
2430 const uint idistx = 256 - distx; in intermediate_adder()
2606 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_upscale_helper() local
2621 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_upscale_helper() local
2795 int distx = (fx & 0x0000ffff) >> 8; in fetchTransformedBilinearARGB32PM_rotate_helper() local
3120 int distx = int((px - x1) * 256); in fetchTransformedBilinearARGB32PM() local
3572 int distx = distxs[i]; in fetchTransformedBilinear() local
3644 if (distx) { in fetchTransformedBilinear64_uint32()
3734 int distx = distxs[i]; in fetchTransformedBilinear64_uint32() local
3798 if (distx) { in fetchTransformedBilinear64_uint64()
[all …]

1234567891011