Home
last modified time | relevance | path

Searched refs:row_end (Results 176 – 200 of 1403) sorted by relevance

12345678910>>...57

/dports/math/amgcl/amgcl-1.4.2/amgcl/detail/
H A Dspgemm.hpp101 Idx row_end = row_beg; in spgemm_saad() local
112 marker[cb] = row_end; in spgemm_saad()
113 C.col[row_end] = cb; in spgemm_saad()
114 C.val[row_end] = va * vb; in spgemm_saad()
115 ++row_end; in spgemm_saad()
423 Idx row_end = A.ptr[i+1]; in spgemm_rmerge() local
425 for(Idx j = row_beg; j < row_end; ++j) { in spgemm_rmerge()
467 Idx row_end = A.ptr[i+1]; in spgemm_rmerge() local
470 A.col + row_beg, A.col + row_end, B.ptr, B.col, in spgemm_rmerge()
492 Idx row_end = A.ptr[i+1]; in spgemm_rmerge() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/gil/test/core/image_view/
H A Daxis_iterator.cpp35 BOOST_TEST(axit == view.row_end(0)); in test_axis_0()
42 BOOST_TEST(axit == view.row_end(1)); in test_axis_0()
55 BOOST_TEST(axit == view.row_end(0)); in test_axis_0()
63 BOOST_TEST(axit == view.row_end(1)); in test_axis_0()
/dports/math/amgcl/amgcl-1.4.2/examples/mpi/
H A Dpartition.cpp55 int row_end = row_beg; in pointwise_graph() local
62 marker[cp] = row_end; in pointwise_graph()
63 col1[row_end++] = cp; in pointwise_graph()
117 int row_end = row_beg; in pointwise_graph() local
123 marker[c] = row_end; in pointwise_graph()
124 pcol[row_end++] = c; in pointwise_graph()
132 marker[c] = row_end; in pointwise_graph()
133 pcol[row_end++] = c; in pointwise_graph()
/dports/emulators/qemu/qemu-6.2.0/hw/display/
H A Dssd0323.c60 int32_t row_end; member
84 if (s->row > s->row_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
97 if (s->row > s->row_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
121 s->row_end = s->cmd_data[1] % 80; in OBJECT_DECLARE_SIMPLE_TYPE()
303 if (s->row_end < 0 || s->row_end >= 80) { in ssd0323_post_load()
333 VMSTATE_INT32(row_end, ssd0323_state),
357 s->row_end = 79; in ssd0323_realize()
/dports/emulators/qemu60/qemu-6.0.0/hw/display/
H A Dssd0323.c60 int32_t row_end; member
84 if (s->row > s->row_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
97 if (s->row > s->row_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
121 s->row_end = s->cmd_data[1] % 80; in OBJECT_DECLARE_SIMPLE_TYPE()
303 if (s->row_end < 0 || s->row_end >= 80) { in ssd0323_post_load()
333 VMSTATE_INT32(row_end, ssd0323_state),
357 s->row_end = 79; in ssd0323_realize()
/dports/emulators/qemu5/qemu-5.2.0/hw/display/
H A Dssd0323.c60 int32_t row_end; member
84 if (s->row > s->row_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
97 if (s->row > s->row_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
121 s->row_end = s->cmd_data[1] % 80; in OBJECT_DECLARE_SIMPLE_TYPE()
303 if (s->row_end < 0 || s->row_end >= 80) { in ssd0323_post_load()
333 VMSTATE_INT32(row_end, ssd0323_state),
357 s->row_end = 79; in ssd0323_realize()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/
H A Dssd0323.c60 int32_t row_end;
84 if (s->row > s->row_end) {
97 if (s->row > s->row_end) {
121 s->row_end = s->cmd_data[1] % 80;
303 if (s->row_end < 0 || s->row_end >= 80) {
333 VMSTATE_INT32(row_end, ssd0323_state),
357 s->row_end = 79;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/pwg_encoder/
H A Dpwg_encoder.cc127 RandomAccessIterator row_end, in EncodeRow() argument
141 while (pos != row_end) { in EncodeRow()
143 RandomAccessIterator end = std::min(pos + kPwgMaxPackedPixels, row_end); in EncodeRow()
168 if (it != row_end && *it == *(it - 1)) { in EncodeRow()
220 const uint32_t* row_end = pos + image.size().width(); in EncodePageWithColorspace() local
222 EncodeRow<InputStruct>(pos, row_end, monochrome, &output); in EncodePageWithColorspace()
225 EncodeRow<InputStruct>(std::reverse_iterator<const uint32_t*>(row_end), in EncodePageWithColorspace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/pwg_encoder/
H A Dpwg_encoder.cc127 RandomAccessIterator row_end, in EncodeRow() argument
141 while (pos != row_end) { in EncodeRow()
143 RandomAccessIterator end = std::min(pos + kPwgMaxPackedPixels, row_end); in EncodeRow()
168 if (it != row_end && *it == *(it - 1)) { in EncodeRow()
220 const uint32_t* row_end = pos + image.size().width(); in EncodePageWithColorspace() local
222 EncodeRow<InputStruct>(pos, row_end, monochrome, &output); in EncodePageWithColorspace()
225 EncodeRow<InputStruct>(std::reverse_iterator<const uint32_t*>(row_end), in EncodePageWithColorspace()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/mysql/
H A Das_mysql_rollup.c928 if (!row_end || row_end > curr_end) in _setup_cluster_usage()
929 row_end = curr_end; in _setup_cluster_usage()
987 local_end = row_end; in _setup_cluster_usage()
1139 if (!row_end || row_end > curr_end) in _setup_resv_usage()
1140 row_end = curr_end; in _setup_resv_usage()
1167 r_usage->end = row_end; in _setup_resv_usage()
1357 row_start = row_end; in as_mysql_hourly_rollup()
1359 if (!row_end || row_end > curr_end) in as_mysql_hourly_rollup()
1360 row_end = curr_end; in as_mysql_hourly_rollup()
1405 local_end = row_end; in as_mysql_hourly_rollup()
[all …]
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DRowLoader.h47 void triggerFetch (int token, size_t row_begin, size_t row_end);
66 void fetched(int token, size_t row_begin, size_t row_end);
94 size_t row_end; //< exclusive member
98 : row_loader(row_loader_), token(t), row_begin(a), row_end(b), cancel(false) in Task()
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dblocked_range2d.h48 …blocked_range2d( RowValue row_begin, RowValue row_end, typename row_range_type::size_type row_grai… in __TBB_requires()
50 my_rows(row_begin,row_end,row_grainsize), in __TBB_requires()
54 blocked_range2d( RowValue row_begin, RowValue row_end, in __TBB_requires()
56 my_rows(row_begin,row_end), in __TBB_requires()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/versioning/t/
H A Dalter.test108 alter table t drop column row_end;
116 alter table t drop column row_end;
326 row_end bigint(20) unsigned
335 change column row_end row_end bigint(20) unsigned as row end invisible;
401 create or replace table t1 (row_end int);
429 drop column row_end,
537 alter table t1 drop column `row_end`;
606 row_end timestamp(6) as row end,
665 add row_end timestamp(6) as row end,
668 modify row_end varchar(8);
[all …]
H A Dupdate.test155 row_end $sys_datatype_expl as row end invisible,
156 period for system_time (row_start, row_end))
271 unique key (b,row_end),
273 period for system_time (row_start,row_end)
291 row_end $sys_datatype_expl as row end invisible,
292 period for system_time (row_start, row_end),
294 v2 bigint unsigned as (a ^ row_end) unique
311 row_end $sys_datatype_expl as row end invisible,
315 select *, check_row(row_start, row_end) from t1 for system_time all order by row_end;
323 select *, check_row(row_start, row_end) from t2 for system_time all order by row_end;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/versioning/t/
H A Dalter.test108 alter table t drop column row_end;
116 alter table t drop column row_end;
326 row_end bigint(20) unsigned
335 change column row_end row_end bigint(20) unsigned as row end invisible;
401 create or replace table t1 (row_end int);
429 drop column row_end,
537 alter table t1 drop column `row_end`;
606 row_end timestamp(6) as row end,
665 add row_end timestamp(6) as row end,
668 modify row_end varchar(8);
[all …]
H A Dupdate.test155 row_end $sys_datatype_expl as row end invisible,
156 period for system_time (row_start, row_end))
271 unique key (b,row_end),
273 period for system_time (row_start,row_end)
291 row_end $sys_datatype_expl as row end invisible,
292 period for system_time (row_start, row_end),
294 v2 bigint unsigned as (a ^ row_end) unique
311 row_end $sys_datatype_expl as row end invisible,
315 select *, check_row(row_start, row_end) from t1 for system_time all order by row_end;
323 select *, check_row(row_start, row_end) from t2 for system_time all order by row_end;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/versioning/t/
H A Dalter.test108 alter table t drop column row_end;
116 alter table t drop column row_end;
326 row_end bigint(20) unsigned
335 change column row_end row_end bigint(20) unsigned as row end invisible;
401 create or replace table t1 (row_end int);
429 drop column row_end,
536 alter table t1 drop column `row_end`;
605 row_end timestamp(6) as row end,
664 add row_end timestamp(6) as row end,
667 modify row_end varchar(8);
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/versioning/t/
H A Dalter.test108 alter table t drop column row_end;
116 alter table t drop column row_end;
326 row_end bigint(20) unsigned
335 change column row_end row_end bigint(20) unsigned as row end invisible;
401 create or replace table t1 (row_end int);
429 drop column row_end,
536 alter table t1 drop column `row_end`;
605 row_end timestamp(6) as row end,
664 add row_end timestamp(6) as row end,
667 modify row_end varchar(8);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/versioning/t/
H A Dupdate.test155 row_end $sys_datatype_expl as row end invisible,
156 period for system_time (row_start, row_end))
273 unique key (b,row_end),
275 period for system_time (row_start,row_end)
293 row_end $sys_datatype_expl as row end invisible,
294 period for system_time (row_start, row_end),
296 v2 bigint unsigned as (a ^ row_end) unique
313 row_end $sys_datatype_expl as row end invisible,
317 select *, check_row(row_start, row_end) from t1 for system_time all order by row_end;
325 select *, check_row(row_start, row_end) from t2 for system_time all order by row_end;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/versioning/t/
H A Dupdate.test155 row_end $sys_datatype_expl as row end invisible,
156 period for system_time (row_start, row_end))
273 unique key (b,row_end),
275 period for system_time (row_start,row_end)
293 row_end $sys_datatype_expl as row end invisible,
294 period for system_time (row_start, row_end),
296 v2 bigint unsigned as (a ^ row_end) unique
313 row_end $sys_datatype_expl as row end invisible,
317 select *, check_row(row_start, row_end) from t1 for system_time all order by row_end;
325 select *, check_row(row_start, row_end) from t2 for system_time all order by row_end;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/versioning/r/
H A Dderived.result46 select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp;
49 set @tmp= "select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp";
137 select * from (select *, t1.row_end, t1.row_end as endo from t1) as s0;
138 x row_end endo
140 select * from (select *, t1.row_end, t2.row_start from t1, t2) as s0;
141 x y row_end row_start
151 select * from (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) as s2;
152 y x row_end
154 with s3 as (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) select * from s3;
155 y x row_end
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/versioning/r/
H A Dderived.result46 select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp;
49 set @tmp= "select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp";
137 select * from (select *, t1.row_end, t1.row_end as endo from t1) as s0;
138 x row_end endo
140 select * from (select *, t1.row_end, t2.row_start from t1, t2) as s0;
141 x y row_end row_start
151 select * from (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) as s2;
152 y x row_end
154 with s3 as (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) select * from s3;
155 y x row_end
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/versioning/r/
H A Dderived.result46 select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp;
49 set @tmp= "select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp";
137 select * from (select *, t1.row_end, t1.row_end as endo from t1) as s0;
138 x row_end endo
140 select * from (select *, t1.row_end, t2.row_start from t1, t2) as s0;
141 x y row_end row_start
151 select * from (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) as s2;
152 y x row_end
154 with s3 as (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) select * from s3;
155 y x row_end
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/versioning/r/
H A Dderived.result46 select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp;
49 set @tmp= "select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp";
137 select * from (select *, t1.row_end, t1.row_end as endo from t1) as s0;
138 x row_end endo
140 select * from (select *, t1.row_end, t2.row_start from t1, t2) as s0;
141 x y row_end row_start
151 select * from (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) as s2;
152 y x row_end
154 with s3 as (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) select * from s3;
155 y x row_end
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/versioning/r/
H A Dderived.result46 select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp;
49 set @tmp= "select emp_id from (select emp_id from emp where row_end>'2031-1-1') as tmp";
137 select * from (select *, t1.row_end, t1.row_end as endo from t1) as s0;
138 x row_end endo
140 select * from (select *, t1.row_end, t2.row_start from t1, t2) as s0;
141 x y row_end row_start
151 select * from (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) as s2;
152 y x row_end
154 with s3 as (select *, t1.row_end from t2, t1 for system_time as of timestamp @t0) select * from s3;
155 y x row_end
[all …]

12345678910>>...57