Home | History | Annotate | Download | only in functional

Lines Matching full:minvalue

1551 		const tcu::IVec4	minValue		= getNBitIntegerVec4MinValue(isSigned, numBits);
1553 const tcu::IVec4 valueRange = maxValue - minValue;
1575 const tcu::IVec4 value = minValue - tcu::IVec4(1);