Home
last modified time | relevance | path

Searched refs:tMax (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DContinuousOutputModel.java264 double tMax = 0.5 * (sMax.getPreviousTime() + sMax.getCurrentTime()); in setInterpolatedTime() local
287 tMax = 0.5 * (si.getPreviousTime() + si.getCurrentTime()); in setInterpolatedTime()
302 if ((FastMath.abs(tMed - tMin) < 1e-6) || (FastMath.abs(tMax - tMed) < 1e-6)) { in setInterpolatedTime()
309 final double d12 = tMax - tMed; in setInterpolatedTime()
311 final double d13 = tMax - tMin; in setInterpolatedTime()
312 final double dt1 = time - tMax; in setInterpolatedTime()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp424 …const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeights() local
426 DE_ASSERT(tMin <= tMax); in calcLineInterpolationWeights()
428 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights()
429 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights()
432 …const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeights()
433 …const float perspectiveInvTMin = getMinValueWithinError(minimalRangeDivision((1.0f - tMax), (1.0… in calcLineInterpolationWeights()
482 …const float tMax = getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeightsAxisProjected() local
484 DE_ASSERT(tMin <= tMax); in calcLineInterpolationWeightsAxisProjected()
486 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected()
487 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected()
[all …]
/external/skqp/samplecode/
DSampleAAGeometry.cpp1150 SkScalar tMax[2]; in draw_bisects() local
1151 int tMaxCount = SkFindCubicMaxCurvature(pts, tMax); in draw_bisects()
1153 if (0 >= tMax[tIndex] || tMax[tIndex] >= 1) { in draw_bisects()
1158 SkEvalCubicAt(pts, tMax[tIndex], &maxPt, &tangent, nullptr); in draw_bisects()
/external/skia/samplecode/
DSampleAAGeometry.cpp1150 SkScalar tMax[2]; in draw_bisects() local
1151 int tMaxCount = SkFindCubicMaxCurvature(pts, tMax); in draw_bisects()
1153 if (0 >= tMax[tIndex] || tMax[tIndex] >= 1) { in draw_bisects()
1158 SkEvalCubicAt(pts, tMax[tIndex], &maxPt, &tangent, nullptr); in draw_bisects()