Home
last modified time | relevance | path

Searched refs:isLeft (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefResultChecker.cpp64 bool isLeft = true; in checkPostStmt() local
68 isLeft = true; in checkPostStmt()
72 isLeft = false; in checkPostStmt()
76 OS << "The " << (isLeft ? "left" : "right") in checkPostStmt()
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; in testOne()
DPathOpsQuadIntersectionTest.cpp372 left[0] = ((const SkDLine&) q1[0]).isLeft(q2[index]); in pointFinder()
373 left[1] = ((const SkDLine&) q1[1]).isLeft(q2[index]); in pointFinder()
375 left[2] = diag.isLeft(q2[index]); in pointFinder()
DPathOpsDLineTest.cpp41 double result = line.isLeft(pt); in DEF_TEST()
/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; in testOne()
DPathOpsQuadIntersectionTest.cpp372 left[0] = ((const SkDLine&) q1[0]).isLeft(q2[index]); in pointFinder()
373 left[1] = ((const SkDLine&) q1[1]).isLeft(q2[index]); in pointFinder()
375 left[2] = diag.isLeft(q2[index]); in pointFinder()
DPathOpsDLineTest.cpp41 double result = line.isLeft(pt); in DEF_TEST()
/external/skia/src/pathops/
DSkPathOpsLine.h32 double isLeft(const SkDPoint& pt) const;
DSkPathOpsCubic.cpp109 double leftStart1 = startEdge.isLeft(fPts[1]); in controlsContainedByEnds()
110 if (leftStart1 * startEdge.isLeft(fPts[2]) < 0) { in controlsContainedByEnds()
113 double leftEnd1 = endEdge.isLeft(fPts[1]); in controlsContainedByEnds()
114 if (leftEnd1 * endEdge.isLeft(fPts[2]) < 0) { in controlsContainedByEnds()
DSkPathOpsLine.cpp38 double SkDLine::isLeft(const SkDPoint& pt) const { in isLeft() function in SkDLine
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsLine.h32 double isLeft(const SkDPoint& pt) const;
DSkPathOpsCubic.cpp109 double leftStart1 = startEdge.isLeft(fPts[1]); in controlsContainedByEnds()
110 if (leftStart1 * startEdge.isLeft(fPts[2]) < 0) { in controlsContainedByEnds()
113 double leftEnd1 = endEdge.isLeft(fPts[1]); in controlsContainedByEnds()
114 if (leftEnd1 * endEdge.isLeft(fPts[2]) < 0) { in controlsContainedByEnds()
DSkPathOpsLine.cpp38 double SkDLine::isLeft(const SkDPoint& pt) const { in isLeft() function in SkDLine
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5315 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftRight() argument
5341 isLeft = false; in isVectorShiftRight()
5350 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftLeft() argument
5376 isLeft = true; in isVectorShiftLeft()
5385 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShift() argument
5391 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) || in isVectorShift()
5392 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt)) in isVectorShift()
5553 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, in getVShift() argument
5558 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ; in getVShift()
9351 bool isLeft = false; in LowerVECTOR_SHUFFLE() local
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js4919 isLeft: function(e){ return e.button & 1; }, method
4930 isLeft: function(e){ return e.button == 0; }, method