Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp465 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare() local
474 if (ulpDiff0 > maxUlpDiff) in compare()
476 …[" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP di… in compare()
558 …const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantiss… in compare() local
568 if (ulpDiff0 > maxUlpDiff) in compare()
570 …[" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP di… in compare()
684 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
699 if (ulpDiff <= maxUlpDiff) in compare()
708 …ompNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
766 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp542 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare() local
551 if (ulpDiff0 > maxUlpDiff) in compare()
553 …[" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP di… in compare()
635 …const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantiss… in compare() local
645 if (ulpDiff0 > maxUlpDiff) in compare()
647 …[" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP di… in compare()
761 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
776 if (ulpDiff <= maxUlpDiff) in compare()
785 …ompNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
843 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare() local
[all …]