Home
last modified time | relevance | path

Searched refs:hmz (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNodeLayer.cpp39 for (unsigned int hmz = n->zmin(); hmz < n->zmax(); hmz++) { in RegisterNode() local
41 nodeGrid[hmz * xsize + hmx] = n; in RegisterNode()
92 for (unsigned int hmz = r.z1; hmz < r.z2; hmz++) { in QueueUpdate() local
94 const unsigned int recIdx = (hmz - r.z1) * r.GetWidth() + (hmx - r.x1); in QueueUpdate()
97 const unsigned int chmz = Clamp(int(hmz), md->zsizeh, r.z2 - md->zsizeh - 1); in QueueUpdate()
99 layerUpdate->speedMods[recIdx] = CMoveMath::GetPosSpeedMod(*md, hmx, hmz); in QueueUpdate()
140 for (unsigned int hmz = r.z1; hmz < r.z2; hmz++) { in Update() local
142 const unsigned int sqrIdx = hmz * xsize + hmx; in Update()
143 const unsigned int recIdx = (hmz - r.z1) * r.GetWidth() + (hmx - r.x1); in Update()
147 const unsigned int chmz = Clamp(int(hmz), md->zsizeh, r.z2 - md->zsizeh - 1); in Update()
[all …]
H A DNode.cpp549 for (unsigned int hmz = minz; hmz < maxz; hmz++) { in UpdateMoveCost() local
569 for (unsigned int hmz = zmin(); hmz < zmax(); hmz++) { in UpdateMoveCost() local
740 for (unsigned int hmz = zmin(); hmz < zmax(); ) { in UpdateNeighborCache() local
741 ngb = nodes[hmz * gs->mapx + hmx]; in UpdateNeighborCache()
742 hmz = ngb->zmax(); in UpdateNeighborCache()
757 for (unsigned int hmz = zmin(); hmz < zmax(); ) { in UpdateNeighborCache() local
758 ngb = nodes[hmz * gs->mapx + hmx]; in UpdateNeighborCache()
759 hmz = ngb->zmax(); in UpdateNeighborCache()
772 const unsigned int hmz = zmin() - 1; in UpdateNeighborCache() local
776 ngb = nodes[hmz * gs->mapx + hmx]; in UpdateNeighborCache()
[all …]
/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DLosHandler.h176 inline bool InLos(int hmx, int hmz, int allyTeam) const { in InLos() argument
180 const int gz = hmz * SQUARE_SIZE * invLosDiv; in InLos()
183 inline bool InAirLos(int hmx, int hmz, int allyTeam) const { in InAirLos() argument
187 const int gz = hmz * SQUARE_SIZE * invAirDiv; in InAirLos()
/dports/games/spring/spring_98.0/rts/Sim/Path/Default/
H A DPathHeatMap.cpp40 unsigned int PathHeatMap::GetHeatMapIndex(unsigned int hmx, unsigned int hmz) const { in GetHeatMapIndex()
45 hmz >>= zscale; in GetHeatMapIndex()
47 return (hmz * xsize + hmx); in GetHeatMapIndex()
H A DPathFlowMap.hpp35 const float3& GetFlowVec(unsigned int hmx, unsigned int hmz) const;
H A DPathFlowMap.cpp232 const float3& PathFlowMap::GetFlowVec(unsigned int hmx, unsigned int hmz) const { in GetFlowVec()
236 const unsigned int fCellIdx = (hmz / zscale) * xsize + (hmx / xscale); in GetFlowVec()
/dports/devel/ga/ga-5.8/global/src/
H A Dga_diag.F33 integer hmz, adrmz !mapz
99 status = status .and. ma_push_get(mt_int,n,'mapz',hmz,adrmz)
263 status = status .and. ma_pop_stack(hmz)
319 integer hmz, adrmz !mapz
395 status = status .and. ma_push_get(mt_int,n,'mapz',hmz,adrmz)
553 status = status .and. ma_pop_stack(hmz)
615 integer hmz, adrmz !mapz
740 status = ma_push_get(mt_int,n,'mapz',hmz,adrmz)
889 status = status .and. ma_pop_stack(hmz)
/dports/games/spring/spring_98.0/rts/Map/
H A DReadMap.cpp522 const int hmz = lmz * losSqSize; in HeightMapUpdateLOSCheck() local
525 SRectangle subrect(hmx, hmz, hmx, hmz + losSqSize); in HeightMapUpdateLOSCheck()
530 subrect = SRectangle(hmx + losSqSize, hmz, hmx + losSqSize, hmz + losSqSize); \ in HeightMapUpdateLOSCheck()
540 if (!(gu->spectatingFullView || losHandler->InLos(hmx, hmz, gu->myAllyTeam))) { in HeightMapUpdateLOSCheck()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dga_complex_diag.F48 integer hmz, adrmz !mapz
129 status = ma_push_get(mt_int,n,'mapz',hmz,adrmz)
291 status = ma_pop_stack(hmz)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dga_complex_diag.F48 integer hmz, adrmz !mapz
129 status = ma_push_get(mt_int,n,'mapz',hmz,adrmz)
291 status = ma_pop_stack(hmz)
/dports/games/spring/spring_98.0/rts/Rendering/
H A DQTPFSPathDrawer.cpp218 unsigned int hmz = (*it) / gs->mapx; in DrawSearchIteration() local
221 const QTPFS::QTNode* poppedNode = static_cast<const QTPFS::QTNode*>(nodeLayer.GetNode(hmx, hmz)); in DrawSearchIteration()
228 hmz = (*it) / gs->mapx; in DrawSearchIteration()
229 pushedNode = static_cast<const QTPFS::QTNode*>(nodeLayer.GetNode(hmx, hmz)); in DrawSearchIteration()
/dports/math/scilab/scilab-6.1.1/scilab/modules/integer/tests/nonreg_tests/
H A Dbug_4027.tst17 hmz = zeros(1,1,1);
H A Dbug_4027.dia.ref15 hmz = zeros(1,1,1);
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaPathFinder.cpp361 const unsigned int hmz = luaL_checkint(L, 2); in GetPathNodeCost() local
365 const float cost = pathManager->GetNodeExtraCost(hmx, hmz, synced); in GetPathNodeCost()
/dports/chinese/rime-scj/rime-scj-cab5a0858765eff0553dd685a2d61d5536e9149c/
H A Dscj6.dict.yaml18479hmz
18480hmz
18481hmz
18482hmz
18483hmz
18484hmz
18485hmz
18486hmz
18487hmz
18488hmz
[all …]
/dports/chinese/brise/brise-brise-0.35/extra/
H A Dscj6.dict.yaml18490hmz
18491hmz
18492hmz
18493hmz
18494hmz
18495hmz
18496hmz
18497hmz
18498hmz
18499hmz
[all …]
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DSmartCangJie6.txt.in19764 hmz 生 500
19765 hmz 翻 499
19766 hmz 笨 498
19767 hmz 租 497
19768 hmz 徑 496
19769 hmz 甜 495
19770 hmz 牲 494
19771 hmz 扇 493
19772 hmz 征 492
19773 hmz 垂 491
[all …]
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DSmartCangJie6.txt.in19764 hmz 生 500
19765 hmz 翻 499
19766 hmz 笨 498
19767 hmz 租 497
19768 hmz 徑 496
19769 hmz 甜 495
19770 hmz 牲 494
19771 hmz 扇 493
19772 hmz 征 492
19773 hmz 垂 491
[all …]
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DSmartCangJie6.txt.in19764 hmz 生 500
19765 hmz 翻 499
19766 hmz 笨 498
19767 hmz 租 497
19768 hmz 徑 496
19769 hmz 甜 495
19770 hmz 牲 494
19771 hmz 扇 493
19772 hmz 征 492
19773 hmz 垂 491
[all …]
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DSmartCangJie6.txt.in19764 hmz 生 500
19765 hmz 翻 499
19766 hmz 笨 498
19767 hmz 租 497
19768 hmz 徑 496
19769 hmz 甜 495
19770 hmz 牲 494
19771 hmz 扇 493
19772 hmz 征 492
19773 hmz 垂 491
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Ddtrplugin.cpp1378 int hmz = hmy / ny; /* z = z + nz*r */ in compute_center() local
1380 hmy -= hmz * ny; /* y = y */ in compute_center()
1392 mw = -0.5*(nw-1) + (double)hmz; in compute_center()
/dports/textproc/py-iso-639/iso639-0.4.5/iso639/
H A Diso-639-3-macrolanguages.tab132 hmn hmz A
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/data/
H A Diso-639-3-macrolanguages.tab135 hmn hmz A
/dports/textproc/link-grammar/link-grammar-5.8.0/data/ar/words/
H A Dwords.NAt433 hmz.NAt
/dports/japanese/canna-lib/Canna37p3/dic/phono/
H A Dtut.kpdef1558 hmz ��

12345678