Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp549 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
551 if (ulpDiff0 > maxUlpDiff) in compare()
553 … "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
643 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
645 if (ulpDiff0 > maxUlpDiff) in compare()
647 … "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
1428 …const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, re… in compare() local
1431 if (ulpDiff0 > 0 && ulpDiff1 > 0) in compare()
1433 …(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()