Searched refs:maxUlpDiff (Results 1 – 2 of 2) sorted by relevance
465 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare() local474 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() local568 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() local699 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 …]
542 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare() local551 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() local645 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() local776 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 …]