Home
last modified time | relevance | path

Searched refs:shiftx (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dgoo.cpp29 extern float shiftx, shiftz;
86 shiftx = volumeSize * (0.5f + float(i - arraySize / 2)); in update()
88 if(shiftx * clip[0][0] + shiftz * clip[0][1] > volumeSize * -1.41421f){ in update()
89 if(shiftx * clip[1][0] + shiftz * clip[1][1] > volumeSize * -1.41421f){ in update()
90 if(shiftx * clip[2][0] + shiftz * clip[2][1] < radius + volumeSize * 1.41421f){ in update()
91 shiftx += centerx; in update()
111 shiftx = centerx + volumeSize * (0.5f + float(i - arraySize / 2)); in draw()
114 glTranslatef(shiftx, 0.0f, shiftz); in draw()
/dports/graphics/bmeps/dktools-4.31.1/src/wxdkdraw/
H A DWxdkdrawControlDraw.cpp90 x = ConvX(x + (double)shiftx); in DrawMarkupPoint()
617 shiftx = 0L; in DrawTextElement()
699 shiftx = (double)(pShift->x); in PathPolyline()
736 double shiftx, in SplineSegment() argument
1282 shiftx = (double)(pShift->x); in MarkupArc()
1344 shiftx = (double)(pShift->x); in MarkupCircle()
1363 xl = ConvX(x + shiftx - r); in MarkupCircle()
1372 xl = ConvX(x + shiftx - r); in MarkupCircle()
1381 xl = ConvX(x + shiftx - r); in MarkupCircle()
1390 xl = ConvX(x + shiftx - r); in MarkupCircle()
[all …]
H A DWxdkdrawControlDraw.cpt83 x = ConvX(x + (double)shiftx);
610 shiftx = 0L;
692 shiftx = (double)(pShift->x);
729 double shiftx,
1275 shiftx = (double)(pShift->x);
1337 shiftx = (double)(pShift->x);
1356 xl = ConvX(x + shiftx - r);
1365 xl = ConvX(x + shiftx - r);
1374 xl = ConvX(x + shiftx - r);
1383 xl = ConvX(x + shiftx - r);
[all …]
/dports/devel/py-xarray/xarray-0.20.1/doc/_static/
H A Ddataset-diagram-square-logo.tex25 \newcommand{\tikzcuboid@shiftx}{0}
54 \define@key{tikzcuboid}{shiftx}[\tikzcuboid@shiftx]{\renewcommand{\tikzcuboid@shiftx}{#1}}
90 …\begin{scope}[xshift=\tikzcuboid@shiftx, yshift=\tikzcuboid@shifty, scale=\tikzcuboid@scale, rotat…
137 shiftx=21cm,%
157 shiftx=21cm,%
177 shiftx=26.8cm,%
197 shiftx=28.6cm,%
217 % shiftx=27.1cm,%
231 % shiftx=27.1cm,%
245 shiftx=26.8cm,%
[all …]
H A Ddataset-diagram-logo.tex25 \newcommand{\tikzcuboid@shiftx}{0}
54 \define@key{tikzcuboid}{shiftx}[\tikzcuboid@shiftx]{\renewcommand{\tikzcuboid@shiftx}{#1}}
90 …\begin{scope}[xshift=\tikzcuboid@shiftx, yshift=\tikzcuboid@shifty, scale=\tikzcuboid@scale, rotat…
137 shiftx=21cm,%
157 shiftx=21cm,%
177 shiftx=26.8cm,%
197 shiftx=28.6cm,%
217 % shiftx=27.1cm,%
231 % shiftx=27.1cm,%
245 shiftx=26.8cm,%
[all …]
H A Ddataset-diagram.tex25 \newcommand{\tikzcuboid@shiftx}{0}
54 \define@key{tikzcuboid}{shiftx}[\tikzcuboid@shiftx]{\renewcommand{\tikzcuboid@shiftx}{#1}}
90 …\begin{scope}[xshift=\tikzcuboid@shiftx, yshift=\tikzcuboid@shifty, scale=\tikzcuboid@scale, rotat…
137 shiftx=16cm,%
157 shiftx=21cm,%
177 shiftx=26.2cm,%
197 shiftx=27.6cm,%
217 shiftx=28cm,%
232 shiftx=28cm,%
246 shiftx=28cm,%
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/ffffltk/
H A Dffffltk_display.h83 shiftx=0, in draw() local
92 shiftx = (w - scalex*drawing_w*nchars)/2.f; in draw()
124 cairo_translate(cr,x+shiftx+i*offset,y+shifty); in draw()
242 shiftx=0, in draw() local
251 shiftx = (w - scalex*drawing_w*nchars)/2.f; in draw()
283 cairo_translate(cr,x+shiftx+i*offset,y+shifty); in draw()
/dports/astro/siril/siril/src/gui/
H A Dregistration_preview.c32 int current_preview, shiftx = 0, shifty = 0; in redraw_preview() local
105 shiftx = roundf_to_int(com.seq.regparam[com.cvport][com.seq.current].shiftx); in redraw_preview()
108 if (shiftx || shifty) in redraw_preview()
109 cairo_translate(cr, shiftx, -shifty); in redraw_preview()
117 if (shiftx || shifty) in redraw_preview()
118 cairo_translate(cr, -shiftx, shifty); in redraw_preview()
281 roundf_to_int(com.seq.regparam[cvport][com.seq.current].shiftx)); in adjust_reginfo()
321 com.seq.regparam[current_layer][com.seq.current].shiftx = (float) new_value; in on_spinbut_shift_value_change()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Damplitudes.f37 real*8 amta(2,*),x,y,shiftx,shifty local
41 shiftx=0.d0
83 read(textpart(i)(8:27),'(f20.0)',iostat=istat) shiftx
143 amta(1,namtot)=x+shiftx
/dports/graphics/gegl/gegl-0.4.34/examples/
H A Dhello-world.c84 gdouble shiftx = INTERPOLATE(-256.0, -512.0); in main() local
88 gegl_node_set (mandelbrot, "shiftx", shiftx, in main()
92 g_sprintf (string, "x=%1.3f y=%1.3f z=%1.3f", shiftx, shifty, zoom); in main()
/dports/astro/siril/siril/src/stacking/
H A Dstackminmax.c145 int shiftx, shifty; in stack_addminmax() local
147shiftx = round_to_int(args->seq->regparam[reglayer][j].shiftx * (float) args->seq->upscale_at_stac… in stack_addminmax()
150 shiftx = 0; in stack_addminmax()
154 printf("stack image %d with shift x=%d y=%d\n", j, shiftx, shifty); in stack_addminmax()
164 int nx = x - shiftx; in stack_addminmax()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dbwing.cpp185 unsigned flip, x, y, shiftx; in screen_update() local
190 shiftx = -8; in screen_update()
195 shiftx = 8; in screen_update()
202 x = ((m_sreg[1]<<2 & 0x300) + m_sreg[2] + shiftx) & 0x3ff; in screen_update()
218 x = ((m_sreg[1] << 6 & 0x300) + m_sreg[4] + shiftx) & 0x3ff; in screen_update()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dbwing.cpp185 unsigned flip, x, y, shiftx; in screen_update() local
190 shiftx = -8; in screen_update()
195 shiftx = 8; in screen_update()
202 x = ((m_sreg[1]<<2 & 0x300) + m_sreg[2] + shiftx) & 0x3ff; in screen_update()
218 x = ((m_sreg[1] << 6 & 0x300) + m_sreg[4] + shiftx) & 0x3ff; in screen_update()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
400 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
449 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
450 x_s = xs >> shiftx; in mlib_AffineEdges()
456 xs = (xCl << shiftx); in mlib_AffineEdges()
458 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
466 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
540 x_s = xs >> shiftx; in mlib_AffineEdges()
543 xs = (xCl << shiftx); in mlib_AffineEdges()
545 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/passes/pmgen/
H A Dxilinx_srl.pmg187 match shiftx
188 select shiftx->type.in($shiftx)
189 select !shiftx->has_keep_attr()
190 select param(shiftx, \Y_WIDTH).as_int() == 1
191 filter param(shiftx, \A_WIDTH).as_int() >= minlen
198 shiftx_width = param(shiftx, \A_WIDTH).as_int();
207 index <SigBit> port(first, \Q)[idx] === port(shiftx, \A)[shiftx_width-1]
235 shiftx->connections_.at(\A)[shiftx_width-1] = port(cell, \Q)[rng(WIDTH)];
265 arg shiftx
280 index <SigBit> port(next, \Q)[idx] === port(shiftx, \A)[shiftx_width-1-GetSize(chain)]
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
400 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
449 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
450 x_s = xs >> shiftx; in mlib_AffineEdges()
456 xs = (xCl << shiftx); in mlib_AffineEdges()
458 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
466 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
540 x_s = xs >> shiftx; in mlib_AffineEdges()
543 xs = (xCl << shiftx); in mlib_AffineEdges()
545 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
400 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
449 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
450 x_s = xs >> shiftx; in mlib_AffineEdges()
456 xs = (xCl << shiftx); in mlib_AffineEdges()
458 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
466 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
540 x_s = xs >> shiftx; in mlib_AffineEdges()
543 xs = (xCl << shiftx); in mlib_AffineEdges()
545 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
400 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
449 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
450 x_s = xs >> shiftx; in mlib_AffineEdges()
456 xs = (xCl << shiftx); in mlib_AffineEdges()
458 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
466 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
540 x_s = xs >> shiftx; in mlib_AffineEdges()
543 xs = (xCl << shiftx); in mlib_AffineEdges()
545 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
400 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
445 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
446 x_s = xs >> shiftx; in mlib_AffineEdges()
452 xs = (xCl << shiftx); in mlib_AffineEdges()
454 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
462 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
532 x_s = xs >> shiftx; in mlib_AffineEdges()
535 xs = (xCl << shiftx); in mlib_AffineEdges()
537 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
394 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
440 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
441 x_s = xs >> shiftx; in mlib_AffineEdges()
447 xs = (xCl << shiftx); in mlib_AffineEdges()
449 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
457 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
528 x_s = xs >> shiftx; in mlib_AffineEdges()
531 xs = (xCl << shiftx); in mlib_AffineEdges()
533 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
394 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
440 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
441 x_s = xs >> shiftx; in mlib_AffineEdges()
447 xs = (xCl << shiftx); in mlib_AffineEdges()
449 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
457 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
528 x_s = xs >> shiftx; in mlib_AffineEdges()
531 xs = (xCl << shiftx); in mlib_AffineEdges()
533 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
394 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
440 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
441 x_s = xs >> shiftx; in mlib_AffineEdges()
447 xs = (xCl << shiftx); in mlib_AffineEdges()
449 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
457 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
528 x_s = xs >> shiftx; in mlib_AffineEdges()
531 xs = (xCl << shiftx); in mlib_AffineEdges()
533 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
400 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
449 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
450 x_s = xs >> shiftx; in mlib_AffineEdges()
456 xs = (xCl << shiftx); in mlib_AffineEdges()
458 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
466 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
540 x_s = xs >> shiftx; in mlib_AffineEdges()
543 xs = (xCl << shiftx); in mlib_AffineEdges()
545 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c51 mlib_s32 shiftx, in mlib_AffineEdges() argument
400 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); in mlib_AffineEdges()
449 xs = (mlib_s32) ((dxs * div + delta) * (1 << shiftx)); in mlib_AffineEdges()
450 x_s = xs >> shiftx; in mlib_AffineEdges()
456 xs = (xCl << shiftx); in mlib_AffineEdges()
458 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
466 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; in mlib_AffineEdges()
540 x_s = xs >> shiftx; in mlib_AffineEdges()
543 xs = (xCl << shiftx); in mlib_AffineEdges()
545 xs = ((wCl << shiftx) - 1); in mlib_AffineEdges()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/tools/ch2lmp/other/
H A Dmkpdb.f122 real*8 xx,yy,zz,shiftx,shifty,shiftz,proteinmass local
139 shiftx = 0.0
147 shiftx = shiftx + (x(1,i) + mytrue(1,i)*xprd)*mass(type(i))
154 shiftx = shiftx/proteinmass
159 x(1,i) = x(1,i) - shiftx

12345678910>>...12