Home
last modified time | relevance | path

Searched refs:cox (Results 101 – 125 of 979) sorted by relevance

12345678910>>...40

/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_200/
H A Dshifter - neon pulse (reactive).milk286 per_pixel_2=cox = (cox + 1)*above(q1,0)*equal(coy,ocoy);
289 per_pixel_5=mox = max(cox,mox);
292 per_pixel_8=pox = ((cox/nu) - int(cox/nu))*nu;
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_104/
H A Dshifter - neon pulse (reactive).milk286 per_pixel_2=cox = (cox + 1)*above(q1,0)*equal(coy,ocoy);
289 per_pixel_5=mox = max(cox,mox);
292 per_pixel_8=pox = ((cox/nu) - int(cox/nu))*nu;
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_bltc201/
H A Dshifter - neon pulse (reactive).milk286 per_pixel_2=cox = (cox + 1)*above(q1,0)*equal(coy,ocoy);
289 per_pixel_5=mox = max(cox,mox);
292 per_pixel_8=pox = ((cox/nu) - int(cox/nu))*nu;
/dports/news/multisuck/multisuck-1.0.4/
H A Dconfigure.ac6 AC_INIT(multisuck, 1.0.4, conrads@cox.net)
7 AM_INIT_AUTOMAKE(multisuck, 1.0.4, conrads@cox.net)
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/serial/
H A DcvsFoodWeb_ASAp_kry.c163 realtype cox[NS], coy[NS], dx, dy, srur; member
400 cox = wdata->cox; in f()
428 cox[i-1]*(dcxui - dcxli) + in f()
611 cox = wdata->cox; in fB()
639 - cox[i-1]*(dcxui - dcxli) in fB()
820 realtype *bcoef, *diff, *cox, *coy, dx, dy; in InitUserData() local
826 cox = wdata->cox; in InitUserData()
850 cox[i] = diff[i]/SQR(dx); in InitUserData()
1058 realtype temp, *cox, *coy, *xd, *zd; in GSIter() local
1066 cox = wdata->cox; in GSIter()
[all …]
H A DcvsFoodWeb_ASAi_kry.c168 realtype cox[NS], coy[NS], dx, dy, srur; member
408 cox = wdata->cox; in f()
436 cox[i-1]*(dcxui - dcxli) + in f()
631 cox = wdata->cox; in fB()
662 - cox[i-1]*(dcxui - dcxli) in fB()
844 realtype *bcoef, *diff, *cox, *coy, dx, dy; in InitUserData() local
850 cox = wdata->cox; in InitUserData()
874 cox[i] = diff[i]/SQR(dx); in InitUserData()
1059 realtype temp, *cox, *coy, *xd, *zd; in GSIter() local
1067 cox = wdata->cox; in GSIter()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvodes/serial/
H A DcvsFoodWeb_ASAi_kry.c168 realtype cox[NS], coy[NS], dx, dy, srur; member
414 cox = wdata->cox; in f()
442 cox[i-1]*(dcxui - dcxli) + in f()
637 cox = wdata->cox; in fB()
668 - cox[i-1]*(dcxui - dcxli) in fB()
850 realtype *bcoef, *diff, *cox, *coy, dx, dy; in InitUserData() local
856 cox = wdata->cox; in InitUserData()
880 cox[i] = diff[i]/SQR(dx); in InitUserData()
1065 realtype temp, *cox, *coy, *xd, *zd; in GSIter() local
1073 cox = wdata->cox; in GSIter()
[all …]
H A DcvsFoodWeb_ASAp_kry.c163 realtype cox[NS], coy[NS], dx, dy, srur; member
406 cox = wdata->cox; in f()
434 cox[i-1]*(dcxui - dcxli) + in f()
617 cox = wdata->cox; in fB()
645 - cox[i-1]*(dcxui - dcxli) in fB()
826 realtype *bcoef, *diff, *cox, *coy, dx, dy; in InitUserData() local
832 cox = wdata->cox; in InitUserData()
856 cox[i] = diff[i]/SQR(dx); in InitUserData()
1064 realtype temp, *cox, *coy, *xd, *zd; in GSIter() local
1072 cox = wdata->cox; in GSIter()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/tlslite/tlslite/utils/
H A Drijndael.py85 cox = [[0] * 8 for i in range(256)] variable
88 cox[i][t] = B[t]
90 cox[i][t] ^= A[t][j] * box[i][j]
96 S[i] = cox[i][0] << 7
98 S[i] ^= cox[i][t] << (7-t)
202 del cox
/dports/security/py-tlslite/tlslite-0.4.9/tlslite/utils/
H A Drijndael.py85 cox = [[0] * 8 for i in range(256)] variable
88 cox[i][t] = B[t]
90 cox[i][t] ^= A[t][j] * box[i][j]
96 S[i] = cox[i][0] << 7
98 S[i] ^= cox[i][t] << (7-t)
202 del cox
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/tlslite/utils/
H A Drijndael.py85 cox = [[0] * 8 for i in range(256)] variable
88 cox[i][t] = B[t]
90 cox[i][t] ^= A[t][j] * box[i][j]
96 S[i] = cox[i][0] << 7
98 S[i] ^= cox[i][t] << (7-t)
202 del cox
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/Python/utils/
H A Daes.py51 cox = [[0] * 8 for i in range(256)] variable
54 cox[i][t] = B[t]
56 cox[i][t] ^= A[t][j] * box[i][j]
62 S[i] = cox[i][0] << 7
64 S[i] ^= cox[i][t] << (7-t)
168 del cox
/dports/games/mari0/
H A Dpushbutton.lua4 self.cox = x
37 …love.graphics.drawq(pushbuttonimg, pushbuttonquad[quad], math.floor((self.cox-0.5-xscroll)*16*scal…
H A Dlaserdetector.lua4 self.cox = x
44 …love.graphics.draw(laserdetectorimg, math.floor((self.cox-xscroll-0.5)*16*scale), (self.coy-1)*16*…
H A Dnotgate.lua6 self.cox = x
19 if tonumber(self.r[4]) == v.cox and tonumber(self.r[5]) == v.coy then
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/kinsol/serial/
H A DkinFoodWeb_kry.c133 realtype *cox, *coy; member
282 #define cox (data->cox) macro
341 (cox)[is] * (dcxri - dcxli) + rxy[is]; in func()
514 cox = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
566 cox[i]=DPREY/dx2; in InitUserData()
567 cox[i+np]=DPRED/dx2; in InitUserData()
591 free(cox); in FreeUserData()
H A DkinKrylovDemo_ls.c152 realtype *cox, *coy; member
385 #define cox (data->cox) macro
444 (cox)[is] * (dcxri - dcxli) + rxy[is]; in func()
618 cox = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
670 cox[i]=DPREY/dx2; in InitUserData()
671 cox[i+np]=DPRED/dx2; in InitUserData()
695 free(cox); in FreeUserData()
/dports/math/sundials/sundials-5.7.0/examples/kinsol/serial/
H A DkinFoodWeb_kry.c143 realtype *cox, *coy; member
292 #define cox (data->cox) macro
351 (cox)[is] * (dcxri - dcxli) + rxy[is]; in func()
524 cox = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
576 cox[i]=DPREY/dx2; in InitUserData()
577 cox[i+np]=DPRED/dx2; in InitUserData()
601 free(cox); in FreeUserData()
H A DkinKrylovDemo_ls.c162 realtype *cox, *coy; member
395 #define cox (data->cox) macro
454 (cox)[is] * (dcxri - dcxli) + rxy[is]; in func()
628 cox = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
680 cox[i]=DPREY/dx2; in InitUserData()
681 cox[i+np]=DPRED/dx2; in InitUserData()
705 free(cox); in FreeUserData()
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A DBy Adam FX 2 shifter + geiss - neon pulse (glow mix) + Rovastar .milk285 per_pixel_2=cox = (cox + 1)*above(q1,0)*equal(coy,ocoy);
288 per_pixel_5=mox = max(cox,mox);
291 per_pixel_8=pox = ((cox/nu) - int(cox/nu))*nu;
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_serial/
H A Dark_KrylovDemo_prec.c193 realtype cox[NS], coy[NS], dx, dy, srur; member
400 realtype *bcoef, *diff, *cox, *coy, dx, dy; in InitUserData() local
406 cox = wdata->cox; in InitUserData()
430 cox[i] = diff[i]/SQR(dx); in InitUserData()
717 realtype dcxli, dcxui, dcyli, dcyui, x, y, *cox, *coy, *fsave, dx, dy; in f() local
728 cox = wdata->cox; in f()
755 cdotdata[ici] = coy[i-1]*(dcyui - dcyli) + cox[i-1]*(dcxui - dcxli) + in f()
970 realtype temp, *cox, *coy, *xd, *zd; in GSIter() local
978 cox = wdata->cox; in GSIter()
985 temp = ONE/(ONE + RCONST(2.0)*gamma*(cox[i] + coy[i])); in GSIter()
[all …]
/dports/misc/p5-LEGO-RCX/LEGO-RCX-1.01/
H A DREADME13 http://members.cox.net/quillan/lego/rcx.pm.html
28 Any bug reports please email quillan@cox.net. If you have any
/dports/games/orthorobot/orthorobot-1.1.1-1-g48f0742/
H A Dgame.lua360 for cox = 1, mapwidth do
363 drawtile(cox, coy, coz, lmap[cox][coy][coz], 1, 1, -1)
370 for cox = 1, mapwidth do
372 drawtile(cox, coy, coz, lmap[cox][coy][coz], 1, 1, 1)
378 for cox = mapwidth, 1, -1 do
381 drawtile(cox, coy, coz, lmap[cox][coy][coz], -1, 1, 1)
388 for cox = mapwidth, 1, -1 do
390 drawtile(cox, coy, coz, lmap[cox][coy][coz], -1, 1, -1)
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/kinsol/C_openmp/
H A DkinFoodWeb_kry_omp.c167 realtype *cox, *coy; member
328 #define cox (data->cox) macro
387 (cox)[is] * (dcxri - dcxli) + rxy[is]; in func()
568 cox = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
620 cox[i]=DPREY/dx2; in InitUserData()
621 cox[i+np]=DPRED/dx2; in InitUserData()
645 free(cox); in FreeUserData()
/dports/math/sundials/sundials-5.7.0/examples/kinsol/C_openmp/
H A DkinFoodWeb_kry_omp.c167 realtype *cox, *coy; member
328 #define cox (data->cox) macro
387 (cox)[is] * (dcxri - dcxli) + rxy[is]; in func()
568 cox = (realtype *)malloc(NUM_SPECIES * sizeof(realtype)); in AllocUserData()
620 cox[i]=DPREY/dx2; in InitUserData()
621 cox[i+np]=DPRED/dx2; in InitUserData()
645 free(cox); in FreeUserData()

12345678910>>...40