/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefResultChecker.cpp | 64 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/ |
D | PathOpsCubicLineIntersectionTest.cpp | 154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; in testOne()
|
D | PathOpsQuadIntersectionTest.cpp | 372 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()
|
D | PathOpsDLineTest.cpp | 41 double result = line.isLeft(pt); in DEF_TEST()
|
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; in testOne()
|
D | PathOpsQuadIntersectionTest.cpp | 372 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()
|
D | PathOpsDLineTest.cpp | 41 double result = line.isLeft(pt); in DEF_TEST()
|
/external/skia/src/pathops/ |
D | SkPathOpsLine.h | 32 double isLeft(const SkDPoint& pt) const;
|
D | SkPathOpsCubic.cpp | 109 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()
|
D | SkPathOpsLine.cpp | 38 double SkDLine::isLeft(const SkDPoint& pt) const { in isLeft() function in SkDLine
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsLine.h | 32 double isLeft(const SkDPoint& pt) const;
|
D | SkPathOpsCubic.cpp | 109 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()
|
D | SkPathOpsLine.cpp | 38 double SkDLine::isLeft(const SkDPoint& pt) const { in isLeft() function in SkDLine
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5315 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/ |
D | dojo-1.6.1.js | 4919 isLeft: function(e){ return e.button & 1; }, method 4930 isLeft: function(e){ return e.button == 0; }, method
|