Home
last modified time | relevance | path

Searched refs:roundError (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/
DBaseProcessor.java158 boolean roundError = false; in process()
183 roundError = true; in process()
189 if (!roundError) { in process()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp346 const int roundError = 1; in calcTriangleInterpolationWeights() local
385 …nError(maxPreDivisionValues[0] + maxPreDivisionValues[1] + maxPreDivisionValues[2], 2*roundError)); in calcTriangleInterpolationWeights()
386 …nError(minPreDivisionValues[0] + minPreDivisionValues[1] + minPreDivisionValues[2], 2*roundError)); in calcTriangleInterpolationWeights()
407 const int roundError = 1; in calcLineInterpolationWeights() local
440 … perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, roundError); in calcLineInterpolationWeights()
441 … perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, roundError); in calcLineInterpolationWeights()
458 const int roundError = 1; in calcLineInterpolationWeightsAxisProjected() local
498 … perspectiveDivisorMax = getMaxValueWithinError(perspectiveTMax + perspectiveInvTMax, roundError); in calcLineInterpolationWeightsAxisProjected()
499 … perspectiveDivisorMin = getMinValueWithinError(perspectiveTMin + perspectiveInvTMin, roundError); in calcLineInterpolationWeightsAxisProjected()