Searched refs:checkParallel (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/polly/lib/Analysis/ |
D | PolyhedralInfo.cpp | 73 bool PolyhedralInfo::checkParallel(Loop *L, isl_pw_aff **MinDepDistPtr) const { in checkParallel() function in PolyhedralInfo 99 bool PolyhedralInfo::isParallel(Loop *L) const { return checkParallel(L); } in isParallel()
|
/external/llvm-project/polly/include/polly/ |
D | PolyhedralInfo.h | 88 bool checkParallel(llvm::Loop *L,
|
/external/skqp/src/pathops/ |
D | SkOpAngle.h | 102 bool checkParallel(SkOpAngle* );
|
D | SkOpAngle.cpp | 335 bool SkOpAngle::checkParallel(SkOpAngle* rh) { in checkParallel() function in SkOpAngle 511 return checkParallel(rh); in endsIntersect() 629 return checkParallel(rh); in endsIntersect() 633 return checkParallel(rh); in endsIntersect()
|
/external/skia/src/pathops/ |
D | SkOpAngle.h | 102 bool checkParallel(SkOpAngle* );
|
D | SkOpAngle.cpp | 335 bool SkOpAngle::checkParallel(SkOpAngle* rh) { in checkParallel() function in SkOpAngle 511 return checkParallel(rh); in endsIntersect() 629 return checkParallel(rh); in endsIntersect() 633 return checkParallel(rh); in endsIntersect()
|
/external/skqp/tests/ |
D | PathOpsAngleIdeas.cpp | 129 static bool checkParallel(skiatest::Reporter* reporter, const SkDQuad& quad1, const SkDQuad& quad2)… in checkParallel() function 207 return checkParallel(reporter, quad1, quad2); in quadHullsOverlap() 549 firstInside = checkParallel(reporter, quad1, quad2); in testQuadAngles()
|
/external/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 129 static bool checkParallel(skiatest::Reporter* reporter, const SkDQuad& quad1, const SkDQuad& quad2)… in checkParallel() function 207 return checkParallel(reporter, quad1, quad2); in quadHullsOverlap() 549 firstInside = checkParallel(reporter, quad1, quad2); in testQuadAngles()
|