Home
last modified time | relevance | path

Searched refs:iAround (Results 1 – 2 of 2) sorted by relevance

/dports/games/ivan/ivan-059/Main/Source/
H A Ddevcons.cpp93 int iAround=0; in FillWithWalls() local
95 iAround=atoi(fsFilter.CStr()); in FillWithWalls()
105 if(iAround>0){ in FillWithWalls()
106 if(lsqr->GetPos().X > v2PPos.X+iAround)continue; in FillWithWalls()
107 if(lsqr->GetPos().X < v2PPos.X-iAround)continue; in FillWithWalls()
108 if(lsqr->GetPos().Y > v2PPos.Y+iAround)continue; in FillWithWalls()
109 if(lsqr->GetPos().Y < v2PPos.Y-iAround)continue; in FillWithWalls()
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c6722 int iAround; in SPR() local
6723 for (iAround = 0; iAround < 2 && bChanged == false; iAround++) { in SPR()
6728 int chainLength = FindSPRSteps(/*IN/OUT*/NJ, node, nodeAround[iAround], in SPR()
6745 node,nodeAround[iAround],iCBest+1,chainLength,dMinDelta); in SPR()