Home | History | Annotate | Download | only in functional

Lines Matching full:maxvalue

524 			int				maxValue		= (int)m_initialValue;
530 maxValue = de::max(maxValue, inputValue);
533 if (!intEqualsAfterUintCast(maxValue, groupOutput, m_precision))
538 << ": expected maximum " << maxValue << " (" << tcu::Format::Hex<8>((deUint32)maxValue) << ")"