Home
last modified time | relevance | path

Searched refs:xend (Results 1 – 25 of 1834) sorted by relevance

12345678910>>...74

/dports/games/openglad/openglad-0.98/src/
H A Dbutton.cpp37 xend = xloc + width; in vbutton()
63 xend = xloc + width; in vbutton()
90 xend = xloc + width; in vbutton()
105 xend = xloc + width; in vbutton()
121 myscreen->draw_box(xloc-4,yloc-4,xend+4,yend+4,0,1,1); in ~vbutton()
145 xend = xloc + width; in set_graphic()
169 myscreen->draw_box(xend-1,yloc+1,xend-1,yend-2,BUTTON_RIGHT,1,1); // right in vdisplay()
201 myscreen->draw_box(xend-1,yloc+1,xend-1,yend-2,BUTTON_LEFT,1,1); // right in vdisplay()
206 myscreen->buffer_to_screen(xloc,yloc,xend-xloc,yend-yloc); in vdisplay()
213 myscreen->draw_box(xend-1,yloc+1,xend-1,yend-2,BUTTON_RIGHT+32,1,1); // right in vdisplay()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/
H A Drohf_fock2g.F29 integer nvir, voff, ooff, oend, xoff, xend
38 xend = nclosed*nvir
43 call ga_dscal_patch(g_grad, 1, xend, 1, 1, 4.d0 )
45 xoff = xend + 1
46 xend = xend + nopen*nvir
51 call ga_dscal_patch(g_grad, xoff, xend, 1, 1, 2.d0 )
52 xoff = xend + 1
53 xend = xend + nopen*nclosed
58 call ga_dscal_patch(g_grad, xoff, xend, 1, 1, 2.d0 )
H A Drohf_h1e.F16 integer nvir, voff, ooff, oend, xoff, xend
65 xend = (nclosed + nopen)*nvir
66 call ga_copy_patch('n', g_x, xoff, xend, ivec, ivec,
69 xend = nvir*(nclosed+nopen) + nclosed*nopen
70 call ga_copy_patch('n', g_x, xoff, xend, ivec, ivec,
147 xend = nclosed*nvir
156 xoff = xend + 1
157 xend = xend + nopen*nvir
164 xoff = xend + 1
165 xend = xend + nopen*nclosed
H A Drohf_h1e3.F21 integer nvir, voff, ooff, oend, xoff, xend
82 xend = (nclosed + nopen)*nvir
83 call ga_copy_patch('n', g_x, xoff, xend, ivec, ivec,
86 xend = nvir*(nclosed+nopen) + nclosed*nopen
87 call ga_copy_patch('n', g_x, xoff, xend, ivec, ivec,
164 xend = nclosed*nvir
173 xoff = xend + 1
174 xend = xend + nopen*nvir
181 xoff = xend + 1
182 xend = xend + nopen*nclosed
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ddscf/
H A Drohf_fock2g.F29 integer nvir, voff, ooff, oend, xoff, xend
38 xend = nclosed*nvir
43 call ga_dscal_patch(g_grad, 1, xend, 1, 1, 4.d0 )
45 xoff = xend + 1
46 xend = xend + nopen*nvir
51 call ga_dscal_patch(g_grad, xoff, xend, 1, 1, 2.d0 )
52 xoff = xend + 1
53 xend = xend + nopen*nclosed
58 call ga_dscal_patch(g_grad, xoff, xend, 1, 1, 2.d0 )
H A Drohf_h1e.F16 integer nvir, voff, ooff, oend, xoff, xend
65 xend = (nclosed + nopen)*nvir
66 call ga_copy_patch('n', g_x, xoff, xend, ivec, ivec,
69 xend = nvir*(nclosed+nopen) + nclosed*nopen
70 call ga_copy_patch('n', g_x, xoff, xend, ivec, ivec,
147 xend = nclosed*nvir
156 xoff = xend + 1
157 xend = xend + nopen*nvir
164 xoff = xend + 1
165 xend = xend + nopen*nclosed
H A Drohf_h1e3.F21 integer nvir, voff, ooff, oend, xoff, xend
82 xend = (nclosed + nopen)*nvir
83 call ga_copy_patch('n', g_x, xoff, xend, ivec, ivec,
86 xend = nvir*(nclosed+nopen) + nclosed*nopen
87 call ga_copy_patch('n', g_x, xoff, xend, ivec, ivec,
164 xend = nclosed*nvir
173 xoff = xend + 1
174 xend = xend + nopen*nvir
181 xoff = xend + 1
182 xend = xend + nopen*nclosed
/dports/multimedia/dirac/dirac-1.0.2/libdirac_common/
H A Dwavelet_utils.cpp70 m_xend = xend; in Init()
74 m_xl = xend - xstart; in Init()
582 const int xend=xp+xl; in Split() local
615 predictA.Filter( line_data[xend-1] , line_data[xend-2] , line_data[xend-2] ); in Split()
616 predictB.Filter( line_data[xend-2] , line_data[xend-3] , line_data[xend-1] ); in Split()
630 updateA.Filter( line_data[xend-1] , line_data[xend-2] , line_data[xend-2] ); in Split()
631 updateB.Filter( line_data[xend-2] , line_data[xend-3] , line_data[xend-1] ); in Split()
770 predictB.Filter( line_data[xend-2] , line_data[xend-3] , line_data[xend-1] ); in Synth()
771 predictA.Filter( line_data[xend-1] , line_data[xend-2] , line_data[xend-2] ); in Synth()
784 updateB.Filter( line_data[xend-2] , line_data[xend-3] , line_data[xend-1] ); in Synth()
[all …]
/dports/math/unuran/unuran-1.8.1/src/utils/
H A Dmrou_rectangle.c213 xend = _unur_xmalloc(dim * sizeof(double)); in _unur_mrou_rectangle_compute()
237 rr->vmax = -faux.f(xend, faux.params); in _unur_mrou_rectangle_compute()
244 memcpy(xstart, xend, dim * sizeof(double)); in _unur_mrou_rectangle_compute()
247 rr->vmax = -faux.f(xend, faux.params); in _unur_mrou_rectangle_compute()
288 rr->umin[d] = faux.f(xend, faux.params); in _unur_mrou_rectangle_compute()
291 memcpy(xumin, xend, dim * sizeof(double)); in _unur_mrou_rectangle_compute()
301 rr->umax[d] = -faux.f(xend, faux.params); in _unur_mrou_rectangle_compute()
304 memcpy(xumax, xend, dim * sizeof(double)); in _unur_mrou_rectangle_compute()
319 rr->umin[d] = faux.f(xend, faux.params); in _unur_mrou_rectangle_compute()
337 rr->umin[d] = faux.f(xend, faux.params); in _unur_mrou_rectangle_compute()
[all …]
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/WeaponProjectiles/
H A DLargeBeamLaserProjectile.cpp103 const float texSizeX = beamtex.xend - beamtex.xstart; in Draw()
130 va->AddVertexQTC(pos2 + (xdir * beamEdgeSize), tex.xend, tex.yend, edgeColStart); in Draw()
131 va->AddVertexQTC(pos2 - (xdir * beamEdgeSize), tex.xend, tex.ystart, edgeColStart); in Draw()
134 va->AddVertexQTC(pos2 + (xdir * beamCoreSize), tex.xend, tex.yend, coreColStart); in Draw()
135 va->AddVertexQTC(pos2 - (xdir * beamCoreSize), tex.xend, tex.ystart, coreColStart); in Draw()
145 va->AddVertexQTC(pos2 + (xdir * beamEdgeSize), tex.xend, tex.yend, edgeColStart); in Draw()
146 va->AddVertexQTC(pos2 - (xdir * beamEdgeSize), tex.xend, tex.ystart, edgeColStart); in Draw()
149 va->AddVertexQTC(pos2 + (xdir * beamCoreSize), tex.xend, tex.yend, coreColStart); in Draw()
150 va->AddVertexQTC(pos2 - (xdir * beamCoreSize), tex.xend, tex.ystart, coreColStart); in Draw()
173 tex.xend = tex.xstart + (pos1.distance(pos2) / tilelength) * texSizeX; in Draw()
[all …]
H A DBeamLaserProjectile.cpp48 (weaponDef->visuals.texture2->xend - weaponDef->visuals.texture2->xstart) * 0.5f); in CBeamLaserProjectile()
122 …va->AddVertexQTC(pos1 + xdir * beamEdgeSize - ydir * beamEdgeSize, WT2->xend, WT2->yend, edgeCol… in Draw()
123 …va->AddVertexQTC(pos1 - xdir * beamEdgeSize - ydir * beamEdgeSize, WT2->xend, WT2->ystart, edgeCol… in Draw()
126 …va->AddVertexQTC(pos1 + xdir * beamCoreSize - ydir * beamCoreSize, WT2->xend, WT2->yend, coreCol… in Draw()
127 …va->AddVertexQTC(pos1 - xdir * beamCoreSize - ydir * beamCoreSize, WT2->xend, WT2->ystart, coreCol… in Draw()
131 …va->AddVertexQTC(pos2 + xdir * beamEdgeSize, WT1->xend, WT1->yend, edgeC… in Draw()
132 …va->AddVertexQTC(pos2 - xdir * beamEdgeSize, WT1->xend, WT1->ystart, edgeC… in Draw()
135 …va->AddVertexQTC(pos2 + xdir * beamCoreSize, WT1->xend, WT1->yend, coreC… in Draw()
136 …va->AddVertexQTC(pos2 - xdir * beamCoreSize, WT1->xend, WT1->ystart, coreC… in Draw()
140 …va->AddVertexQTC(pos2 + xdir * beamEdgeSize + ydir * beamEdgeSize, WT2->xend, WT2->yend, edgeCol… in Draw()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jpc/
H A Djpc_tsfb.c191 band->xend = xend; in jpc_tsfb_getbands()
195 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands()
216 newxend = JPC_CEILDIVPOW2(xend, 1); in jpc_tsfb_getbands2()
227 band->xend = JPC_FLOORDIVPOW2(xend, 1); in jpc_tsfb_getbands2()
231 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
242 band->xend = newxend; in jpc_tsfb_getbands2()
246 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
257 band->xend = JPC_FLOORDIVPOW2(xend, 1); in jpc_tsfb_getbands2()
261 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
274 band->xend = xend; in jpc_tsfb_getbands2()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djpc_tsfb.c86 int xstart, int ystart, int xend, int yend, jpc_tsfb_band_t **bands,
178 uint_fast32_t ystart, uint_fast32_t xend, uint_fast32_t yend, in jpc_tsfb_getbands() argument
191 band->xend = xend; in jpc_tsfb_getbands()
195 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands()
216 newxend = JPC_CEILDIVPOW2(xend, 1); in jpc_tsfb_getbands2()
227 band->xend = JPC_FLOORDIVPOW2(xend, 1); in jpc_tsfb_getbands2()
231 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
242 band->xend = newxend; in jpc_tsfb_getbands2()
246 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
257 band->xend = JPC_FLOORDIVPOW2(xend, 1); in jpc_tsfb_getbands2()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/python/plugins/
H A DFPC_wizard.py111 xend = pad_pitch * pad_count + xstart;
119 self.draw.Line(xstart, posy, xend, posy)
129 max_x = -xend
130 self.draw.Line(xstart, posy, xend, posy)
139 xstart = xend
141 self.draw.Line(xstart, posy, xend, yend)
149 xstart = xend
150 xend = - pad_pitch*0.5-offsetX
152 self.draw.Line(xstart, posy, xend, yend)
158 xstart = xend
[all …]
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/jpc/
H A Djpc_tsfb.c204 band->xend = xend; in jpc_tsfb_getbands()
208 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands()
229 newxend = JPC_CEILDIVPOW2(xend, 1); in jpc_tsfb_getbands2()
240 band->xend = JPC_FLOORDIVPOW2(xend, 1); in jpc_tsfb_getbands2()
244 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
255 band->xend = newxend; in jpc_tsfb_getbands2()
259 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
270 band->xend = JPC_FLOORDIVPOW2(xend, 1); in jpc_tsfb_getbands2()
274 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
287 band->xend = xend; in jpc_tsfb_getbands2()
[all …]
/dports/games/spring/spring_98.0/AI/Skirmish/KAIK/
H A DSpotFinder.cpp33 xend = new int[height + width]; in CSpotFinder()
41 delete[] xend; in ~CSpotFinder()
92 delete[] xend; in SetRadius()
178 for (int sx = x - xend[a]; sx <= x + xend[a]; sx++) { in MakeSumMap()
192 int addX = x + xend[a]; in MakeSumMap()
208 int remY = y-xend[a] - 1; in MakeSumMap()
218 int addY = y + xend[a]; in MakeSumMap()
347 for (int sx = x - xend[a]; sx <= x + xend[a]; sx++) { in UpdateSumMapArea()
362 int addX = x+xend[a]; in UpdateSumMapArea()
387 int addY = y+xend[a]; in UpdateSumMapArea()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dscale.h5 for(uchar *xend = &src[sw*BPP], *xsrc = src; xsrc < xend; xsrc += 2*BPP, dst += BPP) in FUNCNAME() local
23 for(uchar *xend = &src[sw*BPP], *xsrc = src; xsrc < xend; xsrc += wfrac*BPP, dst += BPP) in FUNCNAME() local
28 for(uchar *ycur = xsrc, *xend = &ycur[wfrac*BPP], *yend = &src[hfrac*stride]; in FUNCNAME() local
30 ycur += stride, xend += stride) in FUNCNAME()
32 for(uchar *xcur = ycur; xcur < xend; xcur += BPP) in FUNCNAME()
66 const uchar *xsrc = &ysrc[xi*BPP], *xend = &xsrc[w*BPP]; in FUNCNAME() local
70 for(const uchar *xcur = &xsrc[BPP]; xcur < xend; xcur += BPP) in FUNCNAME()
82 xend += stride; in FUNCNAME()
83 for(uint hcur = h; --hcur; xsrc += stride, xend += stride) in FUNCNAME()
88 for(const uchar *xcur = &xsrc[BPP]; xcur < xend; xcur += BPP) in FUNCNAME()
[all …]
/dports/games/tesseract/tesseract/src/engine/
H A Dscale.h5 for(uchar *xend = &src[sw*BPP], *xsrc = src; xsrc < xend; xsrc += 2*BPP, dst += BPP) in FUNCNAME() local
23 for(uchar *xend = &src[sw*BPP], *xsrc = src; xsrc < xend; xsrc += wfrac*BPP, dst += BPP) in FUNCNAME() local
28 for(uchar *ycur = xsrc, *xend = &ycur[wfrac*BPP], *yend = &src[hfrac*stride]; in FUNCNAME() local
30 ycur += stride, xend += stride) in FUNCNAME()
32 for(uchar *xcur = ycur; xcur < xend; xcur += BPP) in FUNCNAME()
66 const uchar *xsrc = &ysrc[xi*BPP], *xend = &xsrc[w*BPP]; in FUNCNAME() local
70 for(const uchar *xcur = &xsrc[BPP]; xcur < xend; xcur += BPP) in FUNCNAME()
82 xend += stride; in FUNCNAME()
83 for(uint hcur = h; --hcur; xsrc += stride, xend += stride) in FUNCNAME()
88 for(const uchar *xcur = &xsrc[BPP]; xcur < xend; xcur += BPP) in FUNCNAME()
[all …]
/dports/games/tesseract-data/tesseract/src/engine/
H A Dscale.h5 for(uchar *xend = &src[sw*BPP], *xsrc = src; xsrc < xend; xsrc += 2*BPP, dst += BPP) in FUNCNAME() local
23 for(uchar *xend = &src[sw*BPP], *xsrc = src; xsrc < xend; xsrc += wfrac*BPP, dst += BPP) in FUNCNAME() local
28 for(uchar *ycur = xsrc, *xend = &ycur[wfrac*BPP], *yend = &src[hfrac*stride]; in FUNCNAME() local
30 ycur += stride, xend += stride) in FUNCNAME()
32 for(uchar *xcur = ycur; xcur < xend; xcur += BPP) in FUNCNAME()
66 const uchar *xsrc = &ysrc[xi*BPP], *xend = &xsrc[w*BPP]; in FUNCNAME() local
70 for(const uchar *xcur = &xsrc[BPP]; xcur < xend; xcur += BPP) in FUNCNAME()
82 xend += stride; in FUNCNAME()
83 for(uint hcur = h; --hcur; xsrc += stride, xend += stride) in FUNCNAME()
88 for(const uchar *xcur = &xsrc[BPP]; xcur < xend; xcur += BPP) in FUNCNAME()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dscale.h5 for(uchar *xend = &src[stride]; src < xend; src += 2*BPP, dst += BPP) in FUNCNAME() local
23 for(uchar *xend = &src[stride]; src < xend; src += wfrac*BPP, dst += BPP) in FUNCNAME() local
28 for(uchar *ycur = src, *xend = &ycur[wfrac*BPP], *yend = &src[hfrac*stride]; in FUNCNAME() local
30 ycur += stride, xend += stride) in FUNCNAME()
32 for(uchar *xcur = ycur; xcur < xend; xcur += BPP) in FUNCNAME()
66 const uchar *xsrc = &ysrc[xi*BPP], *xend = &xsrc[w*BPP]; in FUNCNAME() local
70 for(const uchar *xcur = &xsrc[BPP]; xcur < xend; xcur += BPP) in FUNCNAME()
82 xend += stride; in FUNCNAME()
83 for(uint hcur = h; --hcur; xsrc += stride, xend += stride) in FUNCNAME()
88 for(const uchar *xcur = &xsrc[BPP]; xcur < xend; xcur += BPP) in FUNCNAME()
[all …]
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/icons/
H A Dsquare.pl50 $xend = $w-1;
51 $xend-- while $xend >= $xstart and scalar(grep { $_ ne $back } map { $data->[$_*$w+$xend] } 0 .. ($…
55 $hexpand = ($yend-$ystart) - ($xend-$xstart);
59 $xend += $hexpand - $left;
66 $ow = $xend - $xstart + 1;
76 $xend += $extra - $left;
80 $ow = $xend - $xstart + 1;
87 for ($x = $xstart; $x <= $xend; $x++) {
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dlayout_blends.c49 double xstart, xend, bw, tmp; in common_process() local
62 xend = weed_get_double_value(in_params[3], WEED_LEAF_VALUE, NULL); in common_process()
69 xend = 1. - xstart; in common_process()
72 if (xstart > xend) { in common_process()
73 tmp = xend; in common_process()
74 xend = xstart; in common_process()
89 bbs = src1 + (int)(height * (xend - bw) + .5) * irowstride1; in common_process()
90 bbe = src1 + (int)(height * (xend + bw) + .5) * irowstride1; in common_process()
91 xstart = xend = -bw; in common_process()
108 … if ((j < width * (xstart - bw) || j >= width * (xend + bw)) && (src1 <= tbs || src1 >= bbe)) { in common_process()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/
H A Djpc_tsfb.c329 bands[0].xend = xend; in jpc_tsfb_getbands()
333 bands[0].locxend = xend; in jpc_tsfb_getbands()
340 xstart, ystart, xend, yend, &bands); in jpc_tsfb_getbands()
367 nodeband->ystart, nodeband->xend, in jpc_tsfbnode_getbandstree()
380 band->xend = nodeband->xend; in jpc_tsfbnode_getbandstree()
500 hbands[0].end = xend; in qmfb2d_getbands()
502 hbands[0].locend = xend; in qmfb2d_getbands()
521 band->xend = hbands[hbandno].end; in qmfb2d_getbands()
527 assert(band->xstart <= band->xend && in qmfb2d_getbands()
529 if (band->xstart == band->xend) { in qmfb2d_getbands()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/tutorials/
H A Dex18.c30 Vec x,xend; in main() local
47 ierr = VecDuplicate(x,&xend);CHKERRQ(ierr); in main()
51 ierr = VecSetValues(xend,1,&i,&result,INSERT_VALUES);CHKERRQ(ierr); in main()
55 ierr = VecSetValues(xend,1,&i,&result,INSERT_VALUES);CHKERRQ(ierr); in main()
63 ierr = VecAssemblyBegin(xend);CHKERRQ(ierr); in main()
64 ierr = VecAssemblyEnd(xend);CHKERRQ(ierr); in main()
90 ierr = VecDot(x,xend,&dummy);CHKERRQ(ierr); in main()
98 ierr = VecDestroy(&xend);CHKERRQ(ierr); in main()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/
H A Ddoublebuffer.cc363 int xstart = -1, xend = -1; in draw_line() local
373 int xend = xmax; in draw_line() local
375 if( xend > buf_right ) xend = buf_right; in draw_line()
405 xend -= 1; in draw_line()
412 if( xend > buf_right ) xend = buf_right; in draw_line()
413 if( xend > xmax ) xend = xmax; in draw_line()
495 int xend = xmax; in draw_line() local
497 if( xend > buf_right ) xend = buf_right; in draw_line()
525 xend -= 1; in draw_line()
532 if( xend > buf_right ) xend = buf_right; in draw_line()
[all …]

12345678910>>...74