Home
last modified time | relevance | path

Searched refs:midz (Results 1 – 20 of 20) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/trecision/
H A Dsound.cpp139 void SoundManager::soundStep(int midx, int midz, int act, int frame) { in soundStep() argument
213 midz = ((int)(_gSample[soundId]._volume) * 1000) / ABS(midz); in soundStep()
215 if (midz > 255) in soundStep()
216 midz = 255; in soundStep()
230 VOLUME(midz), in soundStep()
H A Dsound.h80 void soundStep(int midx, int midz, int act, int frame);
/dports/games/spring/spring_98.0/rts/Rendering/Models/
H A Ds3o.h76 float midz; member
90 swabFloatInPlace(midz); in swap()
H A DS3OParser.cpp49 model->relMidPos = float3(header.midx, header.midy, header.midz); in Load()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dmath_fun_ac.cpp1114 long int midz= ceil(mZ/2); in erode_fun() local
1143 midz=(*p2)[0]; in erode_fun()
1150 cout <<"midzs= " <<midz<<endl; in erode_fun()
1158 for( SizeT l=-midz; l<nbZ; l++) in erode_fun()
1203 (*res)[(j+midx)+nbX*(k+midy)+(l+midz)*(nbX*nbY)] =0; in erode_fun()
1206 (*res)[(j+midx)+nbX*(k+midy)+(l+midz)*(nbX*nbY)] =1; in erode_fun()
1275 long int midz= ceil(mZ/2); in dilate_fun() local
1304 midz=(*p2)[0]; in dilate_fun()
1311 cout <<"midzs= " <<midz<<endl; in dilate_fun()
1319 for( SizeT l=-midz; l<nbZ; l++) in dilate_fun()
[all …]
/dports/science/tinker/tinker/source/
H A Dpmestuf.f428 logical midx,midy,midz
506 midz = (.not.negz .and. .not.posz)
507 if (midx .and. midy .and. midz) goto 10
513 midz = (.not.negz .or. .not.posz)
519 if (midx .and. negy .and. midz) call setchunk (i,cid,0,-1,0)
520 if (midx .and. posy .and. midz) call setchunk (i,cid,0,1,0)
521 if (negx .and. midy .and. midz) call setchunk (i,cid,-1,0,0)
522 if (posx .and. midy .and. midz) call setchunk (i,cid,1,0,0)
532 if (negx .and. posy .and. midz) call setchunk (i,cid,-1,1,0)
533 if (posx .and. negy .and. midz) call setchunk (i,cid,1,-1,0)
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dsimple-impossible.cpp236 ld midz = 0; in build() local
237 for(auto b: bricks) midz += b.location[2]; in build()
238 midz /= isize(bricks); in build()
239 for(auto& b: bricks) b.location[2] -= midz; in build()
/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNode.cpp118 midz = minz * (1.0f - alpha) + maxz * (0.0f + alpha); in GetNeighborEdgeTransitionPoint() local
147 …case REL_NGB_EDGE_R: { p.x = xmax() * SQUARE_SIZE; p.z = midz * SQUARE_SIZE; } … in GetNeighborEdgeTransitionPoint()
149 …case REL_NGB_EDGE_L: { p.x = xmin() * SQUARE_SIZE; p.z = midz * SQUARE_SIZE; } … in GetNeighborEdgeTransitionPoint()
/dports/math/vtk6/VTK-6.2.0/Filters/HyperTree/
H A DvtkHyperOctreeCutter.cxx1335 double midz=(bounds[4]+bounds[5])*0.5; in CutNode() local
1364 newBounds[5]=midz; in CutNode()
1368 newBounds[4]=midz; in CutNode()
H A DvtkClipHyperOctree.cxx1438 double midz=(bounds[4]+bounds[5])*0.5; in ClipNode() local
1467 newBounds[5]=midz; in ClipNode()
1471 newBounds[4]=midz; in ClipNode()
/dports/games/jfsw/jfsw-c434002/src/
H A Djsector.c83 int midx, midy, midz; in SpawnWallSound() local
97 midz = (sector[wall[i].nextsector].ceilingz + sector[wall[i].nextsector].floorz) / 2; in SpawnWallSound()
98 setspritez(SpriteNum, midx, midy, midz); in SpawnWallSound()
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fgr/po/
H A Dcsb.po293 msgstr "Rozeznôwôj midzë wiôldżéma a môłëma lëterama"
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Ddrawing.cpp369 hyperpoint mid = midz(bad, good); in fixpoint()
529 hyperpoint mid = midz(Hx, Hy); in addpoly()
533 goodpoint = midz(Hy, goodpoint); in addpoly()
2019 hyperpoint h3 = midz(h1, h2); in prettylinesub()
H A Dhyperpoint.cpp534 EX hyperpoint midz(const hyperpoint& H1, const hyperpoint& H2) { in midz() function
H A Dgraph.cpp3970 hyperpoint h = midz(h1, h2); in gridline()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_user.c10159 fixed_t midz = thiscam->z + (thiscam->z - mo->z)/2; in P_MoveChaseCamera() local
10186 INT32 thingtop = midz + thiscam->height; in P_MoveChaseCamera()
10197 delta1 = midz - (bottomheight in P_MoveChaseCamera()
10272 thingtop = midz + thiscam->height; in P_MoveChaseCamera()
10273 delta1 = midz - (polybottom + ((polytop - polybottom)/2)); in P_MoveChaseCamera()
10323 && midz < bottomheight) in P_MoveChaseCamera()
10327 && midz > topheight) in P_MoveChaseCamera()
10330 if ((mo->z >= topheight && midz < bottomheight) in P_MoveChaseCamera()
10331 || ((mo->z < bottomheight && mo->z+mo->height < topheight) && midz >= topheight)) in P_MoveChaseCamera()
/dports/devel/kf5-kio/kio-5.89.0/po/csb/
H A Dkio5.po1014 "Mòżlëwé, że problemë pòkzałë sã dzes w sécë, midzë serwerã a twòjim kòmpùtrã."
5036 "òbsłëgiwôł Kùszczi.</p><p>Dlôte że wikszosc lëdzi chce kòmpromisu midzë "
5238 "òbsłëgiwôł Kùszczi.</p><p>Dlôte że wikszosc lëdzi chce kòmpromisu midzë "
5814 "<h1>Pòstrzédnik</h1><p>Pòstrzédniczący serwer to programa, jakô robi midzë "
5845 "<p>Pòstrzédniczący serwer to programa, jakô robi midzë twòjim kòmpùtrã a "
/dports/x11-fm/librfm/librfm5-5.3.16.4/po/
H A Dcsb.po2885 msgstr "Rozeznôwôj midzë wiôldżéma a môłëma lëterama"
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Dliu.tim11452 midz=徥
/dports/editors/mined/mined-2015.25/src/
H A Dkeymaps.t64546 "midz\000徥\000"