• Home
  • Raw
  • Download

Lines Matching refs:mantissaBits

228 													float32Representation.mantissaBits() & representableMantissaMask));  in makeFloatRepresentable()
542 const int mantissaBits = getMinMantissaBits(precision); in compare() local
543 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare()
761 const int mantissaBits = getMinMantissaBits(precision); in compare() local
762 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()
763 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
832 const int mantissaBits = getMinMantissaBits(precision); in compare() local
844 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare()
884 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
885 const deUint32 mantissaMask = ~getMaxUlpDiffFromBits(mantissaBits) & ((1u<<23)-1u); in getInputValues()
967 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
968 const deUint32 mantissaMask = ~getMaxUlpDiffFromBits(mantissaBits) & ((1u<<23)-1u); in getInputValues()
1067 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1068 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare()
1218 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1219 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()
1220 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
1326 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1327 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()
1328 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
1454 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1455 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()
1456 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
1552 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1553 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()
1554 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
1670 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1671 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
1682 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(0, mantissaBits-bitsLost)); // ULP diff … in compare()
1800 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1801 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare()
1939 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1940 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare()