Searched defs:testBounds (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2466 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) {
2587 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta))
2592 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta))
2597 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta))
2610 bool DependenceAnalysis::testBounds(unsigned char DirKind, function in class:DependenceAnalysis
/external/skia/tests/
H A DPathTest.cpp1490 SkRect testBounds; local
1491 testBounds.set(tests[testIndex], testLen[testIndex] / sizeof(SkPoint));
1493 expected[1] = testBounds;

Completed in 84 milliseconds