Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp550 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
552 if (ulpDiff0 > maxUlpDiff) in compare()
554 … "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
644 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
646 if (ulpDiff0 > maxUlpDiff) in compare()
648 … "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
1429 …const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, re… in compare() local
1432 if (ulpDiff0 > 0 && ulpDiff1 > 0) in compare()
1434 …(ref0) << " or " << HexFloat(ref1) << ", got ULP diff " << tcu::toHex(de::min(ulpDiff0, ulpDiff1)); in compare()
1814 …const deUint32 ulpDiff0 = signedZero ? getUlpDiff(out0, refOut0) : getUlpDiffIgnoreZeroSign(out0, … in compare() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp472 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
474 if (ulpDiff0 > maxUlpDiff) in compare()
476 … "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
566 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
568 if (ulpDiff0 > maxUlpDiff) in compare()
570 … "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
1346 …const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, re… in compare() local
1349 if (ulpDiff0 > 0 && ulpDiff1 > 0) in compare()
1351 …(ref0) << " or " << HexFloat(ref1) << ", got ULP diff " << tcu::toHex(de::min(ulpDiff0, ulpDiff1)); in compare()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp625 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
627 if (ulpDiff0 > maxUlpDiff) in compare()
629 … "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
733 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
735 if (ulpDiff0 > maxUlpDiff) in compare()
737 … "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
1663 …const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, re… in compare() local
1666 if (ulpDiff0 > 0 && ulpDiff1 > 0) in compare()
1668 …(ref0) << " or " << HexFloat(ref1) << ", got ULP diff " << tcu::toHex(de::min(ulpDiff0, ulpDiff1)); in compare()
2056 …const deUint32 ulpDiff0 = signedZero ? getUlpDiff(out0, refOut0) : getUlpDiffIgnoreZeroSign(out0, … in compare() local
[all …]