Home
last modified time | relevance | path

Searched refs:tMin (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tests/
DPathOpsAngleIdeas.cpp35 double tMin; member
248 result->tMin = SkTMin(t1, t2); in orderTRange()
295 upperRange->tMin = 0; in bruteMinT()
296 lowerRange->tMin = 1; in bruteMinT()
314 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT()
315 tRange.tMin); in bruteMinT()
318 if (tRange.tMin < upperRange->tMin) { in bruteMinT()
319 upperRange->tMin = 0; in bruteMinT()
324 if (upperRange->tMin < tRange.tMin) { in bruteMinT()
329 if (lowerRange->tMin > tRange.tMin) { in bruteMinT()
[all …]
/external/skia/tests/
DPathOpsAngleIdeas.cpp35 double tMin; member
248 result->tMin = SkTMin(t1, t2); in orderTRange()
295 upperRange->tMin = 0; in bruteMinT()
296 lowerRange->tMin = 1; in bruteMinT()
314 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT()
315 tRange.tMin); in bruteMinT()
318 if (tRange.tMin < upperRange->tMin) { in bruteMinT()
319 upperRange->tMin = 0; in bruteMinT()
324 if (upperRange->tMin < tRange.tMin) { in bruteMinT()
329 if (lowerRange->tMin > tRange.tMin) { in bruteMinT()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DContinuousOutputModel.java260 double tMin = 0.5 * (sMin.getPreviousTime() + sMin.getCurrentTime()); in setInterpolatedTime() local
290 tMin = 0.5 * (si.getPreviousTime() + si.getCurrentTime()); in setInterpolatedTime()
302 if ((FastMath.abs(tMed - tMin) < 1e-6) || (FastMath.abs(tMax - tMed) < 1e-6)) { in setInterpolatedTime()
310 final double d23 = tMed - tMin; in setInterpolatedTime()
311 final double d13 = tMax - tMin; in setInterpolatedTime()
314 final double dt3 = time - tMin; in setInterpolatedTime()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp425 …const float tMin = getMinValueWithinError(minimalRangeDivision(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 …Max = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0f - tMin), wa, wa), divError… in calcLineInterpolationWeights()
433 …Min = getMinValueWithinError(minimalRangeDivision((1.0f - tMax), (1.0f - tMin), wa, wa), divError… in calcLineInterpolationWeights()
483 …const float tMin = getMinValueWithinError(minimalRangeDivision(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/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp277 float tMin = -0.2f; in iterate() local
281 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange)); in iterate()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp267 float tMin = -0.2f; in iterate() local
271 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange)); in iterate()