Searched refs:maxInterval (Results 1 – 3 of 3) sorted by relevance
42 const int maxInterval = 100; in deTimer_selfTest() local57 …int interval = minInterval + (int)(deRandom_getUint32(&rnd) % (deUint32)(maxInterval-minInterval… in deTimer_selfTest()
1382 DigitInterval maxInterval; in toNumberPattern() local1405 extractMinMaxDigits(minInterval, maxInterval); in toNumberPattern()1407 if (maxInterval.getIntDigitCount() > kMaxScientificIntegerDigits) { in toNumberPattern()1408 maxInterval.setIntDigitCount(1); in toNumberPattern()1409 minInterval.shrinkToFitWithin(maxInterval); in toNumberPattern()1414 maxInterval.setIntDigitCount(minInterval.getIntDigitCount()); in toNumberPattern()1417 maxInterval.setIntDigitCount(minInterval.getIntDigitCount() + 1); in toNumberPattern()1425 maxInterval.expandToContainDigit(roundingIncrementLowerExp); in toNumberPattern()1426 maxInterval.expandToContainDigit(roundingIncrementUpperExp - 1); in toNumberPattern()1428 fullInterval = maxInterval; in toNumberPattern()
46 Config::Config(sw::Format displayFormat, EGLint minInterval, EGLint maxInterval, sw::Format renderT… in Config() argument185 mMaxSwapInterval = maxInterval; in Config()