Searched defs:ambiguous (Results 1 - 6 of 6) sorted by relevance

/external/bison/lib/
H A Dargmatch.c79 or -2 if it is ambiguous (is a prefix of more than one element).
94 bool ambiguous = false; /* If true, multiple nonexact match(es). */
118 ambiguous = true;
123 if (ambiguous)
139 : _("ambiguous argument %s for %s"));
93 bool ambiguous = false; /* If true, multiple nonexact match(es). */ local
/external/skia/src/core/
H A DSkGeometry.cpp14 bool SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool* ambiguous) { argument
15 if (ambiguous) {
16 *ambiguous = false;
22 if (ambiguous) {
23 *ambiguous = true;
40 if (ambiguous) {
41 *ambiguous = (pt.fY == pts[1].fY);
50 if (ambiguous) {
51 *ambiguous = true;
1075 bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4], bool* ambiguous) {
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp252 bool xRayCrossesMonotonicCubic(const XRay& xRay, const FloatPoint cubic[4], bool& ambiguous) argument
254 ambiguous = false;
265 ambiguous = (xRay.y() == cubic[0].y());
276 ambiguous = pointAtExtremum;
320 ambiguous = pointAtExtremum;
501 bool xRayCrossesLine(const XRay& xRay, const FloatPoint pts[2], bool& ambiguous)
503 ambiguous = false;
509 ambiguous = true;
525 ambiguous = (xRay.y() == pts[1].y());
533 ambiguous
[all...]
H A DLoopBlinnPathProcessor.cpp241 // "ambiguous" argument indicates whether the query intersected an
244 int numCrossingsForXRay(const XRay& xRay, bool& ambiguous) const
248 return numXRayCrossingsForCubic(xRay, m_points, ambiguous);
250 return xRayCrossesLine(xRay, m_points, ambiguous) ? 1 : 0;
765 bool ambiguous = true; local
770 // an ambiguous point (the junction between two curves or at a
777 ambiguous && seg != cur->end();
809 ambiguous);
810 if (ambiguous) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 83 milliseconds