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

1 2 3 4 5 6 78 91011>>

  /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...]
bison.info 232 * Shift/Reduce:: Conflicts: when either shifting or reduction is valid.
236 * Reduce/Reduce:: When two rules are applicable in the same situation.
    [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):
s_cos.c 26 * [-PI/4, +PI/4]. Reduce the argument x to y1+y2 = x-k*pi/2
  /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/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/freetype/include/freetype/
ftlcdfil.h 44 * Reduce color fringes of LCD-optimized bitmaps.
49 * through @FT_Render_Glyph. This is useful to reduce color fringes
  /external/icu4c/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/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/wpa_supplicant_8/hostapd/
android.config 144 # This can be used to reduce the size of the hostapd considerably if debugging
161 # This can be used to reduce binary size at the cost of disabling a debugging
  /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/openssl/crypto/bn/
bn_gf2m.c 383 /* Compute the product of two polynomials a and b, reduce modulo p, and store
432 /* Compute the product of two polynomials a and b, reduce modulo p, and store
462 /* Square a, reduce the result mod p, and store it in a. r could be a. */
489 /* Square a, reduce the result mod p, and store it in a. r could be a.
518 /* Invert a, reduce modulo p, and store the result in r. r could be a.
656 /* Invert xx, reduce modulo p, and store the result in r. r could be xx.
682 /* Divide y by x, reduce modulo p, and store the result in r. r could be x
708 /* Divide y by x, reduce modulo p, and store the result in r. r could be x
731 /* reduce x and y mod p */
781 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 134 /// \brief Add a node to the heuristic reduce list.
135 /// @param nItr Node iterator to add to the heuristic reduce list.
147 /// \brief Heuristically reduce one of the nodes in the heuristic
148 /// reduce list.
149 /// @return True if a reduction takes place, false if the heuristic reduce
  /external/bison/tests/
regression.at 302 $default reduce using rule 3 ($@2)
312 $default reduce using rule 1 ($@1)
349 $default reduce using rule 4 (expr)
356 $default reduce using rule 2 (expr)
614 $default reduce using rule 4 ($@1)
634 undef_id_tok reduce using rule 4 ($@1)
635 $default reduce using rule 1 (CONST_DEC_PART)
645 $default reduce using rule 2 (CONST_DEC_LIST)
666 $default reduce using rule 3 (CONST_DEC_LIST)
694 $default reduce using rule 5 (CONST_DEC
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 10 #define DEBUG_TYPE "t2-reduce-size"
32 static cl::opt<int> ReduceLimit("t2-reduce-limit",
34 static cl::opt<int> ReduceLimit2Addr("t2-reduce-limit2",
36 static cl::opt<int> ReduceLimitLdSt("t2-reduce-limit3",
166 /// ReduceTo2Addr - Reduce a 32-bit instruction to a 16-bit two-address
173 /// ReduceToNarrow - Reduce a 32-bit instruction to a 16-bit
180 /// ReduceMI - Attempt to reduce MI, return true on success.
185 /// ReduceMBB - Reduce width of instructions in the specified basic block.
505 // If the source register is SP, try to reduce to tADDrSPi, otherwise
506 // it's a normal reduce
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 211 def reduce method in class:ANTLR3.RewriteProgram
265 | %s#reduce! should have left only one operation per index,
284 operations = reduce
  /external/clang/docs/
PTHInternals.rst 101 when compiling for multiple architectures. This can also reduce
112 copy-on-write costs. The read-only nature of PTH can greatly reduce
147 While the main optimization employed by PTH is to reduce lexing time of
  /external/wpa_supplicant_8/src/crypto/
random.c 20 * strong. This is a compromise to reduce duplicated CPU effort and to avoid
116 * Fold the hash to further reduce any potential output pattern.
117 * Though, compromise this to reduce CPU use for the most common output

Completed in 457 milliseconds

1 2 3 4 5 6 78 91011>>