Home
last modified time | relevance | path

Searched refs:stepy (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/cad/alliance/alliance/src/ring/src/
H A Dbigvia.c54 long stepx, stepy, xv, yv, dxv, dyv; in bigvia_ring() local
88 dyv = stepy * BV_VIA_VIA * SCALE_X; in bigvia_ring()
97 for (j = 0; j <= stepy; j++) { in bigvia_ring()
120 if (i == 0 || i == stepx || j == 0 || j == stepy) in bigvia_ring()
142 if (stepx || stepy) in bigvia_ring()
145 if (stepx || stepy) in bigvia_ring()
147 xv, yv + stepy * BV_VIA_VIA * SCALE_X, NULL); in bigvia_ring()
148 if (stepy) in bigvia_ring()
152 if (stepx || stepy) in bigvia_ring()
155 if (stepx || stepy) in bigvia_ring()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/
H A Dview_steps.pl131 $stepy[$ii + $ioff_steps] = $2;
140 "$atomlabel[$ii+$ioff_steps] $stepx[$ii+$ioff_steps] $stepy[$ii+$ioff_steps] $stepz[$ii]\n";
147 $stepnorm = &norm($istep,$natoms,*stepx,*stepy,*stepz);
153 &direction_cosine($natoms,$istep,$jstep,*stepx,*stepy,*stepz);
177 local($istep,$natoms,*stepx,*stepy,*stepz) = @_;
186 $norm += $stepy[$ioff+$ii]*$stepy[$ioff+$ii];
204 local($natoms,$istep,$jstep,*stepx,*stepy,*stepz) = @_;
213 $temp += $stepy[$ioff+$ii]*$stepy[$joff+$ii];
217 $normij = &norm($istep,$natoms,*stepx,*stepy,*stepz) *
218 &norm($jstep,$natoms,*stepx,*stepy,*stepz);
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/
H A Dview_steps.pl131 $stepy[$ii + $ioff_steps] = $2;
140 "$atomlabel[$ii+$ioff_steps] $stepx[$ii+$ioff_steps] $stepy[$ii+$ioff_steps] $stepz[$ii]\n";
147 $stepnorm = &norm($istep,$natoms,*stepx,*stepy,*stepz);
153 &direction_cosine($natoms,$istep,$jstep,*stepx,*stepy,*stepz);
177 local($istep,$natoms,*stepx,*stepy,*stepz) = @_;
186 $norm += $stepy[$ioff+$ii]*$stepy[$ioff+$ii];
204 local($natoms,$istep,$jstep,*stepx,*stepy,*stepz) = @_;
213 $temp += $stepy[$ioff+$ii]*$stepy[$joff+$ii];
217 $normij = &norm($istep,$natoms,*stepx,*stepy,*stepz) *
218 &norm($jstep,$natoms,*stepx,*stepy,*stepz);
/dports/games/openttd/openttd-12.1/src/blitter/
H A Dcommon.hpp24 int stepy; in DrawLineGeneric() local
29 stepy = -1; in DrawLineGeneric()
31 stepy = 1; in DrawLineGeneric()
72 stepy = -stepy; in DrawLineGeneric()
83 y_low -= stepy; in DrawLineGeneric()
87 y_high += stepy; in DrawLineGeneric()
97 y_bound += (1 + quotient) * stepy; in DrawLineGeneric()
113 for (int y = y_low; y != y_high; y += stepy) { in DrawLineGeneric()
118 y_low += stepy; in DrawLineGeneric()
122 y_high += stepy; in DrawLineGeneric()
[all …]
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/edgewipe/barndoorwipe/
H A DBarnDoorWipeStrategy.cpp62 int stepy = static_cast<int>( area.height() * percent ); in clipPath() local
86 stepy = static_cast<int>( height_2 * percent ); in clipPath()
89 path.moveTo( left + QPoint( 0, stepy ) ); in clipPath()
90 path.lineTo( left - QPoint( 0, stepy ) ); in clipPath()
91 path.lineTo( right - QPoint( 0, stepy ) ); in clipPath()
92 path.lineTo( right + QPoint( 0, stepy ) ); in clipPath()
100 path.lineTo( area.bottomLeft() - QPoint( 0, stepy ) ); in clipPath()
103 path.lineTo( area.topRight() + QPoint( 0, stepy ) ); in clipPath()
109 path.moveTo( area.topLeft() + QPoint( 0, stepy ) ); in clipPath()
112 path.lineTo( area.bottomRight() - QPoint( 0, stepy ) ); in clipPath()
/dports/games/stratagus/stratagus-3.2.0/src/stratagus/
H A Dmainloop.cpp99 int stepy; in DoScrollArea() local
113 stepy = (int)(speed * vp->MapHeight / 2 * PixelTileSize.y * FRAMES_PER_SECOND / 4); in DoScrollArea()
117 stepy = (int)(speed * PixelTileSize.y * FRAMES_PER_SECOND / 4); in DoScrollArea()
131 stepy = stepy * 100 * 100 / VideoSyncSpeed / FRAMES_PER_SECOND / (SkipFrames + 1); in DoScrollArea()
132 remy += stepy - (stepy / 100) * 100; in DoScrollArea()
133 stepy /= 100; in DoScrollArea()
135 ++stepy; in DoScrollArea()
139 stepy = 0; in DoScrollArea()
143 stepy = -stepy; in DoScrollArea()
148 const PixelDiff offset(stepx, stepy); in DoScrollArea()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/edgewipe/miscdiagonalwipe/
H A DDoubleDiamondWipeStrategy.cpp62 int stepy = static_cast<int>( height_2 * percent ); in clipPath() local
67 outerPath.lineTo( area.topRight() + QPoint( 0, stepy ) ); in clipPath()
68 outerPath.lineTo( area.bottomRight() - QPoint( 0, stepy ) ); in clipPath()
71 outerPath.lineTo( area.bottomLeft() - QPoint( 0, stepy ) ); in clipPath()
72 outerPath.lineTo( area.topLeft() + QPoint( 0, stepy ) ); in clipPath()
76 innerPath.moveTo( area.center() - QPoint( 0, stepy ) ); in clipPath()
78 innerPath.lineTo( area.center() + QPoint( 0, stepy ) ); in clipPath()
H A DDoubleBarnDoorWipeStrategy.cpp62 int stepy = static_cast<int>( height_2 * percent ); in clipPath() local
67 path.lineTo( area.center() - QPoint( 0, stepy ) ); in clipPath()
70 path.lineTo( area.topRight() + QPoint( 0, stepy ) ); in clipPath()
72 path.lineTo( area.bottomRight() - QPoint( 0, stepy ) ); in clipPath()
75 path.lineTo( area.center() + QPoint( 0, stepy ) ); in clipPath()
78 path.lineTo( area.bottomLeft() - QPoint( 0, stepy ) ); in clipPath()
80 path.lineTo( area.topLeft() + QPoint( 0, stepy ) ); in clipPath()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dcopypix.c64 stepy = -1; in copy_rgb_pixels()
70 stepy = 1; in copy_rgb_pixels()
97 for (j=0; j<height; j++, sy+=stepy, dy+=stepy) { in copy_rgb_pixels()
191 stepy = -1; in copy_ci_pixels()
197 stepy = 1; in copy_ci_pixels()
211 for (j=0; j<height; j++, sy+=stepy, dy+=stepy) { in copy_ci_pixels()
291 stepy = -1; in copy_depth_pixels()
297 stepy = 1; in copy_depth_pixels()
318 for (j=0; j<height; j++, sy+=stepy, dy+=stepy) { in copy_depth_pixels()
384 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/science/shelxle/shelxle-1.0.1352/
H A Dideal_defden.cpp21 int stepy = chgl->mol->cell.b / stepWitdth; in beloWriteCube() local
23 size_t ntot = stepx * stepy * stepz; in beloWriteCube()
31 stepy = chgl->mol->cell.b / stepWitdth; in beloWriteCube()
33 ntot = stepx * stepy * stepz; in beloWriteCube()
37 V3 _dx = V3(1.0 / stepx, 0, 0), _dy = V3(0, 1.0 / stepy, 0), _dz = V3(0, 0, 1.0 / stepz); in beloWriteCube()
68 for (int iy=0; iy<stepy; iy++){ in beloWriteCube()
77 dat[ix + iy*stepx + iz*stepx*stepy]=(float)rho; in beloWriteCube()
90 bool gut = fxle->loadMap(stepx, stepy, stepz, dat);//dat lives as datfo_fc its life in fxle in beloWriteCube()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/oinksie/
H A Dmisc.c58 int stepx, stepy; in _oink_line_xory_next_xy() local
65 stepy = -1; in _oink_line_xory_next_xy()
69 stepy = 1; in _oink_line_xory_next_xy()
99 y0 += stepy; in _oink_line_xory_next_xy()
126 y0 += stepy; in _oink_line_xory_next_xy()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
364 stepy = -1; in copy_stencil_pixels()
370 stepy = 1; in copy_stencil_pixels()
[all …]
/dports/x11/xstroke/xstroke-0.5.12/
H A Dbresenham.c50 int stepx, stepy; in bresenham_skip_first_last() local
54 stepy = -1; in bresenham_skip_first_last()
56 stepy = 1; in bresenham_skip_first_last()
74 y1 += stepy; in bresenham_skip_first_last()
90 y1 += stepy; in bresenham_skip_first_last()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/edgewipe/fourboxwipe/
H A DCornersInWipeStrategy.cpp63 int stepy = static_cast<int>( height_2 * percent ); in clipPath() local
69 QSize rectSize( stepx, stepy ); in clipPath()
73 QRect bottomRight( area.bottomRight() - QPoint( stepx, stepy), rectSize ); in clipPath()
74 QRect bottomLeft( area.bottomLeft() - QPoint( 0, stepy ), rectSize ); in clipPath()
85 QRect vertRect( QPoint( 0, 0 ), QSize( area.width(), 2 * stepy ) ); in clipPath()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/edgewipe/barnveewipe/
H A DBarnVeeWipeStrategy.cpp62 int stepy = static_cast<int>( area.height() * percent ); in clipPath() local
75 path.lineTo( area.topLeft() + QPoint( 0, stepy ) ); in clipPath()
78 path.lineTo( area.topRight() + QPoint( 0, stepy ) ); in clipPath()
81 path.lineTo( QPoint( width_2, area.height() ) - QPoint( 0, stepy ) ); in clipPath()
97 path.lineTo( area.bottomLeft() - QPoint( 0, stepy ) ); in clipPath()
100 path.lineTo( area.bottomRight() - QPoint( 0, stepy ) ); in clipPath()
103 path.lineTo( QPoint( width_2, 0 ) + QPoint( 0, stepy ) ); in clipPath()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dmainloop.cpp125 int stepy; in DoScrollArea() local
142 stepy = (int)(speed * Map.GetCurrentPixelTileSize().y * FRAMES_PER_SECOND / 4 * 4); in DoScrollArea()
147 stepy = (int)(speed * Map.GetCurrentPixelTileSize().y * FRAMES_PER_SECOND / 4); in DoScrollArea()
161 stepy = stepy * 100 * 100 / VideoSyncSpeed / FRAMES_PER_SECOND / (SkipFrames + 1); in DoScrollArea()
162 remy += stepy - (stepy / 100) * 100; in DoScrollArea()
163 stepy /= 100; in DoScrollArea()
165 ++stepy; in DoScrollArea()
169 stepy = 0; in DoScrollArea()
173 stepy = -stepy; in DoScrollArea()
178 const PixelDiff offset(stepx, stepy); in DoScrollArea()

12345678910>>...13