Home
last modified time | relevance | path

Searched refs:xdiff (Results 101 – 125 of 731) sorted by relevance

12345678910>>...30

/dports/security/putty-nogtk/putty-0.76/test/
H A Deccref.py100 xdiff = x2-x1
101 if xdiff != 0:
102 slope = (y2-y1) / xdiff
142 xdiff = x2-x1
143 if xdiff != 0:
144 slope = (y2-y1) / xdiff
/dports/x11-wm/aphelia/aphelia-8b06c4c/
H A Daphelia.c96 int xdiff = ev.xbutton.x_root - start.x_root; in main() local
100 attr.x + (start.button==1 ? xdiff : 0), in main()
103 MAX(100, attr.width + (start.button==3 ? xdiff : 0)), in main()
/dports/devel/cgit/cgit-1.2.3/git/contrib/svn-fe/
H A DMakefile53 XDIFF_LIB = ../../xdiff/lib.a
96 ../../xdiff/lib.a: FORCE
97 $(QUIET_SUBDIR0)../.. $(QUIET_SUBDIR1) xdiff/lib.a
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dgeometry.cpp294 double xdiff = a.x - b.x; in euclideanDist() local
297 return sqrt((xdiff * xdiff) + (ydiff * ydiff)); in euclideanDist()
312 double xdiff = a.x - b.x; in dist() local
315 return sqrt((xdiff * xdiff) + (ydiff * ydiff)); in dist()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/misc/
H A Dpoint3.h36 int xdiff = abs(x - other.x); in maxDistXYZ() local
39 return MAX(xdiff, MAX(ydiff, zdiff)); in maxDistXYZ()
/dports/math/heyoka/heyoka-0.16.0/src/
H A Dmascon.cpp42 auto xdiff = (x - x_masc); in make_mascon_system_impl() local
45 auto r2 = sum({square(xdiff), square(ydiff), square(zdiff)}); in make_mascon_system_impl()
47 x_acc.push_back(common_factor * xdiff); in make_mascon_system_impl()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/toon/
H A Dcharacter.cpp559 int16 xdiff = dx; in update() local
560 if (xdiff < 0) { in update()
562 xdiff = -xdiff; in update()
567 if (xdiff >= ydiff) { in update()
570 ydiff = xdiff; in update()
571 xdiff = temp; in update()
577 if (xdiff < ((ydiff + 1) / 2)) in update()
/dports/games/scummvm/scummvm-2.5.1/engines/toon/
H A Dcharacter.cpp559 int16 xdiff = dx; in update() local
560 if (xdiff < 0) { in update()
562 xdiff = -xdiff; in update()
567 if (xdiff >= ydiff) { in update()
570 ydiff = xdiff; in update()
571 xdiff = temp; in update()
577 if (xdiff < ((ydiff + 1) / 2)) in update()
/dports/editors/textadept/cdk-5.0-20200923/
H A Dmarquee.c261 int xdiff = 0; in _moveCDKMarquee() local
278 xdiff = currentX - xpos; in _moveCDKMarquee()
282 moveCursesWindow (widget->win, -xdiff, -ydiff); in _moveCDKMarquee()
283 moveCursesWindow (widget->shadowWin, -xdiff, -ydiff); in _moveCDKMarquee()
H A Dlabel.c260 int xdiff = 0; in _moveCDKLabel() local
277 xdiff = currentX - xpos; in _moveCDKLabel()
281 moveCursesWindow (label->win, -xdiff, -ydiff); in _moveCDKLabel()
282 moveCursesWindow (label->shadowWin, -xdiff, -ydiff); in _moveCDKLabel()
H A Ditemlist.c350 int xdiff = 0; in _moveCDKItemlist() local
367 xdiff = currentX - xpos; in _moveCDKItemlist()
371 moveCursesWindow (itemlist->win, -xdiff, -ydiff); in _moveCDKItemlist()
372 moveCursesWindow (itemlist->fieldWin, -xdiff, -ydiff); in _moveCDKItemlist()
373 moveCursesWindow (itemlist->labelWin, -xdiff, -ydiff); in _moveCDKItemlist()
374 moveCursesWindow (itemlist->shadowWin, -xdiff, -ydiff); in _moveCDKItemlist()
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dmarquee.c261 int xdiff = 0; in _moveCDKMarquee() local
278 xdiff = currentX - xpos; in _moveCDKMarquee()
282 moveCursesWindow (widget->win, -xdiff, -ydiff); in _moveCDKMarquee()
283 moveCursesWindow (widget->shadowWin, -xdiff, -ydiff); in _moveCDKMarquee()
H A Dlabel.c260 int xdiff = 0; in _moveCDKLabel() local
277 xdiff = currentX - xpos; in _moveCDKLabel()
281 moveCursesWindow (label->win, -xdiff, -ydiff); in _moveCDKLabel()
282 moveCursesWindow (label->shadowWin, -xdiff, -ydiff); in _moveCDKLabel()
/dports/devel/cdk/cdk-5.0-20161210/
H A Dmarquee.c261 int xdiff = 0; in _moveCDKMarquee() local
278 xdiff = currentX - xpos; in _moveCDKMarquee()
282 moveCursesWindow (widget->win, -xdiff, -ydiff); in _moveCDKMarquee()
283 moveCursesWindow (widget->shadowWin, -xdiff, -ydiff); in _moveCDKMarquee()
H A Dlabel.c260 int xdiff = 0; in _moveCDKLabel() local
277 xdiff = currentX - xpos; in _moveCDKLabel()
281 moveCursesWindow (label->win, -xdiff, -ydiff); in _moveCDKLabel()
282 moveCursesWindow (label->shadowWin, -xdiff, -ydiff); in _moveCDKLabel()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DRotfinder.cpp204 double xdiff = r1.rot[X] - r2.rot[X], ydiff = r1.rot[Y] - r2.rot[Y]; in get_chull_rotations() local
205 return std::abs(xdiff) < EPSILON ? ydiff < 0. : xdiff < 0.; in get_chull_rotations()
209 double xdiff = r1[X] - r2[X], ydiff = r1[Y] - r2[Y]; in get_chull_rotations() local
210 return std::abs(xdiff) < EPSILON && std::abs(ydiff) < EPSILON; in get_chull_rotations()
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dmsbar.c180 double xdiff; in msbar_blockmutn() local
219 xdiff = imax - imin; in msbar_blockmutn()
220 tdb = ajRandomDouble() * xdiff/3.0; in msbar_blockmutn()
230 xdiff = imax - imin; in msbar_blockmutn()
231 tdb = ajRandomDouble() * xdiff; in msbar_blockmutn()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/step/
H A DROL_PrimalDualInteriorPointStep.hpp366 ROL::Ptr<V> xdiff = xu_->clone(); in ~PrimalDualInteriorPointStep() local
367 xdiff->set(*xu_); in ~PrimalDualInteriorPointStep()
368 xdiff->axpy(-1.0,*xl_); in ~PrimalDualInteriorPointStep()
369 xdiff->scale(kappa2_); in ~PrimalDualInteriorPointStep()
387 pl->applyBinary(min,xdiff); // pl_i = min(kappa1*max(1,|xl_i|),kappa2*(xu_i-xl_i)) in ~PrimalDualInteriorPointStep()
394 pu->applyBinary(min,xdiff); // pu_u = min(kappa1*max(1,|xu_i|,kappa2*(xu_i-xl_i))) in ~PrimalDualInteriorPointStep()
/dports/games/csmash/csmash-0.6.6/
H A DPlayerView.cpp397 float xdiff = 0.0, ydiff = 0.0, zdiff = 0.0; in DrawPlayer() local
415 xdiff = tmpBall->GetX() - in DrawPlayer()
426 if ( xdiff > 0.3 ) in DrawPlayer()
427 xdiff = 0.3; in DrawPlayer()
428 if ( xdiff < -0.3 ) in DrawPlayer()
429 xdiff = -0.3; in DrawPlayer()
441 m_xdiff = xdiff; in DrawPlayer()
/dports/biology/jalview/jalview/src/jalview/viewmodel/
H A DOverviewDimensionsShowHidden.java35 private int xdiff; // when dragging, difference in alignment units between field in OverviewDimensionsShowHidden
105 int visXAsRes = hiddenCols.absoluteToVisibleColumn(vpx) + xdiff; in adjustViewportFromMouse()
275 xdiff = ranges.getStartRes() - hiddenCols.absoluteToVisibleColumn(vpx); in setDragPoint()
/dports/science/tinker/tinker/source/
H A Ddiffuse.f44 real*8 xdiff,ydiff,zdiff
296 xdiff = xcm(k,j) - xcm(k,i)
299 xmsd(m) = xmsd(m) + xdiff*xdiff
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dpath_mask.cc36 float xdiff = (x2 - x1); in get_line_points() local
42 if(xdiff == 0.0f && ydiff == 0.0f) { in get_line_points()
46 if(fabs(xdiff) > fabs(ydiff)) { in get_line_points()
61 float slope = ydiff / xdiff; in get_line_points()
63 float incr = (xdiff>0) ? 1.0f : -1.0f; in get_line_points()
86 float slope = xdiff / ydiff; in get_line_points()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dtool_selector.cc212 const sint16 xdiff = (mx - pos.x) / env_t::iconsize.w; in draw() local
214 …if( xdiff>=0 && xdiff<tool_icon_width && ydiff>=0 && mx>=pos.x && my>=pos.y+D_TITLEBAR_HE… in draw()
215 const int tipnr = xdiff+(tool_icon_width*ydiff)+tool_icon_disp_start; in draw()
/dports/www/yanopaste/yanopaste-1.3.0/
H A DINSTALL14 - php xdiff module
105 -1- How to install xdiff for PHP?
118 o sudo pecl install xdiff
119 - If it fails, try: sudo pecl install xdiff-beta
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_optimization/
H A Doptimization.c1653 *xdiff = 0.0; in sgd_term_check()
1754 double xdiff; in c3_opt_sgd() local
2072 double xdiff = 0.0; in c3_opt_damp_bfgs() local
2078 xdiff = sqrt(xdiff); in c3_opt_damp_bfgs()
2143 if (xdiff < absxtol){ in c3_opt_damp_bfgs()
2715 double xdiff = 0.0; in c3_opt_lbfgs() local
2719 xdiff = sqrt(xdiff); in c3_opt_lbfgs()
2728 if (xdiff < absxtol){ in c3_opt_lbfgs()
2902 double xdiff = 0.0; in c3_opt_gradient() local
2906 xdiff = sqrt(xdiff); in c3_opt_gradient()
[all …]

12345678910>>...30