Home
last modified time | relevance | path

Searched refs:thex (Results 1 – 25 of 69) sorted by relevance

123

/dports/www/lighttpd/lighttpd-1.4.63/tests/
H A Drequest.t1584 my ($f, $thex, $m);
1601 GET /sec/$m/$thex$f HTTP/1.0
1613 GET /sec/$m/$thex$f HTTP/1.0
1635 GET /sec/$m/$thex$f HTTP/1.0
1658 GET /sec/$m/$thex$f HTTP/1.0
1670 GET /sec/$m/$thex$f HTTP/1.0
1693 GET /sec/$m/$thex$f HTTP/1.0
1707 GET /sec/$m/$thex$f HTTP/1.0
1721 GET /sec/$m/$thex$f HTTP/1.0
1733 GET /sec/$m/$thex$f HTTP/1.0
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/witchaven/src/
H A Denginesubs.cpp5 void overwritesprite(int thex, int they, short tilenum, int8_t shade, char stat, char dapalnum) in overwritesprite() argument
8 … rotatesprite(thex << 16, they << 16, 0x10000, (short)((stat & 8) << 7), tilenum, shade, dapalnum, in overwritesprite()
29 thex += offx; in overwritesprite()
31 rotatesprite(thex << 16, they << 16, 65536L, (stat & 8) << 7, tilenum, shade, dapalnum, in overwritesprite()
38 void permanentwritesprite(int thex, int they, short tilenum, int8_t shade, int cx1, int cy1, int cx… in permanentwritesprite() argument
40 …rotatesprite(thex << 16, they << 16, 65536L, 0, tilenum, shade, dapalnum, 8 + 16, cx1, cy1, cx2, c… in permanentwritesprite()
H A Dwitchaven.h171 void overwritesprite(int thex, int they, short tilenum, int8_t shade, char stat, char dapalnum);
172 void permanentwritesprite(int thex, int they, short tilenum, int8_t shade, int cx1, int cy1, int cx…
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dxtrans_demosaic_RT.cc212 int *thex = allhex[0][0][0]; in xtrans_demosaic_RT() local
214 … {printf("(%d) thex[0][0]: %p [", thexid, (void*)(thex)); for(int c=0; c<8; c++) printf("%d ",th… in xtrans_demosaic_RT()
312 … {printf("(%d) thex[0][0]: %p [", thexid, (void*)(thex)); for(int c=0; c<8; c++) printf("%d ",th… in xtrans_demosaic_RT()
322 … {printf("(%d) thex[0][0]: %p [", thexid, (void*)(thex)); for(int c=0; c<8; c++) printf("%d ",th… in xtrans_demosaic_RT()
379 … {printf("(%d) thex[0][0]: %p [", thexid, (void*)(thex)); for(int c=0; c<8; c++) printf("%d ",th… in xtrans_demosaic_RT()
385 …hex[0][0]: %p [", thexid, pass, thehexid2, (void*)(thex)); for(int c=0; c<8; c++) printf("%d ",th… in xtrans_demosaic_RT()
430 …hex[0][0]: %p [", thexid, pass, thehexid2, (void*)(thex)); for(int c=0; c<8; c++) printf("%d ",th… in xtrans_demosaic_RT()
508 …hex[0][0]: %p [", thexid, pass, thehexid2, (void*)(thex)); for(int c=0; c<8; c++) printf("%d ",th… in xtrans_demosaic_RT()
603 … {printf("(%d) thex[0][0]: %p [", thexid, (void*)(thex)); for(int c=0; c<8; c++) printf("%d ",th… in xtrans_demosaic_RT()
869 … {printf("(%d) thex[0][0]: %p [", thexid, (void*)(thex)); for(int c=0; c<8; c++) printf("%d ",th… in xtrans_demosaic_RT()
[all …]
/dports/math/R-cran-RHmm/RHmm/src/
H A DMultivariateNormalUtil.cpp18 void MultivariateNormalDensity(cDVector& thex, cDVector& theMu, cDMatrix& theInvCov, double theDet,… in MultivariateNormalDensity() argument
26 uint myT = thex.mSize / myDimObs ; in MultivariateNormalDensity()
32 … myAux += (thex[t+i*myT]-theMu[i]) * theInvCov[i][j] * (thex[t+j*myT]-theMu[j]) ; in MultivariateNormalDensity()
37 void MultivariateNormalDensity(cDVector& thex, cDVector& theMu, cDMatrix& theInvCov, double theDet,… in MultivariateNormalDensity() argument
45 uint myT = thex.mSize / myDimObs ; in MultivariateNormalDensity()
51 … myAux += (thex[t+i*myT]-theMu[i]) * theInvCov[i][j] * (thex[t+j*myT]-theMu[j]) ; in MultivariateNormalDensity()
181 void MultivariateNormalDensityDeriv(cDVector& thex, cDVector& theMu, cDMatrix& theCov, cDMatrix& th… in MultivariateNormalDensityDeriv() argument
184 uint myT = thex.mSize / myDimObs ; in MultivariateNormalDensityDeriv()
187 MultivariateNormalDensity(thex, theMu, theInvCov, theDet, myDens) ; in MultivariateNormalDensityDeriv()
188 MultivariateNormalDensityDeriv(thex, theMu, theCov, theInvCov, theDet, myDens, theGrad, theHess) ; in MultivariateNormalDensityDeriv()
[all …]
H A DMultivariateNormalUtil.h36 extern void MultivariateNormalDensity(cDVector& thex, cDVector& theMu, cDMatrix& theInvCov, double …
38 extern void MultivariateNormalDensity(cDVector& thex, cDVector& theMu, cDMatrix& theInvCov, double …
44 extern void MultivariateNormalDensityDeriv(cDVector& thex, cDVector& theMu, cDMatrix& theCov, cDMat…
46 extern void MultivariateNormalDensityDeriv(cDVector& thex, cDVector& theMu, cDMatrix& theCov, cDMat…
/dports/games/NBlood/NBlood-a1689a4/source/tekwar/src/
H A Db5compat.cpp4 void permanentwritesprite(int thex, int they, short tilenum, signed char shade, in permanentwritesprite() argument
6 rotatesprite(thex<<16,they<<16,65536L,0,tilenum,shade, in permanentwritesprite()
10 void permanentwritespritetile(int UNUSED(thex), int UNUSED(they), short tilenum, signed char shade, in permanentwritespritetile() argument
25 void overwritesprite(int thex, int they, short tilenum, signed char shade, in overwritesprite() argument
27 rotatesprite(thex << 16, they << 16, 65536L, (stat & 8) << 7, tilenum, shade, dapalnum, in overwritesprite()
H A Dtekwar.h595 void overwritesprite(int thex, int they, short tilenum, signed char shade,
597 void permanentwritesprite(int thex, int they, short tilenum, signed char shade,
599 void permanentwritespritetile(int thex, int they, short tilenum, signed char shade,
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Denginesubs.cpp32 void overwritesprite(int thex, int they, short tilenum, signed char shade, char stat, char dapalnum) in overwritesprite() argument
35 … rotatesprite(thex << 16, they << 16, 0x10000, (short)((flags & 8) << 7), tilenum, shade, dapalnum, in overwritesprite()
56 thex += offx; in overwritesprite()
58 rotatesprite(thex << 16, they << 16, 65536L, (stat & 8) << 7, tilenum, shade, dapalnum, in overwritesprite()
64 void permanentwritesprite(int thex, int they, short tilenum, signed char shade, int cx1, int cy1, i… in permanentwritesprite() argument
66 …rotatesprite(thex << 16, they << 16, 65536L, 0, tilenum, shade, dapalnum, 8 + 16, cx1, cy1, cx2, c… in permanentwritesprite()
H A Dengine.h68 void overwritesprite(int thex, int they, short tilenum, signed char shade, char stat, char dapalnum…
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/hw/vnc/
H A Drre.c190 int thex,they,thew,theh; \
226 thex = x; \
237 subrect.x = Swap16IfLE(thex); \
256 for (i=thex; i < (thex+thew); i++) { \
H A Dcorre.c220 int thex,they,thew,theh; \
256 thex = x; \
267 subrect.x = thex; \
286 for (i=thex; i < (thex+thew); i++) { \
H A Dhextile.c205 int thex,they,thew,theh; \
244 thex = x; \
268 updateBuf[ublen++] = rfbHextilePackXY(thex,they); \
275 for (i=thex; i < (thex+thew); i++) { \
/dports/net/vino/vino-3.22.0/server/libvncserver/
H A Drre.c192 int thex,they,thew,theh; \
228 thex = x; \
239 subrect.x = Swap16IfLE(thex); \
258 for (i=thex; i < (thex+thew); i++) { \
H A Dcorre.c223 int thex,they,thew,theh; \
259 thex = x; \
270 subrect.x = thex; \
289 for (i=thex; i < (thex+thew); i++) { \
H A Dhextile.c207 int thex,they,thew,theh; \
246 thex = x; \
270 cl->updateBuf[cl->ublen++] = rfbHextilePackXY(thex,they); \
277 for (i=thex; i < (thex+thew); i++) { \
/dports/www/py-branca/branca-0.4.2/branca/
H A Dutilities.py76 thex = hex(int(int(start, base) + fraction * raynge)).split('x')[-1]
77 if len(thex) != 2:
78 thex = '0' + thex
79 return thex
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncserver/
H A Drre.c197 int thex,they,thew,theh; \
233 thex = x; \
244 subrect.x = Swap16IfLE(thex); \
263 for (i=thex; i < (thex+thew); i++) { \
H A Dcorre.c230 int thex,they,thew,theh; \
266 thex = x; \
277 subrect.x = thex; \
296 for (i=thex; i < (thex+thew); i++) { \
H A Dhextile.c207 int thex,they,thew,theh; \
247 thex = x; \
271 cl->updateBuf[cl->ublen++] = rfbHextilePackXY(thex,they); \
279 for (i=thex; i < (thex+thew); i++) { \
/dports/editors/neovim/libmpack-lua-1.0.7/
H A Dtest.lua12 function thex(s) function
296 assert.are_same('c4 03 73 74 72', thex(pack('str')))
297 assert.are_same('a3 73 74 72', thex(pack('str')))
298 assert.are_same('c4 03 73 74 72', thex(pack('str')))
299 assert.are_same('a3 73 74 72', thex(pack('str')))
301 assert.are_same('c4 03 73 74 72', thex(pack('str')))
302 assert.are_same('c4 03 73 74 72', thex(pack('str')))
304 assert.are_same('a3 73 74 72', thex(pack('str')))
305 assert.are_same('a3 73 74 72', thex(pack('str')))
/dports/finance/R-cran-plm/plm/R/
H A Dtool_methods.R491 thex <- as.numeric(model.matrix(x, model = "pooling")[sel, 2L]) functionVar
493 plot(thex, they, col = rep(cols, each = T.),
496 meanx <- tapply(thex, idsel, mean)
502 dx <- dx * (max(thex) - min(thex))
/dports/security/tthsum/tthsum/
H A DMakefile25 thex.h tiger.h tthsum.h types.h utf8.h
26 APPSRC = base32.c escape.c getopt.c read.c texts.c thex.c tiger.c \
/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dgame.h63 void drawtilebackground (int thex, int they, short tilenum, signed char shade, int cx1, int cy1, in…
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DScopesControl.cpp383 pp_int32 thex = panx + 3 + (channel.pan*(count2 - 5)) / 255; in paint() local
384 g->drawVLine(they + channelHeight - 7, they + channelHeight - 6 + 1, thex); in paint()
385 g->drawVLine(they + channelHeight - 7, they + channelHeight - 6 + 1, thex+1); in paint()

123