Home | History | Annotate | Download | only in functional

Lines Matching refs:outExp

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