Searched defs:refOut0 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp763 const float refOut0 = in0 - refOut1; local
765 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
774 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
991 const deUint32 refOut0 = tcu::Float32(in0).bits(); local
992 const int ulpDiff = de::abs((int)out0 - (int)refOut0);
996 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold "
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp840 const float refOut0 = in0 - refOut1; local
842 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
851 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
1073 const deUint32 refOut0 = tcu::Float32(in0).bits(); local
1074 const int ulpDiff = de::abs((int)out0 - (int)refOut0);
1078 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold "
1809 float refOut0;
1812 frexp(in0, &refOut0, &refOut1);
1814 const deUint32 ulpDiff0 = signedZero ? getUlpDiff(out0, refOut0) : getUlpDiffIgnoreZeroSign(out0, refOut0);
[all...]

Completed in 57 milliseconds