Searched
full:reduce (Results
251 -
275 of
2773) sorted by null
<<11121314151617181920>>
/external/bison/po/ |
ja.po | 42 msgid " Conflict between rule %d and token %s resolved as reduce" 52 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n" 57 msgid "conflicts: %d shift/reduce\n" 62 msgid "conflicts: %d reduce/reduce\n" 77 msgid "expected %d shift/reduce conflict" 78 msgid_plural "expected %d shift/reduce conflicts" 83 msgid "expected %d reduce/reduce conflict [all...] |
pl.po | 43 msgid " Conflict between rule %d and token %s resolved as reduce" 57 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n" 62 msgid "conflicts: %d shift/reduce\n" 67 msgid "conflicts: %d reduce/reduce\n" 82 msgid "expected %d shift/reduce conflict" 83 msgid_plural "expected %d shift/reduce conflicts" 90 msgid "expected %d reduce/reduce conflict [all...] |
sv.po | 41 msgid " Conflict between rule %d and token %s resolved as reduce" 51 msgid "conflicts: %d shift/reduce, %d reduce/reduce\n" 56 msgid "conflicts: %d shift/reduce\n" 61 msgid "conflicts: %d reduce/reduce\n" 76 msgid "expected %d shift/reduce conflict" 77 msgid_plural "expected %d shift/reduce conflicts" 83 msgid "expected %d reduce/reduce conflict [all...] |
/external/bison/doc/ |
bison.texi | 269 * Shift/Reduce:: Conflicts: when either shifting or reduction is valid. 273 * Reduce/Reduce:: When two rules are applicable in the same situation. 736 @cindex shift/reduce conflicts 737 @cindex reduce/reduce conflicts 745 input. These are known respectively as @dfn{reduce/reduce} conflicts 746 (@pxref{Reduce/Reduce}), and @dfn{shift/reduce} conflict [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_builtin.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_builtin.py | [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_atan2.c | 20 * 1. Reduce y to positive by atan2(y,x)=-atan2(-y,x). 21 * 2. Reduce x to positive by (if x and y are unexceptional):
|
/cts/tools/dasm/src/java_cup/ |
parse_reduce_table.java | 5 /** This class represents the complete "reduce-goto" table of the parser. 8 * as the last step of a reduce.
|
/external/bison/src/ |
Makefile.am | 59 reduce.c reduce.h \
|
main.c | 49 #include "reduce.h" 100 /* Find useless nonterminals and productions and reduce the grammar. */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
SICBlockCipher.java | 155 throw new IllegalStateException("attempt to reduce counter past zero."); 182 throw new IllegalStateException("attempt to reduce counter past zero.");
|
/external/fdlibm/ |
e_atan2.c | 17 * 1. Reduce y to positive by ieee_atan2(y,x)=-ieee_atan2(-y,x). 18 * 2. Reduce x to positive by (if x and y are unexceptional):
|
/external/icu/icu4c/source/common/ |
unistr_case.cpp | 153 // Defined here to reduce dependencies on break iterator 167 // Defined here to reduce dependencies on break iterator
|
/external/llvm/include/llvm/CodeGen/ |
SchedulerRegistry.h | 79 /// register pressure mode it schedules to reduce register pressure. 86 /// to reduce register pressure.
|
/external/llvm/lib/Target/Mips/ |
MSA.txt | 5 optimisation, reduce the size of the ISel matcher, and reduce repetition in
|
/external/llvm/test/CodeGen/ARM/ |
thumb2-size-opt.ll | 1 ; RUN: llc -mtriple=thumbv7-linux-gnueabihf -o - -show-mc-encoding -t2-reduce-limit=0 -t2-reduce-limit2=0 %s | FileCheck %s
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2011-10-13-SCEVChain.ll | 1 ; RUN: opt -loop-reduce -S < %s | FileCheck %s 9 ; Verify that -loop-reduce runs without "hanging" and reuses post-inc
|
/external/skia/tests/ |
PathOpsQuadLineIntersectionTest.cpp | 114 int order1 = reducer1.reduce(quad); 115 int order2 = reducer2.reduce(line);
|
/external/v8/test/webkit/fast/js/ |
array-prototype-properties-expected.txt | 47 PASS Array.prototype.reduce.call(undefined, toString) threw exception TypeError: Array.prototype.reduce called on null or undefined.
|
/external/wpa_supplicant_8/hostapd/ |
android.config | 138 # This can be used to reduce the size of the hostapd considerably if debugging 155 # This can be used to reduce binary size at the cost of disabling a debugging
|
/frameworks/av/cmds/screenrecord/ |
FrameOutput.cpp | 132 // need to get 4 bytes/pixel and reduce it. Depending on the size of the 150 ALOGD("got pixels (get=%.3f ms, reduce=%.3fms)",
|
/frameworks/base/docs/html/tools/performance/debug-gpu-overdraw/ |
index.jd | 4 page.metaDescription=Use color-coding to show how many times each pixel is redrawn on the screen to reduce rendering overhead. 46 <li>Helping you see where you might be able to reduce rendering overhead.</li>
|
/frameworks/base/docs/html/training/efficient-downloads/ |
redundant_redundant.jd | 30 <p>The most fundamental way to reduce your downloads is to download only what you need. In terms of data, that means implementing REST APIs that allow you to specify query criteria that limit the returned data by using parameters such as the time of your last update.</p> 32 <p>Similarly, when downloading images, it's good practice to reduce the size of the images server-side, rather than downloading full-sized images that are reduced on the client.</p>
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
TriangleRenderer.java | 40 * but reduce performance. One might want to tweak that 59 * but reduce performance. One might want to tweak that
|
/external/selinux/sepolgen/src/sepolgen/ |
yacc.py | 263 # reduce a symbol on the stack, emit a production 273 sys.stderr.write("%-60s reduce %d\n" % (errorlead, -t)) [all...] |
Completed in 1044 milliseconds
<<11121314151617181920>>