Searched defs:reduced (Results 1 - 12 of 12) sorted by relevance

/external/bison/src/
H A Dreduce.c149 Consider only the (partially) reduced grammar which has only
152 The result is the set P of productions in the reduced grammar,
153 and the set V of symbols in the reduced grammar.
402 bool reduced;
404 /* Allocate the global sets used to compute the reduced grammar */
414 reduced = (nuseless_nonterminals + nuseless_productions > 0);
415 if (!reduced)
427 renumbered only in the reduced grammar. */
437 fprintf (stderr, "reduced %s defines %d terminals, %d nonterminals\
458 | Free the global sets used to compute the reduced gramma
399 bool reduced; local
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineUtilities.cpp24 int reduceOrder(const _Line& line, _Line& reduced) { argument
25 reduced[0] = line[0];
27 reduced[1] = line[different];
H A DLineQuadraticIntersection_Test.cpp191 Quadratic reduced; local
192 int order = reduceOrder(quad, reduced, kReduceOrder_TreatAsFill);
/external/skia/experimental/Intersection/
H A DLineUtilities.cpp24 int reduceOrder(const _Line& line, _Line& reduced) { argument
25 reduced[0] = line[0];
27 reduced[1] = line[different];
H A DLineQuadraticIntersection_Test.cpp191 Quadratic reduced; local
192 int order = reduceOrder(quad, reduced, kReduceOrder_TreatAsFill);
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc148 Reduction reduced = lowering_->ReduceJSToStringInput(node); local
149 if (reduced.Changed()) return reduced.replacement();
158 Reduction reduced = lowering_->ReduceJSToNumberInput(node); local
159 if (reduced.Changed()) return reduced.replacement();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java115 /** Is this DFA reduced? I.e., can all states lead to an accept state? */
116 protected boolean reduced = true; field in class:DFA
713 /** Is the DFA reduced? I.e., does every state have a path to an accept
719 return reduced;
899 * 1. it's reduced
914 * modify the instance variable 'reduced' to indicate if we find
916 * that the overall DFA is not reduced. This algorithm should be
970 reduced = false;
/external/chromium_org/third_party/ply/
H A Dyacc.py1153 reduced = 0 variable in class:Production
2426 Productions[p.number].reduced += 1
2443 Productions[p.number].reduced += 1
2444 Productions[oldp.number].reduced -= 1
2454 Productions[p.number].reduced += 1
2479 Productions[st_actionp[a].number].reduced -= 1
3258 if not rejected.reduced and (rejected not in warned_never):
3259 debuglog.warning("Rule (%s) is never reduced", rejected)
3260 errorlog.warning("Rule (%s) is never reduced", rejected)
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Path.cpp574 static bool clip_to_limit(const SkRegion& orig, SkRegion* reduced) { argument
582 reduced->op(orig, limitR, SkRegion::kIntersect_Op);
/external/skia/src/core/
H A DSkScan_Path.cpp574 static bool clip_to_limit(const SkRegion& orig, SkRegion* reduced) { argument
582 reduced->op(orig, limitR, SkRegion::kIntersect_Op);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2697 milliseconds