Searched defs:tMax (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
H A Dsunspider-analyze-results.js165 var tMax = tDistribution.length; variable
170 if (n > tMax)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsampstat56 tMax = len(tDistribution) variable
60 if n > tMax:
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp126 static bool addIntercept(const Quadratic& q1, const Quadratic& q2, double tMin, double tMax, argument
128 double tMid = (tMin + tMax) / 2;
185 double tMin, tMax; local
187 tMin = tMax = tsFound[0];
191 tMax = tsFound[tsFound.count() - 1];
202 tMax = t2e;
206 if (tMin != tMax || tCount > 2) {
220 if (addIntercept(q1, q2, tMin, tMax, i, subDivide)) {
224 return isLinearInner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
234 if (addIntercept(q1, q2, tsFound[split], tMax,
[all...]
/external/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp126 static bool addIntercept(const Quadratic& q1, const Quadratic& q2, double tMin, double tMax, argument
128 double tMid = (tMin + tMax) / 2;
185 double tMin, tMax; local
187 tMin = tMax = tsFound[0];
191 tMax = tsFound[tsFound.count() - 1];
202 tMax = t2e;
206 if (tMin != tMax || tCount > 2) {
220 if (addIntercept(q1, q2, tMin, tMax, i, subDivide)) {
224 return isLinearInner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
234 if (addIntercept(q1, q2, tsFound[split], tMax,
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp119 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax, argument
121 double tMid = (tMin + tMax) / 2;
179 double tMin, tMax; local
181 tMin = tMax = tsFound[0];
186 tMax = tsFound[tsFound.count() - 1];
196 tMax = t2e;
200 if (tMin != tMax || tCount > 2) {
213 if (add_intercept(q1, q2, tMin, tMax, i, subDivide)) {
217 return is_linear_inner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
227 if (add_intercept(q1, q2, tsFound[split], tMax,
[all...]
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp119 static bool add_intercept(const SkDQuad& q1, const SkDQuad& q2, double tMin, double tMax, argument
121 double tMid = (tMin + tMax) / 2;
179 double tMin, tMax; local
181 tMin = tMax = tsFound[0];
186 tMax = tsFound[tsFound.count() - 1];
196 tMax = t2e;
200 if (tMin != tMax || tCount > 2) {
213 if (add_intercept(q1, q2, tMin, tMax, i, subDivide)) {
217 return is_linear_inner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
227 if (add_intercept(q1, q2, tsFound[split], tMax,
[all...]

Completed in 8552 milliseconds