Home | History | Annotate | Download | only in functional

Lines Matching refs:ulpDiff

336 		const deUint64	ulpDiff				= (deUint64)de::abs((deInt64)accurateRefBits - (deInt64)accurateResBits);
338 if (ulpDiff > (deUint64)roundingUlpError)
340 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed! ULP diff (ignoring lost/undefined bits) = " << ulpDiff << TestLog::EndMessage;