Home | History | Annotate | Download | only in shaderexecutor

Lines Matching refs:outExp

109 	const int	outExp		= tcu::Float32(output).exponent();
111 return de::max(0, inExp-outExp); // Lost due to mantissa shift.