Home
last modified time | relevance | path

Searched refs:tMin (Results 1 – 11 of 11) 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 = std::min(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-deps/glslang/Test/baseResults/
DrayQuery.rgen.out18 Name 12 "tMin"
61 12(tMin): 11(ptr) Variable Function
64 Store 12(tMin) 13
70 34: 10(float) Load 12(tMin)
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
DrayQuery.rgen.out18 Name 12 "tMin"
61 12(tMin): 11(ptr) Variable Function
64 Store 12(tMin) 13
70 34: 10(float) Load 12(tMin)
/external/angle/third_party/vulkan-deps/glslang/src/Test/
DrayQuery.rgen16 float tMin = 0.f;
18 rayQueryInitializeEXT(localRayQuery, acc0, rayFlags, 0xFF , origin, tMin, dir, tMax);
Dspv.intrinsicsSpirvType.rgen9 …onStructureEXT topLevel, uint rayFlags, uint cullMask, vec3 origin, float tMin, vec3 direction, fl…
/external/deqp-deps/glslang/Test/
DrayQuery.rgen16 float tMin = 0.f;
18 rayQueryInitializeEXT(localRayQuery, acc0, rayFlags, 0xFF , origin, tMin, dir, tMax);
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp429 …const float tMin = getMinValueWithinError(minimalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeights() local
430 DE_ASSERT(tMin <= tMax); in calcLineInterpolationWeights()
432 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights()
433 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeights()
436 …Max = getMaxValueWithinError(maximalRangeDivision((1.0f - tMax), (1.0f - tMin), wa, wa), divError… in calcLineInterpolationWeights()
437 …Min = getMinValueWithinError(minimalRangeDivision((1.0f - tMax), (1.0f - tMin), wa, wa), divError… in calcLineInterpolationWeights()
487 …const float tMin = getMinValueWithinError(minimalRangeDivision(dividendMin, dividendMax, divisor… in calcLineInterpolationWeightsAxisProjected() local
488 DE_ASSERT(tMin <= tMax); in calcLineInterpolationWeightsAxisProjected()
490 …const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected()
491 …const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin, tMax, wb, wb), … in calcLineInterpolationWeightsAxisProjected()
[all …]
/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()
/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()