Home
last modified time | relevance | path

Searched refs:sx2 (Results 1 – 25 of 1360) sorted by relevance

12345678910>>...55

/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/vigra_ext/
H A DFitPolynom.h60 double sx2=0; in FitPolynom() local
75 sx2 += tx; in FitPolynom()
86 X.m[0][2] = sx2; in FitPolynom()
88 X.m[1][1] = sx2; in FitPolynom()
90 X.m[2][0] = sx2; in FitPolynom()
100 X.m[0][2] = sx2; in FitPolynom()
102 X.m[1][1] = sx2; in FitPolynom()
113 X.m[0][2] = sx2; in FitPolynom()
117 X.m[2][0] = sx2; in FitPolynom()
127 X.m[1][1] = sx2; in FitPolynom()
[all …]
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/src/
H A Dgd.c8 float sy1, sy2, sx1, sx2;
77 if (xportion > sx2 - sx1) {
78 xportion = sx2 - sx1;
82 else if (sx == floor2(sx2)) {
83 xportion = sx2 - floor2(sx2);
109 } while (sx < sx2);
170 fixed_t sy1, sy2, sx1, sx2;
245 if (xportion > sx2 - sx1) {
246 xportion = sx2 - sx1;
251 xportion = sx2 - fixed_floor(sx2);
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/cuda/
H A Dfilters.hpp192 int sx2 = __float2int_rd(fsx2); in operator ()() local
204 for(int dx = sx1; dx < sx2; ++dx) in operator ()()
230 int sx2 = __float2int_rd(fsx2); in operator ()() local
245 for (int dx = sx1; dx < sx2; ++dx) in operator ()()
251 if (sx2 < fsx2) in operator ()()
252 out = out + src(dy, sx2) * ((fsx2 -sx2) * scale); in operator ()()
256 for (int dx = sx1; dx < sx2; ++dx) in operator ()()
266 if ((sy1 > fsy1) && (sx2 < fsx2)) in operator ()()
267 out = out + src( (sy1 - 1) , sx2) * ((sy1 -fsy1) * (fsx2 -sx2) * scale); in operator ()()
269 if ((sy2 < fsy2) && (sx2 < fsx2)) in operator ()()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
217 jint width = sx2-sx1; in OGLBlitSwToSurface()
314 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
455 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
474 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
491 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
493 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
502 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
577 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
217 jint width = sx2-sx1; in OGLBlitSwToSurface()
314 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
455 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
474 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
491 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
493 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
502 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
577 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
217 jint width = sx2-sx1; in OGLBlitSwToSurface()
314 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
455 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
474 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
491 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
493 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
502 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
577 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
218 jint width = sx2-sx1; in OGLBlitSwToSurface()
315 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
456 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
475 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
492 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
494 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
503 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
578 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
214 jint width = sx2-sx1; in OGLBlitSwToSurface()
313 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
461 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
480 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
497 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
499 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
508 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
583 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
217 jint width = sx2-sx1; in OGLBlitSwToSurface()
314 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
455 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
474 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
491 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
493 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
502 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
577 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
217 jint width = sx2-sx1; in OGLBlitSwToSurface()
314 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
455 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
474 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
491 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
493 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
502 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
577 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
217 jint width = sx2-sx1; in OGLBlitSwToSurface()
314 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
455 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
474 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
491 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
493 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
502 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
577 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
217 jint width = sx2-sx1; in OGLBlitSwToSurface()
314 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
455 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
474 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
491 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
493 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
502 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
577 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.c61 jint srcw = sx2 - sx1; in OGLBlitSurfaceToSurface()
141 tx2 = (GLdouble)sx2; in OGLBlitTextureToSurface()
218 jint width = sx2-sx1; in OGLBlitSwToSurface()
315 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw; in OGLBlitToSurfaceViaTexture()
456 jint sw = sx2 - sx1; in OGLBlitLoops_IsoBlit()
475 srcInfo.bounds.x2 = sx2; in OGLBlitLoops_IsoBlit()
492 if (srcInfo.bounds.x2 != sx2) { in OGLBlitLoops_IsoBlit()
494 sx2 = srcInfo.bounds.x2; in OGLBlitLoops_IsoBlit()
503 sx1, sy1, sx2, sy2); in OGLBlitLoops_IsoBlit()
578 jint sw = sx2 - sx1; in OGLBlitLoops_Blit()
[all …]
/dports/comms/wsjtz/wsjtx/lib/
H A Dfitcal.f908 sx2=0.d0
13 sx2=sx2 + x(i)*x(i)
15 delta=iz*sx2 - sx*sx
16 a=(sx2*sy - sx*sxy)/delta
29 sigmaa=sqrt(rms*rms*sx2/delta)
/dports/cad/impact/Impact/src/j3d/
H A DshpLine.java30 private float sx1,sx2,sy1,sy2,sz1,sz2; field in shpLine
54 sx2=x2; in shpLine()
68 sx2 += cor.x; in transform2D()
75 x2=sx2*t.xx+sy2*t.xy+sz2*t.xz+t.xo; in transform2D()
77 y2=sx2*t.yx+sy2*t.yy+sz2*t.yz+t.yo; in transform2D()
78 z_sort =((sx1+sx2)*t.zx+(sy1+sy2)*t.zy+(sz1+sz2)*t.zz)/2+t.zo; in transform2D()
81 sx2 -= cor.x; in transform2D()
125 b[0] = Math.max(sx1,sx2); in getBoundaries()
126 b[1] = Math.min(sx1,sx2); in getBoundaries()
150 gl.glVertex3f(sx2-rcx,sy2-rcy,sz2-rcz); in paintGL()
/dports/multimedia/vmaf/vmaf-2.3.0/matlab/strred/matlabPyrTools/
H A Dcconv2.m38 sx2 = floor((sx+ctr+1)/2); variable
42 large(ly-sy+sy2+1:ly,lx-sx+sx2+1:lx), large(ly-sy+sy2+1:ly,:), ...
43 large(ly-sy+sy2+1:ly,1:sx2-1); ...
44 large(:,lx-sx+sx2+1:lx), large, large(:,1:sx2-1); ...
45 large(1:sy2-1,lx-sx+sx2+1:lx), ...
47 large(1:sy2-1,1:sx2-1) ];
H A Drconv2.m38 sx2 = floor((sx+ctr-1)/2); variable
42 large(sy-sy2:-1:2,sx-sx2:-1:2), large(sy-sy2:-1:2,:), ...
43 large(sy-sy2:-1:2,lx-1:-1:lx-sx2); ...
44 large(:,sx-sx2:-1:2), large, large(:,lx-1:-1:lx-sx2); ...
45 large(ly-1:-1:ly-sy2,sx-sx2:-1:2), ...
47 large(ly-1:-1:ly-sy2,lx-1:-1:lx-sx2) ];
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Ddepthfx.h40 void addscissorvert(const vec &v, float &sx1, float &sy1, float &sx2, float &sy2) in addscissorvert()
45 sx2 = max(sx2, p.x); in addscissorvert()
51 float sx1, sy1, sx2, sy2; in addscissorbox() local
52 calcspherescissor(center, size, sx1, sy1, sx2, sy2); in addscissorbox()
53 return addblurtiles(sx1, sy1, sx2, sy2); in addscissorbox()
58 float sx1 = 1, sy1 = 1, sx2 = -1, sy2 = -1; in addscissorbox() local
62 addscissorvert(v, sx1, sy1, sx2, sy2); in addscissorbox()
64 return addblurtiles(sx1, sy1, sx2, sy2); in addscissorbox()
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dpad.c160 int prefresh(WINDOW *win, int py, int px, int sy1, int sx1, int sy2, int sx2) in prefresh() argument
164 if (pnoutrefresh(win, py, px, sy1, sx1, sy2, sx2) == ERR) in prefresh()
171 int pnoutrefresh(WINDOW *w, int py, int px, int sy1, int sx1, int sy2, int sx2) in pnoutrefresh() argument
179 if (!w || !(w->_flags & (_PAD|_SUBPAD)) || (sy2 >= LINES) || (sx2 >= COLS)) in pnoutrefresh()
191 if (sy2 < sy1 || sx2 < sx1) in pnoutrefresh()
194 num_cols = min((sx2 - sx1 + 1), (w->_maxx - px)); in pnoutrefresh()
207 if (sx2 > curscr->_lastch[sline]) in pnoutrefresh()
208 curscr->_lastch[sline] = sx2; in pnoutrefresh()
229 w->_cury <= py + (sy2 - sy1) && w->_curx <= px + (sx2 - sx1)) in pnoutrefresh()
/dports/science/simlib/simlib/src/
H A Dstat.cc37 sx2 += x*x; in operator ()()
50 sx(0), sx2(0), in Stat()
59 sx(0), sx2(0), in Stat()
79 sx = sx2 = 0; // sums in Clear()
101 return sqrt((sx2-n*mv*mv)/(n-1)); in StdDev()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreImageResampler.h137 uint32 sx2 = std::min(sx1+1,src.getWidth()-1);// src x #2 in scale() local
146 UNPACK(x1y1z1,sx1,sy1,sz1); UNPACK(x2y1z1,sx2,sy1,sz1); in scale()
147 UNPACK(x1y2z1,sx1,sy2,sz1); UNPACK(x2y2z1,sx2,sy2,sz1); in scale()
148 UNPACK(x1y1z2,sx1,sy1,sz2); UNPACK(x2y1z2,sx2,sy1,sz2); in scale()
149 UNPACK(x1y2z2,sx1,sy2,sz2); UNPACK(x2y2z2,sx2,sy2,sz2); in scale()
221 uint32 sx2 = std::min(sx1+1,src.getWidth()-1);// src x #2 in scale() local
242 ACCUM3(sx2,sy1,sz1, sxf *(1.0f-syf)*(1.0f-szf)); in scale()
244 ACCUM3(sx2,sy2,sz1, sxf * syf *(1.0f-szf)); in scale()
246 ACCUM3(sx2,sy1,sz2, sxf *(1.0f-syf)* szf ); in scale()
322 uint32 sx2 = std::min(sx1+1, src.right-src.left-1); in scale() local
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreImageResampler.h146 UNPACK(x1y1z1,sx1,sy1,sz1); UNPACK(x2y1z1,sx2,sy1,sz1); in scale()
147 UNPACK(x1y2z1,sx1,sy2,sz1); UNPACK(x2y2z1,sx2,sy2,sz1); in scale()
148 UNPACK(x1y1z2,sx1,sy1,sz2); UNPACK(x2y1z2,sx2,sy1,sz2); in scale()
149 UNPACK(x1y2z2,sx1,sy2,sz2); UNPACK(x2y2z2,sx2,sy2,sz2); in scale()
242 ACCUM3(sx2,sy1,sz1, sxf *(1.0f-syf)*(1.0f-szf)); in scale()
244 ACCUM3(sx2,sy2,sz1, sxf * syf *(1.0f-szf)); in scale()
246 ACCUM3(sx2,sy1,sz2, sxf *(1.0f-syf)* szf ); in scale()
248 ACCUM3(sx2,sy2,sz2, sxf * syf * szf ); in scale()
253 ACCUM4(sx2,sy1,sz1, sxf *(1.0f-syf)*(1.0f-szf)); in scale()
322 uint32 sx2 = std::min(sx1+1, src.right-src.left-1); in scale() local
[all …]
/dports/net/ntp/ntp-4.2.8p15/scripts/monitoring/
H A Dlr.pl49 $self->{sx2} = 0.0;
64 $self->{sx2} += $_x**2;
72 return 1 unless ($self->{n} * $self->{sx2} - $self->{sx}**2);
74 / ($self->{n} * $self->{sx2} - $self->{sx}**2);
102 my $s = ($self->{n} * $self->{sx2} - $self->{sx}**2)
141 sx2 => undef,
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/ptr2d/
H A Dinterpolation.hpp250 const int sx2 = sx1 + area_width; in operator ()() local
259 for (int dx = sx1; dx < sx2; ++dx) in operator ()()
313 const int sx2 = __float2int_ru(fsx2); in operator ()() local
325 for (int dx = sx1; dx < sx2; ++dx) in operator ()()
331 if (sx2 < fsx2) in operator ()()
332 … out = out + saturate_cast<work_type>(src(dy, sx2)) * static_cast<work_elem_type>(fsx2 - sx2); in operator ()()
337 for (int dx = sx1; dx < sx2; ++dx) in operator ()()
343 for (int dx = sx1; dx < sx2; ++dx) in operator ()()
350 if ((sy1 > fsy1) && (sx2 < fsx2)) in operator ()()
353 if ((sy2 < fsy2) && (sx2 < fsx2)) in operator ()()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dpad.c162 int prefresh(WINDOW *win, int py, int px, int sy1, int sx1, int sy2, int sx2) in prefresh() argument
166 if (pnoutrefresh(win, py, px, sy1, sx1, sy2, sx2) == ERR) in prefresh()
173 int pnoutrefresh(WINDOW *w, int py, int px, int sy1, int sx1, int sy2, int sx2) in pnoutrefresh() argument
181 if (!w || !(w->_flags & (_PAD|_SUBPAD)) || (sy2 >= LINES) || (sx2 >= COLS)) in pnoutrefresh()
193 if (sy2 < sy1 || sx2 < sx1) in pnoutrefresh()
196 num_cols = min((sx2 - sx1 + 1), (w->_maxx - px)); in pnoutrefresh()
209 if (sx2 > curscr->_lastch[sline]) in pnoutrefresh()
210 curscr->_lastch[sline] = sx2; in pnoutrefresh()
231 w->_cury <= py + (sy2 - sy1) && w->_curx <= px + (sx2 - sx1)) in pnoutrefresh()

12345678910>>...55