• Home
  • Raw
  • Download

Lines Matching refs:maximalRangeDivision

287 float maximalRangeDivision (float minDividend, float maxDividend, float minDivisor, float maxDiviso…  in maximalRangeDivision()  function
391 ….x() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivision(minPreDivis… in calcTriangleInterpolationWeights()
392 ….y() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivision(minPreDivis… in calcTriangleInterpolationWeights()
393 ….z() = getMaxFlushToZero(getMaxValueWithinError(getMaxFlushToZero(maximalRangeDivision(minPreDivis… in calcTriangleInterpolationWeights()
428 …const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeights()
432 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights()
436 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeights()
445 …returnValue.max.x() = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeights()
446 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeights()
486 …const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeightsAxisProjected()
490 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected()
494 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeightsAxisProjected()
503 …returnValue.max.x() = getMaxValueWithinError(maximalRangeDivision(perspectiveInvTMin, perspectiveI… in calcLineInterpolationWeightsAxisProjected()
504 …returnValue.max.y() = getMaxValueWithinError(maximalRangeDivision(perspectiveTMin, perspectiveTMa… in calcLineInterpolationWeightsAxisProjected()