Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Filters/HyperTree/
H A DvtkHyperTreeGridGeometry.cxx549 bool isValidN = cursor->HasTree(this->Dimension + neighborIdx); in RecursivelyProcessTree3D() local
551 if (isValidN) in RecursivelyProcessTree3D()
555 if (!isValidN || (this->Mask && this->PureMask->GetValue(idN))) in RecursivelyProcessTree3D()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dproposal.c13559 int isValidN, valIndex; in Move_PopSize_M() local
13605 isValidN = NO; in Move_PopSize_M()
13612 isValidN = YES; in Move_PopSize_M()
13614 while (isValidN == NO); in Move_PopSize_M()