Searched refs:maxSteps (Results 1 – 5 of 5) sorted by relevance
222 const int maxSteps = 320; in computeRandomValueRange() local225 int rangeLen = rnd.getInt(0, maxSteps); in computeRandomValueRange()226 int minStep = rnd.getInt(0, maxSteps-rangeLen); in computeRandomValueRange()
203 const int maxSteps = 320; in computeRandomValueRangeForInfElements() local206 int rangeLen = rnd.getInt(0, maxSteps); in computeRandomValueRangeForInfElements()207 int minStep = rnd.getInt(0, maxSteps-rangeLen); in computeRandomValueRangeForInfElements()
51 steps, maxSteps uint64 member79 thread.maxSteps = max1207 if thread.maxSteps == 0 {1208 thread.maxSteps-- // (MaxUint64)
91 if thread.steps >= thread.maxSteps {
144 const int maxSteps = 1<<16; in computeBilinearSearchStepFromFloatLine() local148 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps)); in computeBilinearSearchStepFromFloatLine()158 const int maxSteps = 1<<16; in computeBilinearSearchStepFromFloatQuad() local166 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps)); in computeBilinearSearchStepFromFloatQuad()