HomeSort by relevance Sort by last modified time
    Searched refs:tMax (Results 1 - 9 of 9) sorted by null

  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octree.java 155 float tMax = boundResults.getFarthestCollision().getDistance();
158 tMax = Math.min(tMax, farPlane);
160 root.intersectWhere(r, geoms, tMin, tMax, results);
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHNode.java 342 tMax = data.max;
344 if (tMax < tMin) {
374 if (tMin > tNearSplit && tMax < tFarSplit) {
381 } else if (tMax < tFarSplit) {
382 tMax = min(tMax, tNearSplit);
385 stack.add(new BIHStackData(farNode, max(tMin, tFarSplit), tMax));
386 tMax = min(tMax, tNearSplit);
394 // stack.add(new BIHStackData(node, tMin, tMax));
    [all...]
BIHTree.java 405 float tMax = boundResults.getFarthestCollision().getDistance();
407 if (tMax <= 0) {
408 tMax = Float.POSITIVE_INFINITY;
409 } else if (tMin == tMax) {
418 tMax = Math.min(tMax, r.getLimit());
419 if (tMin > tMax){
424 // return root.intersectBrute(r, worldMatrix, this, tMin, tMax, results);
425 return root.intersectWhere(r, worldMatrix, this, tMin, tMax, results);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
sampstat 56 tMax = len(tDistribution)
60 if n > tMax:
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 120 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax,
122 double tMid = (tMin + tMax) / 2;
177 double tMin, tMax;
179 tMin = tMax = tsFound[0];
184 tMax = tsFound[tsFound.count() - 1];
194 tMax = t2e;
198 if (tMin != tMax || tCount > 2) {
211 if (add_intercept(q1, q2, tMin, tMax, i, subDivide)) {
215 return is_linear_inner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
225 if (add_intercept(q1, q2, tsFound[split], tMax, i, subDivide))
    [all...]
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 120 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax,
122 double tMid = (tMin + tMax) / 2;
177 double tMin, tMax;
179 tMin = tMax = tsFound[0];
184 tMax = tsFound[tsFound.count() - 1];
194 tMax = t2e;
198 if (tMin != tMax || tCount > 2) {
211 if (add_intercept(q1, q2, tMin, tMax, i, subDivide)) {
215 return is_linear_inner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
225 if (add_intercept(q1, q2, tsFound[split], tMax, i, subDivide))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-analyze-results.js 165 var tMax = tDistribution.length;
170 if (n > tMax)
sunspider-compare-results.js 230 var tMax = tDistribution.length;
235 if (n > tMax)
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 322 milliseconds