HomeSort by relevance Sort by last modified time
    Searched full:simplify (Results 251 - 275 of 1322) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 47 This is a convenience function to simplify applying partial() to
  /system/extras/tests/fstest/
README 33 and simplify the ruleset. Symbolic links are ignored unless an explicit
  /external/chromium/sdch/open-vcdiff/
ChangeLog 72 simplify test code.
111 package was not linked with the pthreads library. Simplify gflags.cc to
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.c 108 // libusb does this anyway, so we simplify by not adding more sync
122 // libusb does this anyway, so we simplify by not adding more sync
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.c 244 /* Simplify the operands' expressions first. */
252 * simplify reg*1 identities.
expr.c 381 * operators (eg ADD) and special handling to simplify result w/ADD, NEG, and
529 /* Check for and simplify identities. Returns new number of expr terms.
699 /* Simplify identities and make IDENT if possible. */
789 /* Simplify identities, make IDENT if possible, and save to e->numterms. */
869 /* Check for SEG of SEG:OFF, if we match, simplify to just the segment */
    [all...]
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 41 // Simplify if the node is an empty Or or And.
42 Prefilter* Prefilter::Simplify() {
62 return a->Simplify();
73 a = a->Simplify();
74 b = b->Simplify();
654 Regexp* simple = re->Simplify();
  /external/regex-re2/re2/
prefilter.cc 41 // Simplify if the node is an empty Or or And.
42 Prefilter* Prefilter::Simplify() {
62 return a->Simplify();
73 a = a->Simplify();
74 b = b->Simplify();
654 Regexp* simple = re->Simplify();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 52 /// properties that allow us to simplify its operands.
89 /// caller (which might recursively be SimplifyDemandedBits itself) to simplify
154 // Despite the fact that we can't simplify this instruction in all User's
178 // We can simplify (X|Y) -> X or Y in the user's context if we know that
204 // We can simplify (X^Y) -> X or Y in the user's context if we know that
218 // Compute the KnownZero/KnownOne bits to simplify things downstream.
224 // just set the DemandedMask to all bits so that we can try to simplify the
225 // operands. This allows visitTruncInst (for example) to simplify the
257 // If the RHS is a constant, see if we can simplify it.
294 // If the RHS is a constant, see if we can simplify it
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 123 /// ExpandBinOp - Simplify "A op (B op' C)" by distributing op over op', turning
141 // Do "A op C" and "B op C" both simplify?
164 // Do "A op B" and "A op C" both simplify?
185 /// FactorizeBinOp - Simplify "LHS Opcode RHS" by factorizing out a common term
214 // Does "B op DD" simplify?
237 // Does "A op CC" simplify?
277 // Does "B op C" simplify?
296 // Does "A op B" simplify?
319 // Does "C op A" simplify?
338 // Does "C op A" simplify
    [all...]
  /external/bison/m4/
gnulib-common.m4 100 dnl Simplify the expression VALUE || 1 to 1.
112 dnl Simplify the expression 1 || CONDITION to 1.
114 dnl Simplify the expression 0 || CONDITION to CONDITION.
  /external/chromium_org/sdch/open-vcdiff/
ChangeLog 50 * Simplify RollingHash by performing its sanity checks at compile time.
141 simplify test code.
180 package was not linked with the pthreads library. Simplify gflags.cc to
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 58 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
61 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
323 // simplify the CFG.
CorrelatedValuePropagation.cpp 161 /// incoming edges, then it's true universally and we can simplify the compare.
198 /// processSwitch - Simplify a switch instruction by removing cases which can
  /external/open-vcdiff/
ChangeLog 50 * Simplify RollingHash by performing its sanity checks at compile time.
141 simplify test code.
180 package was not linked with the pthreads library. Simplify gflags.cc to
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 60 // note that three points in a line doesn't simplify a cubic
200 // note that three points in a line doesn't simplify a cubic
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 152 // Just add the constraint to the expression without trying to simplify.
172 // We can only simplify expressions whose RHS is an integer.
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 170 // SimplifyFunction - Given information about callees, simplify the specified
213 // unreachable instruction after it and simplify the code. Do this
  /external/skia/src/pathops/
SkReduceOrder.cpp 60 // note that three points in a line doesn't simplify a cubic
200 // note that three points in a line doesn't simplify a cubic
  /frameworks/base/docs/html/design/videos/
index.jd 12 <h3 id="design-for-success"><a href="https://developers.google.com/events/io/2013/sessions/326368573">Enchant, Simplify, Amaze: Android's Design Principles</a></h3>
13 <p>Want to enchant people, simplify their lives, and make them feel amazing with your app? Learn how Android's Design Principles can help you create products that resonate with people. Find out about the meaning and research behind the principles. See real-world examples and practices from the Android Design team. Discover techniques for applying the principles in your daily work. No design experience necessary.</p>
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 346 /// use this information to simplify Op, create a new simplified DAG node and
349 /// the expression (used to simplify the caller). The KnownZero/One bits may
370 // simplify things downstream.
396 // simplify the LHS, here we're using information from the LHS to simplify
429 // If the RHS is a constant, see if we can simplify it.
463 // If the RHS is a constant, see if we can simplify it.
522 // If the RHS is a constant, see if we can simplify it.
555 // If the operands are constants, see if we can simplify them.
573 // If the operands are constants, see if we can simplify them
    [all...]
  /bionic/libc/arch-arm/bionic/
memcmp16.S 57 /* make sure we have at least 12 words, this simplify things below
  /build/core/
prebuilt.mk 35 # to simplify the link line.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeFilter.cs 58 tree parser class (@cl Simplify in this case). Most of the time, the
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java 54 tree parser class (@cl Simplify in this case). Most of the time, the

Completed in 770 milliseconds

<<11121314151617181920>>