HomeSort by relevance Sort by last modified time
    Searched full:reduce (Results 826 - 850 of 2773) sorted by null

<<31323334353637383940>>

  /external/bison/src/
reduce.c 22 /* Reduce the grammar: Find and eliminate unreachable terminals,
39 #include "reduce.h"
425 /* First reduce the nonterminals, as they renumber themselves in the
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 27 * In order to reduce the fill-in, a symmetric permutation P is applied prior to the factorization
295 * In order to reduce the fill-in, a symmetric permutation P is applied prior to the factorization
384 * In order to reduce the fill-in, a symmetric permutation P is applied prior to the factorization
  /external/libopus/silk/fixed/
noise_shape_analysis_FIX.c 181 /* Reduce coding SNR during low speech activity */
191 /* Reduce gains for periodic signals */
380 /* Reduce low frequencies quantization noise for periodic signals, depending on pitch lag */
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 353 S = backpropagate(G, reduce());
490 std::vector<GraphBase::NodeId> reduce() { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
491 assert(!G.empty() && "Cannot reduce empty graph.");
  /external/proguard/docs/
FAQ.html 109 <li>Reduce variable allocation.</li>
165 <b>ProGuard</b> can significantly reduce the file sizes and boost the run-time
176 <b>ProGuard</b> can generally still reduce the final code size by a few
  /external/v8/benchmarks/
crypto.js 520 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(r);
    [all...]
  /external/v8/src/
string-search.h 26 // Reduce alphabet to this size.
28 // proportional to the input alphabet. We reduce the alphabet size by
149 // Both pattern and subject are UC16. Reduce character to equivalence class.
  /frameworks/support/v4/java/android/support/v4/util/
SimpleArrayMap.java 94 // hash chain to reduce the number of array entries that will
132 // hash chain to reduce the number of array entries that will
475 // Shrunk enough to reduce size of arrays. We don't allow it to
  /external/llvm/test/CodeGen/Hexagon/intrinsics/
xtype_alu.ll 631 ; Vector reduce add unsigned bytes
646 ; Vector reduce add halfwords
865 ; Vector reduce maximum halfwords
880 ; Vector reduce maximum words
925 ; Vector reduce minimum halfwords
940 ; Vector reduce minimum words
  /frameworks/native/services/surfaceflinger/
Layer.cpp 323 static Rect reduce(const Rect& win, const Region& exclude) { function in namespace:android
328 return win.reduce(exclude.getBounds());
345 return reduce(win, activeTransparentRegion);
382 activeCrop = reduce(activeCrop, s.activeTransparentRegion);
597 Rect bounds = reduce(win, s.activeTransparentRegion);
829 win = reduce(win, s.activeTransparentRegion);
    [all...]
  /external/bison/tests/
testsuite 694 102;reduce.at:25;Useless Terminals;;
695 103;reduce.at:69;Useless Nonterminals;;
696 104;reduce.at:124;Useless Rules;report;
697 105;reduce.at:271;Reduced Automaton;report;
698 106;reduce.at:381;Underivable Rules;report;
699 107;reduce.at:423;Empty Language;;
700 108;reduce.at:474;no %define lr.type: Single State Split;;
701 109;reduce.at:474;%define lr.type lalr: Single State Split;;
702 110;reduce.at:474;%define lr.type ielr: Single State Split;;
703 111;reduce.at:474;%define lr.type canonical-lr: Single State Split;
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_exp2.c 317 * Reduce x:
321 * Reduce y:
367 /* Reduce x, computing z, i0, and k. */
  /docs/source.android.com/src/devices/graphics/
implement.jd 455 <p>To remedy this, you may employ VSYNC offsets to reduce the input-to-display
471 <p>Please note, VSYNC offsets reduce the time available for app and composition
594 reduce power use. </ul>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerIntegrator.java 684 // the stability check failed, we reduce the global step
708 // error is too big, we reduce the global step
742 // we reject the step immediately and reduce order
    [all...]
  /external/bison/data/
lalr1.java 515 /* If the proper action on seeing token YYTOKEN is to reduce or to
521 /* <= 0 means reduce or error. */
804 positive, shift that token. If negative, reduce the rule which
  /external/bison/examples/calc++/
calc++-parser.cc 428 /* If the proper action on seeing token YYTOKEN is to reduce or to
434 /* Reduce or error. */
891 positive, shift that token. If negative, reduce the rule which
    [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 182 * is stored separately, partly to reduce memory usage (only one copy, rather
258 * objects packed well, and it can also help reduce the number of
955 * actual division here can reduce allocator throughput by over 20%!
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 500 // a single use, so to keep pressure balanced we reduce the defs.
503 // glued nodes or duplicate operands. As long as we don't reduce
645 // This copy is a liveout value. It is likely coalesced, so reduce the
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 816 // Reduce count based on the type of unrolling and the threshold values.
    [all...]
  /external/llvm/test/MC/Disassembler/Hexagon/
xtype_mpy.txt 250 # Vector reduce multiply word by signed half (32x16)
324 # Vector reduce multiply bytes
380 # Vector reduce multiply halfwords
  /frameworks/base/core/java/android/view/
Display.java 461 * along the edges of the display that reduce the amount of application
505 * screen, so it will reduce the height both in landscape and portrait, and
511 * system decorations that reduce the size actually available to the
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CountedCompleter.java 98 * leaf tasks, because they reduce inter-thread communication and
241 * class (that performs a simplified form of map-reduce where mappings
320 * example, the completions must cooperatively reduce along
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
ell_integral.tcc 227 // Reduce phi to -pi/2 < phi < +pi/2.
444 // Reduce phi to -pi/2 < phi < +pi/2.
718 // Reduce phi to -pi/2 < phi < +pi/2.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
ell_integral.tcc 227 // Reduce phi to -pi/2 < phi < +pi/2.
444 // Reduce phi to -pi/2 < phi < +pi/2.
718 // Reduce phi to -pi/2 < phi < +pi/2.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
ell_integral.tcc 227 // Reduce phi to -pi/2 < phi < +pi/2.
444 // Reduce phi to -pi/2 < phi < +pi/2.
718 // Reduce phi to -pi/2 < phi < +pi/2.

Completed in 368 milliseconds

<<31323334353637383940>>