HomeSort by relevance Sort by last modified time
    Searched full:reduce (Results 1 - 25 of 1985) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Generic/
stop-after.ll 1 ; RUN: llc < %s -debug-pass=Structure -stop-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP
2 ; RUN: llc < %s -debug-pass=Structure -start-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START
4 ; STOP: -loop-reduce -print-module
  /external/v8/test/mjsunit/
array-reduce.js 29 * @fileoverview Test reduce and reduceRight
46 // Creates a callback function for reduce/reduceRight that tests the number
105 // ---- Test Reduce[Left]
109 testReduce("reduce", "SimpleReduceSum", 12,
115 testReduce("reduce", "SimpleReduceProd", 48,
121 testReduce("reduce", "SimpleReduceDec", 246,
127 testReduce("reduce", "SimpleReduceAccumulate", simpleArray,
134 testReduce("reduce", "EmptyReduceSum", 0, [], [], sum, 0);
135 testReduce("reduce", "EmptyReduceProd", 1, [], [], prod, 1);
136 testReduce("reduce", "EmptyReduceDec", 0, [], [], dec, 0)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 30 private final static int REDUCE = 1;
166 case REDUCE:
169 case 0: /* reduce ANone1Grammar */
175 case 1: /* reduce AOne1Grammar */
181 case 2: /* reduce AMany1Grammar */
187 case 3: /* reduce ADataCommand */
193 case 4: /* reduce AAcommentcommand1Command */
199 case 5: /* reduce AAcommentcommand2Command */
205 case 6: /* reduce AVarCommand */
211 case 7: /* reduce ALvarCommand *
    [all...]
  /frameworks/base/docs/html/shareables/
README.txt 7 but we've moved them all to Google Cloud Storage to reduce the size
  /external/llvm/test/Transforms/LoopStrengthReduce/
dont_reduce_bytes.ll 1 ; Don't reduce the byte access to P[i], at least not on targets that
4 ; RUN: opt < %s -loop-reduce -disable-output
different-type-ivs.ll 1 ; RUN: opt < %s -loop-reduce -disable-output
2 ; Test to make sure that loop-reduce never crashes on IV's
dead-phi.ll 1 ; RUN: opt < %s -loop-reduce -S | grep phi | count 1
dont_reverse.ll 1 ; RUN: opt < %s -loop-reduce -S \
exit_compare_live_range.ll 5 ; RUN: opt -S -loop-reduce < %s | FileCheck %s
invariant_value_first_arg.ll 2 ; RUN: opt < %s -loop-reduce -S | \
pr2537.ll 1 ; RUN: opt < %s -loop-reduce -disable-output
  /external/bison/doc/figs/
example-reduce.dot 1 digraph "reduce.y"
  /external/bison/tests/
conflicts.at 371 start: error-reduce consistent-error 'a' { USE ($][3); } ;
373 error-reduce:
473 | 'c' reduce-nonassoc // Just makes reduce-nonassoc useful.
477 look reduce-nonassoc
496 reduce-nonassoc: %prec 'a';
513 [[input.y: conflicts: 2 shift/reduce
523 [[input.y: conflicts: 2 shift/reduce
533 [[input.y: conflicts: 2 shift/reduce
557 [input.y: conflicts: 1 shift/reduce
    [all...]
reduce.at 582 [[$default]])[ reduce using rule 5 (A)
584 Conflict between rule 5 and token 'a' resolved as reduce (%left 'a').
612 [[$default]])[ reduce using rule 5 (A)
620 [[$default]])[ reduce using rule 7 (c)
628 [[$default]])[ reduce using rule 3 (S)
643 [[$default]])[ reduce using rule 4 (A)
651 [[$default]])[ reduce using rule 1 (S)
659 [[$default]])[ reduce using rule 2 (S)
667 [[$default]])[ reduce using rule 6 (c)]AT_COND_CASE([[LALR]],
680 [[$default]])[ reduce using rule 5 (A)]AT_COND_CASE([[canonical LR]], [
    [all...]
  /external/quake/quake/src/QW/server/
makefile 3 #CFLAGS = -mpentium -O6 -Wall -I../client -I. -DSERVERONLY -fomit-frame-pointer -fno-strength-reduce
4 #CFLAGS = -mpentium -O2 -Wall -I../client -I. -DSERVERONLY -fomit-frame-pointer -fno-strength-reduce
5 CFLAGS=-DSERVERONLY -I../client -V2.7.2.1 -bi486-linux/ -O6 -Wall -fomit-frame-pointer -fno-strength-reduce
  /frameworks/native/include/utils/
LinearTransform.h 56 // Helpers which will reduce the fraction N/D using Euclid's method.
57 template <class T> static void reduce(T* N, T* D);
58 static void reduce(int32_t* N, uint32_t* D);
  /external/chromium/build/
sanitize-win-build-log.sed 7 # Use this sed script to reduce a Windows build log into something
  /external/junit/src/org/junit/runner/manipulation/
Sortable.java 5 * failed first, you can reduce the average time to the first test failing. Test sorting should not be used to
  /development/ndk/platforms/android-18/samples/gles3jni/
README 22 * Instanced rendering and vertex attribute divisor to reduce the number of
24 * Vertex array objects to reduce the number of calls required to set up
  /frameworks/base/services/common_time/
common_clock.cpp 51 LinearTransform::reduce(&numer, &denom);
53 ALOGE("Overflow in CommonClock::init while trying to reduce %lld/%lld",
138 LinearTransform::reduce(&n1, &d2);
139 LinearTransform::reduce(&n2, &d1);
140 LinearTransform::reduce(&n2, &d2);
  /external/bison/src/
conflicts.c 88 " resolved as reduce"),
160 " type=\"reduce\">",
217 | specified state. Used when we resolve a shift-reduce conflict in |
236 | Turn off the reduce recorded for the specified token in the |
237 | specified lookahead set. Used when we resolve a shift-reduce |
249 | Attempt to resolve shift-reduce conflict for one rule by means of |
252 | shift or reduce tables so that there is no longer a conflict. |
265 /* Find the rule to reduce by to get precedence of reduction. */
275 /* Shift-reduce conflict occurs for token number i
345 check for shift-reduce conflict, and try to resolve usin
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 143 /// \brief Optimally reduce one of the nodes in the optimal reduce list.
144 /// @return True if a reduction takes place, false if the optimal reduce
147 /// Selects a node from the optimal reduce list and removes it, applying
172 void reduce() { function in class:PBQP::HeuristicBase
186 /// \brief Add a node to the heuristic reduce list.
187 /// @param nItr Node iterator to add to the heuristic reduce list.
192 /// \brief Heuristically reduce one of the nodes in the heuristic
193 /// reduce list.
194 /// @return True if a reduction takes place, false if the heuristic reduce
    [all...]
  /external/quake/quake/src/QW/client/
makefile.svgalib 86 #CFLAGS=-O3 -Wall -fomit-frame-pointer -fno-strength-reduce -funroll-loops
87 #CFLAGS=-mpentium -O3 -Wall -fomit-frame-pointer -fno-strength-reduce
88 CFLAGS=-V2.7.2.1 -bi486-linux/ -O6 -Wall -fomit-frame-pointer -fno-strength-reduce
  /external/bison/po/
POTFILES.in 14 src/reduce.c
  /external/chromium/crypto/third_party/nss/
README.chromium 7 header "base/basictypes.h". We define NOUNROLL256 to reduce the object code

Completed in 1026 milliseconds

1 2 3 4 5 6 7 8 91011>>