Home
last modified time | relevance | path

Searched refs:roundingUlpError (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderPrecisionTests.cpp325 const int roundingUlpError = m_precision == glu::PRECISION_HIGHP ? 1 : 3; in compare() local
328 …ntissa bits, " << numLostBits << " bits lost in operation, and " << roundingUlpError << " ULP roun… in compare()
338 if (ulpDiff > (deUint64)roundingUlpError) in compare()