Home
last modified time | relevance | path

Searched refs:SIZEX (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dbitary.h115 template <unsigned int SIZEX, unsigned int SIZEY> class FixedBitArray
118 std::bitset<SIZEX*SIZEY> data;
146 if (x < 0 || y < 0 || x >= (int)SIZEX || y >= (int)SIZEY) in get()
147 die("bit array range error: %d,%d / %u,%u", x, y, SIZEX, SIZEY); in get()
149 unsigned int i = y * SIZEX + x; in get()
171 if (x < 0 || y < 0 || x >= (int)SIZEX || y >= (int)SIZEY)
172 die("bit array range error: %d,%d / %u,%u", x, y, SIZEX, SIZEY);
174 unsigned int i = y * SIZEX + x;
183 inline FixedBitArray<SIZEX, SIZEY>& operator|=(const FixedBitArray<SIZEX, SIZEY>&x)
189 inline FixedBitArray<SIZEX, SIZEY>& operator&=(const FixedBitArray<SIZEX, SIZEY>&x)
/dports/lang/pocl/pocl-1.8/examples/boxadd/
H A Dboxadd.c30 #define SIZEX (1230) macro
33 #define DATA_SIZE (SIZEX * SIZEY * SIZEZ)
75 for (i = 0; i < SIZEX; ++i) in main()
77 int indx = k * SIZEX * SIZEY + j * SIZEX + i; in main()
85 if (exec_matadd_kernel (context, device, queue, program, SIZEX, SIZEY, SIZEZ, in main()
95 for (i = 0; i < SIZEX; ++i) in main()
97 int indx = k * SIZEX * SIZEY + j * SIZEX + i; in main()
/dports/graphics/pgplot/pgplot/drivers/old/
H A Dvidriv.f58 INTEGER SIZEX, SIZEY local
59 PARAMETER (SIZEX=2400 ,SIZEY=3150)
84 RBUF(2) = SIZEX
119 RBUF(2) = SIZEX
210 J0 = OFFSETX + SIZEX - NINT(RBUF(1))
212 J1 = OFFSETX + SIZEX - NINT(RBUF(3))
230 J0 = OFFSETX + SIZEX - NINT(RBUF(1))
289 J0 = OFFSETX + SIZEX - NINT(RBUF(1))
H A Dimdriv.f62 INTEGER SIZEX, SIZEY ! REW -- 26MAY88 local
63 PARAMETER (SIZEX=3150 ,SIZEY=2400) ! REW -- 26MAY88
87 RBUF(2) = SIZEX ! rew -- 25 may 1988
122 RBUF(2) = SIZEX ! rew -- 25 May 1988
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c63 #define SIZEX WRD_GSCR_WIDTH macro
414 sh->min_width=SIZEX; in InitWin()
416 sh->max_width=SIZEX; in InitWin()
601 if(sx + width > SIZEX) in TransferArea()
1125 tx %= SIZEX; in x_XCopy()
1133 if(etx > SIZEX) in x_XCopy()
1135 sx1 + (etx - SIZEX), in x_XCopy()
1137 w - (etx - SIZEX), in x_XCopy()
1150 sx1 + (etx - SIZEX), in x_XCopy()
1152 w - (etx - SIZEX), in x_XCopy()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dx_wrdwindow.c63 #define SIZEX WRD_GSCR_WIDTH macro
414 sh->min_width=SIZEX; in InitWin()
416 sh->max_width=SIZEX; in InitWin()
601 if(sx + width > SIZEX) in TransferArea()
1125 tx %= SIZEX; in x_XCopy()
1133 if(etx > SIZEX) in x_XCopy()
1135 sx1 + (etx - SIZEX), in x_XCopy()
1137 w - (etx - SIZEX), in x_XCopy()
1150 sx1 + (etx - SIZEX), in x_XCopy()
1152 w - (etx - SIZEX), in x_XCopy()
[all …]
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c63 #define SIZEX WRD_GSCR_WIDTH in gtid_test()
414 sh->min_width=SIZEX;
416 sh->max_width=SIZEX;
601 if(sx + width > SIZEX)
1125 tx %= SIZEX;
1133 if(etx > SIZEX)
1135 sx1 + (etx - SIZEX),
1137 w - (etx - SIZEX),
1150 sx1 + (etx - SIZEX),
1152 w - (etx - SIZEX),
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c63 #define SIZEX WRD_GSCR_WIDTH macro
414 sh->min_width=SIZEX; in InitWin()
416 sh->max_width=SIZEX; in InitWin()
601 if(sx + width > SIZEX) in TransferArea()
1125 tx %= SIZEX; in x_XCopy()
1133 if(etx > SIZEX) in x_XCopy()
1135 sx1 + (etx - SIZEX), in x_XCopy()
1137 w - (etx - SIZEX), in x_XCopy()
1150 sx1 + (etx - SIZEX), in x_XCopy()
1152 w - (etx - SIZEX), in x_XCopy()
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c63 #define SIZEX WRD_GSCR_WIDTH macro
414 sh->min_width=SIZEX; in InitWin()
416 sh->max_width=SIZEX; in InitWin()
601 if(sx + width > SIZEX) in TransferArea()
1125 tx %= SIZEX; in x_XCopy()
1133 if(etx > SIZEX) in x_XCopy()
1135 sx1 + (etx - SIZEX), in x_XCopy()
1137 w - (etx - SIZEX), in x_XCopy()
1150 sx1 + (etx - SIZEX), in x_XCopy()
1152 w - (etx - SIZEX), in x_XCopy()
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c63 #define SIZEX WRD_GSCR_WIDTH macro
414 sh->min_width=SIZEX; in InitWin()
416 sh->max_width=SIZEX; in InitWin()
601 if(sx + width > SIZEX) in TransferArea()
1125 tx %= SIZEX; in x_XCopy()
1133 if(etx > SIZEX) in x_XCopy()
1135 sx1 + (etx - SIZEX), in x_XCopy()
1137 w - (etx - SIZEX), in x_XCopy()
1150 sx1 + (etx - SIZEX), in x_XCopy()
1152 w - (etx - SIZEX), in x_XCopy()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c63 #define SIZEX WRD_GSCR_WIDTH macro
414 sh->min_width=SIZEX; in InitWin()
416 sh->max_width=SIZEX; in InitWin()
601 if(sx + width > SIZEX) in TransferArea()
1125 tx %= SIZEX; in x_XCopy()
1133 if(etx > SIZEX) in x_XCopy()
1135 sx1 + (etx - SIZEX), in x_XCopy()
1137 w - (etx - SIZEX), in x_XCopy()
1150 sx1 + (etx - SIZEX), in x_XCopy()
1152 w - (etx - SIZEX), in x_XCopy()
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c63 #define SIZEX WRD_GSCR_WIDTH macro
414 sh->min_width=SIZEX; in InitWin()
416 sh->max_width=SIZEX; in InitWin()
601 if(sx + width > SIZEX) in TransferArea()
1125 tx %= SIZEX; in x_XCopy()
1133 if(etx > SIZEX) in x_XCopy()
1135 sx1 + (etx - SIZEX), in x_XCopy()
1137 w - (etx - SIZEX), in x_XCopy()
1150 sx1 + (etx - SIZEX), in x_XCopy()
1152 w - (etx - SIZEX), in x_XCopy()
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dx_wrdwindow.c63 #define SIZEX WRD_GSCR_WIDTH macro
414 sh->min_width=SIZEX; in InitWin()
416 sh->max_width=SIZEX; in InitWin()
601 if(sx + width > SIZEX) in TransferArea()
1125 tx %= SIZEX; in x_XCopy()
1133 if(etx > SIZEX) in x_XCopy()
1135 sx1 + (etx - SIZEX), in x_XCopy()
1137 w - (etx - SIZEX), in x_XCopy()
1150 sx1 + (etx - SIZEX), in x_XCopy()
1152 w - (etx - SIZEX), in x_XCopy()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/gemm/
H A Dgen9_gemm_compute.cl26 #define SIZEX 1
29 #define SIZEX 2
32 #define SIZEX 3
35 #define SIZEX 4
60 #define SIZEX 1
63 #define SIZEX 2
66 #define SIZEX 3
69 #define SIZEX 4
72 #define SIZEX 8
100 #if SIZEX == 2
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/gemm/
H A Dgen9_gemm_compute.cl26 #define SIZEX 1
29 #define SIZEX 2
32 #define SIZEX 3
35 #define SIZEX 4
60 #define SIZEX 1
63 #define SIZEX 2
66 #define SIZEX 3
69 #define SIZEX 4
72 #define SIZEX 8
100 #if SIZEX == 2
[all …]
/dports/editors/picpas/PicPas-7940bc3/txpres/Demo6 - IDE con compilador a ASM8086/pas32v25/GRAPH/
H A DVBE3.INC226 lea eax,[eax+SIZEX]
259 lea eax,[eax+SIZEX]
290 lea eax,[eax+SIZEX]
323 lea eax,[eax+SIZEX]
358 lea eax,[eax+SIZEX]
391 lea eax,[eax+SIZEX]
417 lea eax,[eax+SIZEX]
441 lea eax,[eax+SIZEX]
479 lea ebx,[ebx+SIZEX]
508 lea ebx,[ebx+SIZEX]
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dttrunc.c25 #define SIZEX 100 macro
35 mpfr_inits2 (SIZEX, x, y, z, t, y2, z2, t2, (mpfr_ptr) 0); in main()
69 for (k = 2; k <= SIZEX; k++) in main()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataloex/
H A DCCU.DP5 DELETE NUMDEF SIZEX
7 READ CCU.DAT NUMDEF SIZEX
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataexec/
H A DCCU.DP5 DELETE NUMDEF SIZEX
7 READ CCU.DAT NUMDEF SIZEX
/dports/games/help_hannahs_horse/hhh-2008-03-29/
H A DLevel.h12 gridcell map[SIZEX][SIZEY]; // Map data
H A DDefines.h11 #define SIZEX 15 // Map is 15 tiles wide, by 15 down macro
H A Dpacman.cc369 for(mapx = 0; mapx < SIZEX; mapx++){ in drawMap()
488 char buffer[SIZEX+1]; in readMap()
500 br.getline(buffer,SIZEX+1); in readMap()
501 for(x=0; x<SIZEX; x++){ in readMap()
518 br.getline(buffer, SIZEX+1); // SIZEX+1 just to use all allocated space in readMap()
531 br.getline(buffer, SIZEX+1); in readMap()
543 br.getline(buffer, SIZEX+1); in readMap()
558 while (br.getline(buffer, SIZEX+1)){ in readMap()
1097 for(ax=0; ax<SIZEX; ax++){ in openRedDoor()
H A DGhost3.cc24 for(n=0; n<SIZEX;n++){ in Ghost3()
/dports/graphics/fly/fly-2.0.1/
H A Dfly.h29 #define SIZEX 38 macro
/dports/chinese/fcitx-ui-light/fcitx-ui-light-0.1.3/src/
H A Ddraw.h33 #define SIZEX 800 macro

123