Searched refs:ULPDiff (Results 1 – 2 of 2) sorted by relevance
166 tcu::IVec4 ULPDiff(0); in getFloatULPThreshold() local170 ULPDiff[i] = readMantissaBits[i] - srcMantissaBits[i]; in getFloatULPThreshold()172 return tcu::UVec4(4) * (tcu::UVec4(1) << (ULPDiff.cast<deUint32>())); in getFloatULPThreshold()
463 tcu::IVec4 ULPDiff(0); in getFloatULPThreshold() local467 ULPDiff[i] = readMantissaBits[i] - srcMantissaBits[i]; in getFloatULPThreshold()469 return UVec4(4) * (UVec4(1) << (ULPDiff.cast<deUint32>())); in getFloatULPThreshold()