Lines Matching refs:expectedDerivate
340 …precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) in getDerivateThreshold() argument
343 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThreshold()
348 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold()
349 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold()
350 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold()
351 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()
354 …precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) in getDerivateThresholdWarning() argument
357 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThresholdWarning()
362 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThresholdWarning()
363 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThresholdWarning()
364 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThresholdWarning()
365 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThresholdWarning()