Searched defs:pstep (Results 1 – 3 of 3) sorted by relevance
67 int pstep = std::max(N / std::max(std::min(N, 10), 1), 1); in testN() local
69 int pstep = std::max(N / std::max(std::min(N, 10), 1), 1); in testN() local
682 int pstep = (int)(state->ptrLeft->step/sizeof(GCVtx*)); in icvAlphaExpand() local