Home
last modified time | relevance | path

Searched refs:xslope (Results 1 – 23 of 23) sorted by relevance

/dports/databases/grass7/grass-7.8.6/raster/r.flow/
H A Daspect.c34 double xslope = ((n[-1] + c[-1] + c[-1] + s[-1]) - in aspect_fly() local
41 if (!xslope) in aspect_fly()
43 else if (xslope > 0) in aspect_fly()
47 else if ((asp = atan2(xslope, yslope) / DEG2RAD) < 0.) in aspect_fly()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/gfx/
H A Dgfxstub_dutch.cpp240 xslope = width / height; in DrawGouraudTexturedPolygon()
258 ixslope = (int32)(xslope * 65536.0); in DrawGouraudTexturedPolygon()
304 xslope = width / height; in DrawGouraudTexturedPolygon()
322 ixslope = (int32)(xslope * 65536.0); in DrawGouraudTexturedPolygon()
521 xslope = width / height; in DrawFlatUnTexturedPolygon()
555 xslope = width / height; in DrawFlatUnTexturedPolygon()
657 xslope = width / height; in DrawGouraudUnTexturedPolygon()
711 xslope = width / height; in DrawGouraudUnTexturedPolygon()
792 float xslope, uslope, vslope; in DrawFlatTexturedPolygon() local
853 xslope = width / height; in DrawFlatTexturedPolygon()
[all …]
/dports/print/pic2fig/pic2fig/
H A Dfigd.c53 static float xslope,yslope,xbase,ybase;/* Convert Window to Viewport */ variable
71 xslope = RES * (hixpage-loxpage) / (hix-lox);
72 xbase = RES * loxpage - lox*xslope;
77 xslope,xbase,yslope,ybase);
153 *ix = xbase + xslope * x;
424 xrad = xradius * xslope;
H A Dfigd.c,v72 static float xslope,yslope,xbase,ybase;/* Convert Window to Viewport */
88 xslope = RES * (hixpage-loxpage) / (hix-lox);
89 xbase = RES * loxpage - lox*xslope;
94 xslope,xbase,yslope,ybase);
166 *ix = xbase + xslope * x;
329 xrad = xradius * xslope;
/dports/www/R-cran-RgoogleMaps/RgoogleMaps/R/
H A Dupdateusr.R20 xslope <- diff(xy2$x)/diff(xy1$x) functionVar
22 new.usr.x <- xslope * (cur.usr[1:2] - xy1$x) + xy2$x
/dports/astro/phd2/phd2-2.6.10/
H A Dpolardrift_toolwin.cpp415 double xslope = (m_num*m_sumtx - m_sumt*m_sumx) / (m_num*m_sumt2 - m_sumt*m_sumt); in WatchDrift() local
418 double theta = degrees(atan2(yslope, xslope)); in WatchDrift()
424 m_offset = hypot(xslope, yslope)*factor; //polar alignment error in pixels in WatchDrift()
430 …olar Drift: slope(X,Y) %.4f,%.4f m_offset %.1f theta %.1f m_alpha %.1f", xslope, yslope, m_offset,… in WatchDrift()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/other_math/
H A DSutherlandHodgmanClipPoly.h137 REAL xslope = d.X / d.Y; in Intersect() local
142 r.X = p0.X + xslope * (m_Y - p0.Y); in Intersect()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/data/complete/tex/
H A Dlatex-document.cwl198 \line(xslope,yslope){length}
407 \vector(xslope,yslope){length}
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dlatex-document.cwl252 \line(xslope,yslope){length}#*/picture
508 \vector(xslope,yslope){length}#*/picture
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinestroke.c43 real xslope = (3*xsp->a*t+2*xsp->b)*t + xsp->c; in SplineAngle() local
46 if ( xslope==0 && yslope==0 ) { in SplineAngle()
48 xslope = (3*xsp->a*faket+2*xsp->b)*faket + xsp->c; in SplineAngle()
51 if ( spline->knownlinear || ( xslope==0 && yslope==0 )) { in SplineAngle()
52 xslope = spline->to->me.x-spline->from->me.x; in SplineAngle()
55 return( atan2(yslope,xslope) ); in SplineAngle()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinestroke.c43 real xslope = (3*xsp->a*t+2*xsp->b)*t + xsp->c; in SplineAngle() local
46 if ( xslope==0 && yslope==0 ) { in SplineAngle()
48 xslope = (3*xsp->a*faket+2*xsp->b)*faket + xsp->c; in SplineAngle()
51 if ( spline->knownlinear || ( xslope==0 && yslope==0 )) { in SplineAngle()
52 xslope = spline->to->me.x-spline->from->me.x; in SplineAngle()
55 return( atan2(yslope,xslope) ); in SplineAngle()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinestroke.c43 real xslope = (3*xsp->a*t+2*xsp->b)*t + xsp->c; in SplineAngle() local
46 if ( xslope==0 && yslope==0 ) { in SplineAngle()
48 xslope = (3*xsp->a*faket+2*xsp->b)*faket + xsp->c; in SplineAngle()
51 if ( spline->knownlinear || ( xslope==0 && yslope==0 )) { in SplineAngle()
52 xslope = spline->to->me.x-spline->from->me.x; in SplineAngle()
55 return( atan2(yslope,xslope) ); in SplineAngle()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinestroke.c43 real xslope = (3*xsp->a*t+2*xsp->b)*t + xsp->c; in SplineAngle() local
46 if ( xslope==0 && yslope==0 ) { in SplineAngle()
48 xslope = (3*xsp->a*faket+2*xsp->b)*faket + xsp->c; in SplineAngle()
51 if ( spline->knownlinear || ( xslope==0 && yslope==0 )) { in SplineAngle()
52 xslope = spline->to->me.x-spline->from->me.x; in SplineAngle()
55 return( atan2(yslope,xslope) ); in SplineAngle()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinestroke.c43 real xslope = (3*xsp->a*t+2*xsp->b)*t + xsp->c; in SplineAngle() local
46 if ( xslope==0 && yslope==0 ) { in SplineAngle()
48 xslope = (3*xsp->a*faket+2*xsp->b)*faket + xsp->c; in SplineAngle()
51 if ( spline->knownlinear || ( xslope==0 && yslope==0 )) { in SplineAngle()
52 xslope = spline->to->me.x-spline->from->me.x; in SplineAngle()
55 return( atan2(yslope,xslope) ); in SplineAngle()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinestroke.c43 real xslope = (3*xsp->a*t+2*xsp->b)*t + xsp->c; in SplineAngle() local
46 if ( xslope==0 && yslope==0 ) { in SplineAngle()
48 xslope = (3*xsp->a*faket+2*xsp->b)*faket + xsp->c; in SplineAngle()
51 if ( spline->knownlinear || ( xslope==0 && yslope==0 )) { in SplineAngle()
52 xslope = spline->to->me.x-spline->from->me.x; in SplineAngle()
55 return( atan2(yslope,xslope) ); in SplineAngle()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinestroke.c43 real xslope = (3*xsp->a*t+2*xsp->b)*t + xsp->c; in SplineAngle() local
46 if ( xslope==0 && yslope==0 ) { in SplineAngle()
48 xslope = (3*xsp->a*faket+2*xsp->b)*faket + xsp->c; in SplineAngle()
51 if ( spline->knownlinear || ( xslope==0 && yslope==0 )) { in SplineAngle()
52 xslope = spline->to->me.x-spline->from->me.x; in SplineAngle()
55 return( atan2(yslope,xslope) ); in SplineAngle()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Ddpsoftrast.c5191 __m128 xcoords, xslope; in DPSOFTRAST_Interpret_Draw() local
5241xslope = _mm_sub_ps(_mm_movelh_ps(screen[edge0n], screen[edge1n]), _mm_movelh_ps(screen[edge0p], s… in DPSOFTRAST_Interpret_Draw()
5242 xslope = _mm_div_ps(xslope, _mm_shuffle_ps(xslope, xslope, _MM_SHUFFLE(3, 3, 1, 1))); in DPSOFTRAST_Interpret_Draw()
5244 …_mm_mul_ps(xslope, _mm_sub_ps(_mm_set1_ps(y), _mm_shuffle_ps(screen[edge0p], screen[edge1p], _MM_S… in DPSOFTRAST_Interpret_Draw()
5249 xslope = _mm_shuffle_ps(xslope, xslope, _MM_SHUFFLE(1, 0, 3, 2)); in DPSOFTRAST_Interpret_Draw()
5252 for(; y <= nexty; y++, xcoords = _mm_add_ps(xcoords, xslope), clip0 += clip0slope) in DPSOFTRAST_Interpret_Draw()
/dports/games/darkplaces/darkplaces/
H A Ddpsoftrast.c5191 __m128 xcoords, xslope; in DPSOFTRAST_Interpret_Draw() local
5241xslope = _mm_sub_ps(_mm_movelh_ps(screen[edge0n], screen[edge1n]), _mm_movelh_ps(screen[edge0p], s… in DPSOFTRAST_Interpret_Draw()
5242 xslope = _mm_div_ps(xslope, _mm_shuffle_ps(xslope, xslope, _MM_SHUFFLE(3, 3, 1, 1))); in DPSOFTRAST_Interpret_Draw()
5244 …_mm_mul_ps(xslope, _mm_sub_ps(_mm_set1_ps(y), _mm_shuffle_ps(screen[edge0p], screen[edge1p], _MM_S… in DPSOFTRAST_Interpret_Draw()
5249 xslope = _mm_shuffle_ps(xslope, xslope, _MM_SHUFFLE(1, 0, 3, 2)); in DPSOFTRAST_Interpret_Draw()
5252 for(; y <= nexty; y++, xcoords = _mm_add_ps(xcoords, xslope), clip0 += clip0slope) in DPSOFTRAST_Interpret_Draw()
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_mischa_collection/
H A Dmartin - mandelbox stepper.milk316 per_frame_34=v2 = v2 *dec_s + (1-dec_s)*angchg *xslope/fps_/3;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_things.c1245 fixed_t xslope, zslope;
1248 xslope = FixedMul(FINESINE(sloperelang), groundslope->zdelta);
1259 *shadowskew = xslope;
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dpmxab.c4631 static real xslope; in beamstrt_() local
4835 xslope = comipb_1.smed * 1.8f * all_1.slfac; in beamstrt_()
4836 comxtup_1.islope[commvl_1.ivx - 1] = i_nint(&xslope); in beamstrt_()
H A Dpmx270.for2702 xslope = 1.8*smed*slfac
2703 islope(ivx) = nint(xslope)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold104755 "tmp*xslope": -9.362460,
104867 "xslope": -9.362460,