Searched defs:sstep (Results 1 – 4 of 4) sorted by relevance
90 int sstep = std::max((N - p) / std::max(std::min(N - p, 10), 1), 1); in testN() local
91 int sstep = std::max((N - p) / std::max(std::min(N - p, 10), 1), 1); in testN() local
308 int sstep) { in spv32_half_zero()394 int offset, int sstep) { in spv32_bilin_zero()
16043 const float sstep(deFloatSmoothStep(edge0d, edge1d, xd)); in calc() local