Home
last modified time | relevance | path

Searched refs:bounds1 (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/polly/test/ScopInfo/
Dinvariant_loop_bounds.ll5 ; 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] -> { : }
16 ; CHECK-NEXT: p1: %bounds1
22 …K-NEXT: [bounds2, bounds1, bounds0] -> { Stmt_for_body_6[i0, i1, i2] : 0 <= i0 < bound…
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 …]
Drequired-invariant-loop-bounds.ll7 ; CHECK-NEXT: Execution Context: [bounds0, bounds1] -> { : }
10 ; CHECK-NEXT: Execution Context: [bounds0, bounds1] -> { : }
43 …%bounds1 = load i64, i64* getelementptr inbounds ([2 x i64], [2 x i64]* @bounds, i64 0, i64 1), al…
44 %cmp2 = icmp sgt i64 %j.0, %bounds1
/external/skqp/tests/
DPathOpsBoundsTest.cpp34 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]); in DEF_TEST() local
35 SkASSERT(ValidBounds(bounds1)); in DEF_TEST()
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]); in DEF_TEST() local
43 SkASSERT(ValidBounds(bounds1)); in DEF_TEST()
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
DPathOpsExtendedTest.cpp243 const SkRect& bounds1 = scaledOne.getBounds(); in pathsDrawTheSame() local
244 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in pathsDrawTheSame()
248 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in pathsDrawTheSame()
285 const SkRect& bounds1 = one.getBounds(); in drawAsciiPaths() local
287 SkRect larger = bounds1; in drawAsciiPaths()
304 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in drawAsciiPaths()
308 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in drawAsciiPaths()
DImageFilterTest.cpp1428 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); in DEF_TEST() local
1429 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
1452 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
/external/skia/tests/
DPathOpsBoundsTest.cpp34 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]); in DEF_TEST() local
35 SkASSERT(ValidBounds(bounds1)); in DEF_TEST()
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]); in DEF_TEST() local
43 SkASSERT(ValidBounds(bounds1)); in DEF_TEST()
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
DPathOpsExtendedTest.cpp151 const SkRect& bounds1 = scaledOne.getBounds(); in pathsDrawTheSame() local
152 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in pathsDrawTheSame()
156 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in pathsDrawTheSame()
193 const SkRect& bounds1 = one.getBounds(); in drawAsciiPaths() local
195 SkRect larger = bounds1; in drawAsciiPaths()
212 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in drawAsciiPaths()
216 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in drawAsciiPaths()
DImageFilterTest.cpp1428 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); in DEF_TEST() local
1429 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
1452 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmarkermanager.js826 MarkerManager.prototype.rectangleDiff_ = function (bounds1, bounds2, callback) { argument
828 me.rectangleDiffCoords_(bounds1, bounds2, function (x, y) {
829 callback.apply(me, [x, y, bounds1.z]);
842 MarkerManager.prototype.rectangleDiffCoords_ = function (bounds1, bounds2, callback) { argument
843 var minX1 = bounds1.minX;
844 var minY1 = bounds1.minY;
845 var maxX1 = bounds1.maxX;
846 var maxY1 = bounds1.maxY;
/external/dagger2/javatests/dagger/functional/
DBoundedGenericComponent.java28 bounds1(); in bounds1() method
DGenericTest.java77 b1 = component.bounds1(); in boundedGenerics()
/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp608 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; in TestBuilder() local
617 doBoundaryTest(*bi, testString1, bounds1); in TestBuilder()
635 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; in TestQuoteGrouping() local
644 doBoundaryTest(*bi, testString1, bounds1); in TestQuoteGrouping()
662 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; in TestRuleStatus() local
679 doBoundaryTest(*bi, testString1, bounds1); in TestRuleStatus()
685 if (pos != bounds1[i]) { in TestRuleStatus()
870 int32_t bounds1[] = {0, 4, 8}; in TestBug2190() local
879 doBoundaryTest(*bi, testString1, bounds1); in TestBug2190()
/external/llvm-project/llvm/test/Transforms/IRCE/
Dsingle-access-no-preloop.ll158 br i1 %abc, label %in.bounds1, label %out.of.bounds, !prof !1
160 in.bounds1:
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py1054 bounds1 = _curve_bounds(curve1)
1063 intersects, _ = sectRect(bounds1, bounds2)
1071 if rectArea(bounds1) < precision and rectArea(bounds2) < precision:
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIAPITest.java387 …int bounds1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26}; in TestIsBoundary() local
388 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java384 …int bounds1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26}; in TestIsBoundary() local
385 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp3013 const SkRect& bounds1 = one.getBounds(); in debug_paths_draw_the_same() local
3014 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in debug_paths_draw_the_same()
3018 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in debug_paths_draw_the_same()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3040 const SkRect& bounds1 = one.getBounds(); in debug_paths_draw_the_same() local
3041 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in debug_paths_draw_the_same()
3045 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in debug_paths_draw_the_same()