Searched defs:sstep (Results 1 – 2 of 2) sorted by relevance
69 int sstep = std::max((N - p) / std::max(std::min(N - p, 10), 1), 1); in testN() local
67 int sstep = std::max((N - p) / std::max(std::min(N - p, 10), 1), 1); in testN() local