Lines Matching defs:step
148 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps));
150 return step;
166 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps));
168 return step;
177 const float step = minComp(minStep);
179 return step;
188 const float step = minComp(minStep);
190 return step;
296 DE_ASSERT(xBounds.x() + searchStep > xBounds.x()); // step is not effectively 0
327 DE_ASSERT(xBounds.x() + searchStep > xBounds.x()); // step is not effectively 0
408 DE_ASSERT(xBounds0.x() + searchStep > xBounds0.x()); // step is not effectively 0
449 DE_ASSERT(xBounds0.x() + searchStep > xBounds0.x()); // step is not effectively 0
508 DE_ASSERT(xBounds0.x() + searchStep > xBounds0.x()); // step is not effectively 0