Searched refs:reduce (Results 51 - 75 of 142) sorted by relevance

123456

/external/deqp/modules/gles3/scripts/
H A Dgen-conversions.py60 scalars = reduce(operator.add, [x[ndx].toFloat().getScalars() for x in comps])
68 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toInt().getScalars() for x in comps])))
77 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toBool().getScalars() for x in comps])))
83 scalars = reduce(operator.add, [x[ndx].toFloat().getScalars() for x in comps])
289 maxLen = reduce(max, [len(values) for values in comps])
H A Dgen-swizzles.py76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dsync_node_browser.js185 reduce(function(a, b) { return a.concat(b); });
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.h301 void reduce();
H A Ddigitlst.cpp181 DigitList::reduce() { function in class:DigitList
463 numToConvert.reduce(); // Removes any trailing zeros, so that digit count is good.
842 reduce(); // Remove any trailing zeros
871 * amount. Never reduce it. Available size is kept in fContext.digits.
/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp86 int order = reducer.reduce(quad);
H A DPathOpsQuadIntersectionTest.cpp22 int order1 = reduce1.reduce(quad1);
23 int order2 = reduce2.reduce(quad2);
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_finder.py37 return reduce(operator.add,
/external/chromium_org/v8/test/mozilla/
H A Dtestcfg.py99 reduce(os.path.join, testfilepath[:i], ""),
/external/deqp/modules/gles2/scripts/
H A Dgen-swizzles.py76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
/external/icu/icu4c/source/i18n/
H A Ddigitlst.h301 void reduce();
H A Ddigitlst.cpp177 DigitList::reduce() { function in class:DigitList
459 numToConvert.reduce(); // Removes any trailing zeros, so that digit count is good.
838 reduce(); // Remove any trailing zeros
867 * amount. Never reduce it. Available size is kept in fContext.digits.
/external/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp86 int order = reducer.reduce(quad);
H A DPathOpsQuadIntersectionTest.cpp22 int order1 = reduce1.reduce(quad1);
23 int order2 = reduce2.reduce(quad2);
/external/bison/doc/
H A DMakefile.am104 FIGS_DOT = figs/example.dot figs/example-reduce.dot figs/example-shift.dot
/external/llvm/include/llvm/CodeGen/PBQP/
H A DRegAllocSolver.h156 S = backpropagate(G, reduce());
275 std::vector<GraphBase::NodeId> reduce() { function in class:PBQP::RegAlloc::RegAllocSolverImpl
276 assert(!G.empty() && "Cannot reduce empty graph.");
/external/bison/
H A DAndroid.mk177 src/reduce.c \
/external/chromium_org/v8/tools/
H A Drun_perf.py294 res = reduce(lambda r, t: r + t.GetResults(), self._children, Results())
354 return reduce(lambda r, t: r + t, traces.itervalues(), Results())
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js512 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
513 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
517 Classic.prototype.reduce = cReduce;
529 // should reduce x and y(2-xy) by m^2 at each step to keep size bounded.
570 this.reduce(r);
595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
598 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
602 Montgomery.prototype.reduce = montReduce;
1061 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1078 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js512 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
513 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
517 Classic.prototype.reduce = cReduce;
529 // should reduce x and y(2-xy) by m^2 at each step to keep size bounded.
570 this.reduce(r);
595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
598 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
602 Montgomery.prototype.reduce = montReduce;
1061 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1078 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js512 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
513 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
517 Classic.prototype.reduce = cReduce;
529 // should reduce x and y(2-xy) by m^2 at each step to keep size bounded.
570 this.reduce(r);
595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
598 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
602 Montgomery.prototype.reduce = montReduce;
1061 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1078 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(
[all...]
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js520 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
521 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
525 Classic.prototype.reduce = cReduce;
537 // should reduce x and y(2-xy) by m^2 at each step to keep size bounded.
578 this.reduce(r);
603 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
606 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
610 Montgomery.prototype.reduce = montReduce;
1069 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1086 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dexpanding_braille_translator.js127 var totalCells = chunks.reduce(
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dcloud_print_interface.js408 url = params.reduce(function(partialUrl, param) {
413 body = params.reduce(function(partialBody, param) {
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_search.js386 return lists.reduce(function(sum, list, index) {
399 var maxListLength = lists.reduce(function(prevCount, list) {

Completed in 566 milliseconds

123456