• Home
  • Raw
  • Download

Lines Matching refs:maxUlpDiff

465 			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
772 if (ulpDiff > maxUlpDiff) in compare()
775 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare()
985 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare() local
994 if (ulpDiff > maxUlpDiff) in compare()
997 << tcu::toHex(maxUlpDiff) << ", got diff " << tcu::toHex(ulpDiff); in compare()
1054 const deUint32 maxUlpDiff = 0; in compare() local
1062 if (ulpDiff > maxUlpDiff) in compare()
1065 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare()
1136 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1151 if (ulpDiff <= maxUlpDiff) in compare()
1160 …ompNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1244 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1259 if (ulpDiff <= maxUlpDiff) in compare()
1268 …ompNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1372 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1387 if (ulpDiff <= maxUlpDiff) in compare()
1396 …ompNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1470 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1485 if (ulpDiff <= maxUlpDiff) in compare()
1496 anyOk = ((deUint32)ulpDiff <= maxUlpDiff); in compare()
1501 …ompNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1599 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(0, mantissaBits-bitsLost)); // ULP diff … in compare() local
1602 if (ulpDiff > maxUlpDiff) in compare()
1604 …Ndx << "] = " << HexFloat(ref) << " with ULP threshold " << tcu::toHex(maxUlpDiff) << ", got diff … in compare()