/external/llvm-project/polly/test/ScopInfo/ |
D | invariant_loop_bounds.ll | 5 ; CHECK-NEXT: [bounds2, bounds1, bounds0] -> { Stmt_for_cond[i0] -> MemRef_bounds[2] }; 6 ; CHECK-NEXT: Execution Context: [bounds2, bounds1, bounds0] -> { : } 8 ; CHECK-NEXT: [bounds2, bounds1, bounds0] -> { Stmt_for_cond_1[i0, i1] -> MemRef_bounds… 9 ; CHECK-NEXT: Execution Context: [bounds2, bounds1, bounds0] -> { : } 11 ; CHECK-NEXT: [bounds2, bounds1, bounds0] -> { Stmt_for_cond_4[i0, i1, i2] -> MemRef_bo… 12 ; CHECK-NEXT: Execution Context: [bounds2, bounds1, bounds0] -> { : } 15 ; CHECK: p0: %bounds2 22 ; CHECK-NEXT: [bounds2, bounds1, bounds0] -> { Stmt_for_body_6[i0, i1, i2] : 0 <= i0 < … 24 ; CHECK-NEXT: [bounds2, bounds1, bounds0] -> { Stmt_for_body_6[i0, i1, i2] -> [i0, i1, … 26 ; CHECK-NEXT: [bounds2, bounds1, bounds0] -> { Stmt_for_body_6[i0, i1, i2] -> MemRef_da… [all …]
|
/external/skqp/tests/ |
D | PathOpsBoundsTest.cpp | 36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); in DEF_TEST() local 37 SkASSERT(ValidBounds(bounds2)); in DEF_TEST() 38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST() 44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); in DEF_TEST() local 45 SkASSERT(ValidBounds(bounds2)); in DEF_TEST() 46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 286 const SkRect& bounds2 = two.getBounds(); in drawAsciiPaths() local 288 larger.join(bounds2); in drawAsciiPaths()
|
D | ImageFilterTest.cpp | 1432 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); in DEF_TEST() local 1433 canvas.saveLayer(&bounds2, &filterPaint); in DEF_TEST() 1436 canvas.drawRect(bounds2, greenPaint); in DEF_TEST()
|
D | PathTest.cpp | 4624 SkRect bounds, bounds2; in DEF_TEST() local 4679 bounds2.set(pts, 4); in DEF_TEST() 4680 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST() 4687 bounds2.setEmpty(); in DEF_TEST() 4688 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in DEF_TEST() 4689 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST()
|
/external/skia/tests/ |
D | PathOpsBoundsTest.cpp | 36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); in DEF_TEST() local 37 SkASSERT(ValidBounds(bounds2)); in DEF_TEST() 38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST() 44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); in DEF_TEST() local 45 SkASSERT(ValidBounds(bounds2)); in DEF_TEST() 46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 194 const SkRect& bounds2 = two.getBounds(); in drawAsciiPaths() local 196 larger.join(bounds2); in drawAsciiPaths()
|
D | ImageFilterTest.cpp | 1432 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); in DEF_TEST() local 1433 canvas.saveLayer(&bounds2, &filterPaint); in DEF_TEST() 1436 canvas.drawRect(bounds2, greenPaint); in DEF_TEST()
|
D | PathTest.cpp | 4803 SkRect bounds, bounds2; in DEF_TEST() local 4858 bounds2.setBounds(pts, 4); in DEF_TEST() 4859 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST() 4866 bounds2.setEmpty(); in DEF_TEST() 4867 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in DEF_TEST() 4868 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | markermanager.js | 826 MarkerManager.prototype.rectangleDiff_ = function (bounds1, bounds2, callback) { argument 828 me.rectangleDiffCoords_(bounds1, bounds2, function (x, y) { 842 MarkerManager.prototype.rectangleDiffCoords_ = function (bounds1, bounds2, callback) { argument 847 var minX2 = bounds2.minX; 848 var minY2 = bounds2.minY; 849 var maxX2 = bounds2.maxX; 850 var maxY2 = bounds2.maxY;
|
/external/dagger2/javatests/dagger/functional/ |
D | BoundedGenericComponent.java | 30 bounds2(); in bounds2() method
|
D | GenericTest.java | 85 b2 = component.bounds2(); in boundedGenerics()
|
/external/llvm-project/llvm/test/Transforms/IRCE/ |
D | single-access-no-preloop.ll | 155 %idx = phi i32 [ 0, %entry ] , [ %idx.next, %in.bounds2 ] 162 br i1 %def, label %in.bounds2, label %out.of.bounds, !prof !1 164 in.bounds2:
|
/external/fonttools/Lib/fontTools/misc/ |
D | bezierTools.py | 1055 bounds2 = _curve_bounds(curve2) 1063 intersects, _ = sectRect(bounds1, bounds2) 1071 if rectArea(bounds1) < precision and rectArea(bounds2) < precision:
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 388 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; in TestIsBoundary() local 389 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 391 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; in TestIsBoundary() local 392 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
|
/external/llvm-project/llvm/test/Transforms/LoopPredication/ |
D | predicate-exits.ll | 251 %within.bounds2 = icmp ult i32 %i, %length.2 252 br i1 %within.bounds2, label %guarded2, label %deopt3, !prof !0 1077 %within.bounds2 = icmp ult i32 %i, %length 1078 %wb_cond = and i1 %within.bounds2, %wc2
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
D | loop-predication.ll | 832 %within.bounds2 = icmp ult i32 %i, %length2 833 br i1 %within.bounds2, label %guarded2, label %deopt2, !prof !0
|