Searched refs:getMaxUlpDiffFromBits (Results 1 – 2 of 2) sorted by relevance
136 inline deUint32 getMaxUlpDiffFromBits (int numAccurateBits) in getMaxUlpDiffFromBits() function146 return getEpsFromMaxUlpDiff(value, getMaxUlpDiffFromBits(numAccurateBits)); in getEpsFromBits()558 …const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantiss… in compare()684 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()766 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare()807 const deUint32 mantissaMask = ~getMaxUlpDiffFromBits(mantissaBits) & ((1u<<23)-1u); in getInputValues()888 const deUint32 mantissaMask = ~getMaxUlpDiffFromBits(mantissaBits) & ((1u<<23)-1u); in getInputValues()985 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare()1136 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()1244 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()[all …]
140 inline deUint32 getMaxUlpDiffFromBits (int numAccurateBits) in getMaxUlpDiffFromBits() function150 return getEpsFromMaxUlpDiff(value, getMaxUlpDiffFromBits(numAccurateBits)); in getEpsFromBits()635 …const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantiss… in compare()761 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()843 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare()884 const deUint32 mantissaMask = ~getMaxUlpDiffFromBits(mantissaBits) & ((1u<<23)-1u); in getInputValues()967 const deUint32 mantissaMask = ~getMaxUlpDiffFromBits(mantissaBits) & ((1u<<23)-1u); in getInputValues()1067 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare()1218 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()1326 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare()[all …]