Home | History | Annotate | Download | only in functional

Lines Matching refs:mantissaBits

296 	const int		mantissaBits		= m_precision == glu::PRECISION_HIGHP ? 23 : 10;
297 const int numPrecBits = 52 - mantissaBits;
307 m_testCtx.getLog() << TestLog::Message << "Assuming " << mantissaBits << " mantissa bits, " << numLostBits << " bits lost in operation, and " << roundingUlpError << " ULP rounding error."