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