Searched refs:refOut0 (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp841 const float refOut0 = in0 - refOut1; local
843 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
852 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
1074 const deUint32 refOut0 = tcu::Float32(in0).bits(); local
1075 const int ulpDiff = de::abs((int)out0 - (int)refOut0);
1079 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...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp957 const float refOut0 = in0 - refOut1; local
959 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
968 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
1229 const deUint32 refOut0 = tcu::Float32(in0).bits(); local
1230 const int ulpDiff = de::abs((int)out0 - (int)refOut0);
1234 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold "
2051 float refOut0; local
2054 frexp(in0, &refOut0, &refOut1);
2056 const deUint32 ulpDiff0 = signedZero ? getUlpDiff(out0, refOut0) : getUlpDiffIgnoreZeroSign(out0, refOut0);
2203 const float refOut0 = ldexp(in0, in1); local
[all...]
/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 "

Completed in 231 milliseconds