Home
last modified time | relevance | path

Searched refs:RoundUp (Results 1 – 25 of 1423) sorted by relevance

12345678910>>...57

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/crc32c/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/crc32c/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/crc32c/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/crc32c/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/crc32c/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/crc32c/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/devel/crc32c/crc32c-1.1.2/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crc32c/src/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crc32c/src/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/crc32c/src/
H A Dcrc32c_round_up_unittest.cc18 ASSERT_EQ(1U, RoundUp<1>(1U)); in TEST()
19 ASSERT_EQ(2U, RoundUp<1>(2U)); in TEST()
20 ASSERT_EQ(3U, RoundUp<1>(3U)); in TEST()
27 ASSERT_EQ(2U, RoundUp<2>(1U)); in TEST()
28 ASSERT_EQ(2U, RoundUp<2>(2U)); in TEST()
29 ASSERT_EQ(4U, RoundUp<2>(3U)); in TEST()
30 ASSERT_EQ(4U, RoundUp<2>(4U)); in TEST()
31 ASSERT_EQ(6U, RoundUp<2>(5U)); in TEST()
32 ASSERT_EQ(6U, RoundUp<2>(6U)); in TEST()
33 ASSERT_EQ(8U, RoundUp<2>(7U)); in TEST()
[all …]
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/lumina-desktop/
H A DLDesktopPluginSpace.h60 int RoundUp(double num){ in RoundUp() function
75 pos.setX( RoundUp((pos.x()-desktopRect.x())/GRIDSIZE)); in posToGrid()
76 pos.setY( RoundUp((pos.y()-desktopRect.y())/GRIDSIZE)); in posToGrid()
89 …return QRect( RoundUp((geom.x()-desktopRect.x())/GRIDSIZE), RoundUp((geom.y()-desktopRect.y())/GRI…
90 RoundUp(geom.width()/GRIDSIZE), RoundUp(geom.height()/GRIDSIZE) );
95 …return QRect( RoundUp((geom.x()-desktopRect.x())/((double) grid)), RoundUp((geom.y()-desktopRect.y…
96 RoundUp(geom.width()/((double) grid)), RoundUp(geom.height()/((double) grid)) );
136 else if( (grid.x()+grid.width()) > RoundUp(desktopRect.width()/GRIDSIZE) ){ return false; } in ValidGrid()
137 else if( (grid.y()+grid.height()) > RoundUp(desktopRect.height()/GRIDSIZE) ){ return false; } in ValidGrid()
139 …d.width()==1 && grid.height()==1 && (grid.x()==RoundUp(desktopRect.width()/GRIDSIZE) || grid.y()== in ValidGrid()
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/lumina-desktop/
H A DLDesktopPluginSpace.h60 int RoundUp(double num){ in RoundUp() function
75 pos.setX( RoundUp((pos.x()-desktopRect.x())/GRIDSIZE)); in posToGrid()
76 pos.setY( RoundUp((pos.y()-desktopRect.y())/GRIDSIZE)); in posToGrid()
89 …return QRect( RoundUp((geom.x()-desktopRect.x())/GRIDSIZE), RoundUp((geom.y()-desktopRect.y())/GRI…
90 RoundUp(geom.width()/GRIDSIZE), RoundUp(geom.height()/GRIDSIZE) );
95 …return QRect( RoundUp((geom.x()-desktopRect.x())/((double) grid)), RoundUp((geom.y()-desktopRect.y…
96 RoundUp(geom.width()/((double) grid)), RoundUp(geom.height()/((double) grid)) );
136 else if( (grid.x()+grid.width()) > RoundUp(desktopRect.width()/GRIDSIZE) ){ return false; } in ValidGrid()
137 else if( (grid.y()+grid.height()) > RoundUp(desktopRect.height()/GRIDSIZE) ){ return false; } in ValidGrid()
139 …d.width()==1 && grid.height()==1 && (grid.x()==RoundUp(desktopRect.width()/GRIDSIZE) || grid.y()== in ValidGrid()
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/lumina-desktop/
H A DLDesktopPluginSpace.h60 int RoundUp(double num){ in RoundUp() function
75 pos.setX( RoundUp((pos.x()-desktopRect.x())/GRIDSIZE)); in posToGrid()
76 pos.setY( RoundUp((pos.y()-desktopRect.y())/GRIDSIZE)); in posToGrid()
89 …return QRect( RoundUp((geom.x()-desktopRect.x())/GRIDSIZE), RoundUp((geom.y()-desktopRect.y())/GRI…
90 RoundUp(geom.width()/GRIDSIZE), RoundUp(geom.height()/GRIDSIZE) );
95 …return QRect( RoundUp((geom.x()-desktopRect.x())/((double) grid)), RoundUp((geom.y()-desktopRect.y…
96 RoundUp(geom.width()/((double) grid)), RoundUp(geom.height()/((double) grid)) );
136 else if( (grid.x()+grid.width()) > RoundUp(desktopRect.width()/GRIDSIZE) ){ return false; } in ValidGrid()
137 else if( (grid.y()+grid.height()) > RoundUp(desktopRect.height()/GRIDSIZE) ){ return false; } in ValidGrid()
139 …d.width()==1 && grid.height()==1 && (grid.x()==RoundUp(desktopRect.width()/GRIDSIZE) || grid.y()== in ValidGrid()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/lumina-desktop/
H A DLDesktopPluginSpace.h60 int RoundUp(double num){ in RoundUp() function
75 pos.setX( RoundUp((pos.x()-desktopRect.x())/GRIDSIZE)); in posToGrid()
76 pos.setY( RoundUp((pos.y()-desktopRect.y())/GRIDSIZE)); in posToGrid()
89 …return QRect( RoundUp((geom.x()-desktopRect.x())/GRIDSIZE), RoundUp((geom.y()-desktopRect.y())/GRI…
90 RoundUp(geom.width()/GRIDSIZE), RoundUp(geom.height()/GRIDSIZE) );
95 …return QRect( RoundUp((geom.x()-desktopRect.x())/((double) grid)), RoundUp((geom.y()-desktopRect.y…
96 RoundUp(geom.width()/((double) grid)), RoundUp(geom.height()/((double) grid)) );
136 else if( (grid.x()+grid.width()) > RoundUp(desktopRect.width()/GRIDSIZE) ){ return false; } in ValidGrid()
137 else if( (grid.y()+grid.height()) > RoundUp(desktopRect.height()/GRIDSIZE) ){ return false; } in ValidGrid()
139 …d.width()==1 && grid.height()==1 && (grid.x()==RoundUp(desktopRect.width()/GRIDSIZE) || grid.y()== in ValidGrid()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core/lumina-desktop/
H A DLDesktopPluginSpace.h60 int RoundUp(double num){ in RoundUp() function
75 pos.setX( RoundUp((pos.x()-desktopRect.x())/GRIDSIZE)); in posToGrid()
76 pos.setY( RoundUp((pos.y()-desktopRect.y())/GRIDSIZE)); in posToGrid()
89 …return QRect( RoundUp((geom.x()-desktopRect.x())/GRIDSIZE), RoundUp((geom.y()-desktopRect.y())/GRI…
90 RoundUp(geom.width()/GRIDSIZE), RoundUp(geom.height()/GRIDSIZE) );
95 …return QRect( RoundUp((geom.x()-desktopRect.x())/((double) grid)), RoundUp((geom.y()-desktopRect.y…
96 RoundUp(geom.width()/((double) grid)), RoundUp(geom.height()/((double) grid)) );
136 else if( (grid.x()+grid.width()) > RoundUp(desktopRect.width()/GRIDSIZE) ){ return false; } in ValidGrid()
137 else if( (grid.y()+grid.height()) > RoundUp(desktopRect.height()/GRIDSIZE) ){ return false; } in ValidGrid()
139 …d.width()==1 && grid.height()==1 && (grid.x()==RoundUp(desktopRect.width()/GRIDSIZE) || grid.y()== in ValidGrid()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/lumina-desktop/
H A DLDesktopPluginSpace.h60 int RoundUp(double num){ in RoundUp() function
75 pos.setX( RoundUp((pos.x()-desktopRect.x())/GRIDSIZE)); in posToGrid()
76 pos.setY( RoundUp((pos.y()-desktopRect.y())/GRIDSIZE)); in posToGrid()
89 …return QRect( RoundUp((geom.x()-desktopRect.x())/GRIDSIZE), RoundUp((geom.y()-desktopRect.y())/GRI…
90 RoundUp(geom.width()/GRIDSIZE), RoundUp(geom.height()/GRIDSIZE) );
95 …return QRect( RoundUp((geom.x()-desktopRect.x())/((double) grid)), RoundUp((geom.y()-desktopRect.y…
96 RoundUp(geom.width()/((double) grid)), RoundUp(geom.height()/((double) grid)) );
136 else if( (grid.x()+grid.width()) > RoundUp(desktopRect.width()/GRIDSIZE) ){ return false; } in ValidGrid()
137 else if( (grid.y()+grid.height()) > RoundUp(desktopRect.height()/GRIDSIZE) ){ return false; } in ValidGrid()
139 …d.width()==1 && grid.height()==1 && (grid.x()==RoundUp(desktopRect.width()/GRIDSIZE) || grid.y()== in ValidGrid()
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core/lumina-desktop/
H A DLDesktopPluginSpace.h60 int RoundUp(double num){ in RoundUp() function
75 pos.setX( RoundUp((pos.x()-desktopRect.x())/GRIDSIZE)); in posToGrid()
76 pos.setY( RoundUp((pos.y()-desktopRect.y())/GRIDSIZE)); in posToGrid()
89 …return QRect( RoundUp((geom.x()-desktopRect.x())/GRIDSIZE), RoundUp((geom.y()-desktopRect.y())/GRI…
90 RoundUp(geom.width()/GRIDSIZE), RoundUp(geom.height()/GRIDSIZE) );
95 …return QRect( RoundUp((geom.x()-desktopRect.x())/((double) grid)), RoundUp((geom.y()-desktopRect.y…
96 RoundUp(geom.width()/((double) grid)), RoundUp(geom.height()/((double) grid)) );
136 else if( (grid.x()+grid.width()) > RoundUp(desktopRect.width()/GRIDSIZE) ){ return false; } in ValidGrid()
137 else if( (grid.y()+grid.height()) > RoundUp(desktopRect.height()/GRIDSIZE) ){ return false; } in ValidGrid()
139 …d.width()==1 && grid.height()==1 && (grid.x()==RoundUp(desktopRect.width()/GRIDSIZE) || grid.y()== in ValidGrid()
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/lumina-desktop/
H A DLDesktopPluginSpace.h60 int RoundUp(double num){ in RoundUp() function
75 pos.setX( RoundUp((pos.x()-desktopRect.x())/GRIDSIZE)); in posToGrid()
76 pos.setY( RoundUp((pos.y()-desktopRect.y())/GRIDSIZE)); in posToGrid()
89 …return QRect( RoundUp((geom.x()-desktopRect.x())/GRIDSIZE), RoundUp((geom.y()-desktopRect.y())/GRI…
90 RoundUp(geom.width()/GRIDSIZE), RoundUp(geom.height()/GRIDSIZE) );
95 …return QRect( RoundUp((geom.x()-desktopRect.x())/((double) grid)), RoundUp((geom.y()-desktopRect.y…
96 RoundUp(geom.width()/((double) grid)), RoundUp(geom.height()/((double) grid)) );
136 else if( (grid.x()+grid.width()) > RoundUp(desktopRect.width()/GRIDSIZE) ){ return false; } in ValidGrid()
137 else if( (grid.y()+grid.height()) > RoundUp(desktopRect.height()/GRIDSIZE) ){ return false; } in ValidGrid()
139 …d.width()==1 && grid.height()==1 && (grid.x()==RoundUp(desktopRect.width()/GRIDSIZE) || grid.y()== in ValidGrid()
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/lumina-desktop/
H A DLDesktopPluginSpace.h60 int RoundUp(double num){ in RoundUp() function
75 pos.setX( RoundUp((pos.x()-desktopRect.x())/GRIDSIZE)); in posToGrid()
76 pos.setY( RoundUp((pos.y()-desktopRect.y())/GRIDSIZE)); in posToGrid()
89 …return QRect( RoundUp((geom.x()-desktopRect.x())/GRIDSIZE), RoundUp((geom.y()-desktopRect.y())/GRI…
90 RoundUp(geom.width()/GRIDSIZE), RoundUp(geom.height()/GRIDSIZE) );
95 …return QRect( RoundUp((geom.x()-desktopRect.x())/((double) grid)), RoundUp((geom.y()-desktopRect.y…
96 RoundUp(geom.width()/((double) grid)), RoundUp(geom.height()/((double) grid)) );
136 else if( (grid.x()+grid.width()) > RoundUp(desktopRect.width()/GRIDSIZE) ){ return false; } in ValidGrid()
137 else if( (grid.y()+grid.height()) > RoundUp(desktopRect.height()/GRIDSIZE) ){ return false; } in ValidGrid()
139 …d.width()==1 && grid.height()==1 && (grid.x()==RoundUp(desktopRect.width()/GRIDSIZE) || grid.y()== in ValidGrid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/
H A DMathTests.cpp261 TEST(Math, RoundUp) { in TEST() argument
262 ASSERT_EQ(RoundUp(2, 2), 2u); in TEST()
263 ASSERT_EQ(RoundUp(2, 4), 4u); in TEST()
264 ASSERT_EQ(RoundUp(6, 2), 6u); in TEST()
265 ASSERT_EQ(RoundUp(8, 4), 8u); in TEST()
266 ASSERT_EQ(RoundUp(12, 6), 12u); in TEST()
268 ASSERT_EQ(RoundUp(3, 3), 3u); in TEST()
269 ASSERT_EQ(RoundUp(3, 5), 5u); in TEST()
270 ASSERT_EQ(RoundUp(5, 3), 6u); in TEST()
271 ASSERT_EQ(RoundUp(9, 5), 10u); in TEST()
[all …]
/dports/devel/asl/asl-current/
H A Dibmfloat.c106 Boolean RoundUp; in Double2IBMFloat() local
113 RoundUp = True; in Double2IBMFloat()
115 RoundUp = !!(Mantissa & 0x10); in Double2IBMFloat()
118 RoundUp = False; in Double2IBMFloat()
120 fprintf(stderr, "RoundUp %u\n", RoundUp); in Double2IBMFloat()
122 if (RoundUp) in Double2IBMFloat()
/dports/math/gemmlowp/gemmlowp-dc69acd/internal/
H A Dblock_params.h65 std::max(1, RoundUp<KernelFormat::kRows>(rows) / num_threads); in FindL2BlockSizes()
72 l2_depth = RoundUp<kRegisterSize>(depth); in FindL2BlockSizes()
80 RoundUp<KernelFormat::kCols>(CeilQuotient(cols, min_l2_cols_blocks)); in FindL2BlockSizes()
87 l2_rows = RoundUp<KernelFormat::kRows>(per_thread_rows); in FindL2BlockSizes()
94 l2_rows = RoundUp<KernelFormat::kRows>( in FindL2BlockSizes()
127 RoundUp<kRegisterSize>(CeilQuotient(depth, min_l1_depth_blocks)); in FindL1BlockSizes()
136 RoundUp<KernelFormat::kRows>(CeilQuotient(rows, min_l1_rows_blocks)); in FindL1BlockSizes()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/hexagon_dma/
H A Dpipeline_yuv_linear_basic.cpp84 .tile(x, y, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp); in generate()
87 .tile(x, y, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp); in generate()
100 .tile(x, y, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp); in generate()
103 .tile(x, y, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp); in generate()
120 .tile(x, y, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp); in generate()
123 .tile(x, y, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp); in generate()
146 .tile(x, yi, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp) in generate()
152 .tile(x, yi, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp) in generate()
170 .tile(x, yi, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp) in generate()
176 .tile(x, yi, tx, ty, x, y, tile_width, tile_height, TailStrategy::RoundUp) in generate()
/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/cppgc/
H A Dexplicit-management-unittest.cc126 EXPECT_EQ(RoundUp<kAllocationGranularity>(size_of_o + kFirstDelta), in TEST_F()
130 EXPECT_EQ(RoundUp<kAllocationGranularity>(size_of_o + kSecondDelta), in TEST_F()
134 EXPECT_EQ(RoundUp<kAllocationGranularity>(size_of_o + kFirstDelta), in TEST_F()
135 RoundUp<kAllocationGranularity>(size_of_o + kSecondDelta)); in TEST_F()
138 EXPECT_EQ(RoundUp<kAllocationGranularity>(size_of_o + kThirdDelta), in TEST_F()
150 EXPECT_EQ(RoundUp<kAllocationGranularity>(size_of_o + kDelta), in TEST_F()
153 EXPECT_EQ(RoundUp<kAllocationGranularity>(size_of_o), header.ObjectSize()); in TEST_F()
167 EXPECT_EQ(RoundUp<kAllocationGranularity>(size_of_o), header.ObjectSize()); in TEST_F()
183 EXPECT_EQ(RoundUp<kAllocationGranularity>( in TEST_F()
187 {header.ObjectStart() + RoundUp<kAllocationGranularity>(size_of_o), in TEST_F()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dregister_shuffle.cpp24 .gpu_tile(x, y, xi, yi, 32, 2, TailStrategy::RoundUp) in main()
30 .split(x, xo, xi, 32, TailStrategy::RoundUp) in main()
288 .vectorize(x, 2, TailStrategy::RoundUp) in main()
338 .split(x, x, xi, 32, TailStrategy::RoundUp) in main()
343 .split(x, x, xi, 32, TailStrategy::RoundUp) in main()
348 .split(x, x, xi, 32, TailStrategy::RoundUp) in main()
354 .split(x, x, xi, 64, TailStrategy::RoundUp) in main()
398 .split(x, x, xi, 4, TailStrategy::RoundUp) in main()
403 .split(x, x, xi, 4, TailStrategy::RoundUp) in main()
408 .split(x, x, xi, 4, TailStrategy::RoundUp) in main()
[all …]

12345678910>>...57