HomeSort by relevance Sort by last modified time
    Searched defs:simplify (Results 1 - 25 of 38) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 47 // node was simplified - stop walk (there are no subnodes to simplify)
78 // Note: We could also simplify slice expressions of the form s[0:b] to s[:b]
103 ast.Walk(s, x) // simplify x
133 func simplify(f *ast.File) { func
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 47 // node was simplified - stop walk (there are no subnodes to simplify)
78 // Note: We could also simplify slice expressions of the form s[0:b] to s[:b]
103 ast.Walk(s, x) // simplify x
133 func simplify(f *ast.File) { func
  /frameworks/base/tools/split-select/
Rule.cpp 177 sp<Rule> Rule::simplify(sp<Rule> rule) { function in class:split::Rule
186 sp<Rule> simplifiedRule = simplify(rule->subrules.editItemAt(i));
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 60 Counter CounterExpressionBuilder::simplify(Counter ExpressionTree) { function in class:CounterExpressionBuilder
115 return simplify(get(CounterExpression(CounterExpression::Add, LHS, RHS)));
119 return simplify(
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py 274 aete = simplify(aete)
283 def simplify(item): function
286 return map(simplify, item)
288 return simplify(item[1])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 274 aete = simplify(aete)
283 def simplify(item): function
286 return map(simplify, item)
288 return simplify(item[1])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgen.c 381 static void simplify(int xx_nstates, ss_state *xx_state);
481 simplify(xx_nstates, xx_state);
526 /* PART THREE -- SIMPLIFY DFA */
528 /* Simplify the DFA by repeatedly eliminating states that are
568 simplify(int xx_nstates, ss_state *xx_state) function
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
HeuristicSolver.h 413 simplify();
432 void simplify() { function in class:PBQP::HeuristicSolverImpl
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 103 // and we try to simplify at most 4 addends from neighboring at most
167 Value *simplify(Instruction *FAdd);
501 Value *FAddCombine::simplify(Instruction *I) { function in class:FAddCombine
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 651 // list pointers for simplify() phase
669 void simplify();
688 // list headers for simplify() phase
1151 INFO_DBG(prog->dbgFlags, REG_ALLOC, "SIMPLIFY: pushed %%%i%s\n",
1157 GCRA::simplify() function in class:nv50_ir::GCRA
    [all...]
  /external/skia/src/gpu/
GrTessellator.cpp 25 * 4) Simplify the mesh by inserting new vertices at intersecting edges (simplify()).
33 * 5c) Simplify boundaries to remove "pointy" vertices that cause inversions (simplify_boundary()).
163 bool fProcessed; // Has this vertex been seen in simplify()?
1251 void simplify(const VertexList& vertices, Comparator& c, SkArenaAlloc& alloc) { function in namespace:__anon29659
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
org.sat4j.pb_2.3.5.v20130525.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/
auto-parcel-processor-0.3.1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 2916 milliseconds

1 2