Searched refs:roundingUlpError (Results 1 – 1 of 1) sorted by relevance
304 const int roundingUlpError = m_precision == glu::PRECISION_HIGHP ? 1 : 3; in compare() local307 …ntissa bits, " << numLostBits << " bits lost in operation, and " << roundingUlpError << " ULP roun… in compare()317 if (ulpDiff > (deUint64)roundingUlpError) in compare()