Home
last modified time | relevance | path

Searched refs:row_range_type (Results 1 – 4 of 4) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dblocked_range2d.h40 using row_range_type = blocked_range<RowValue>; in __TBB_requires()
44 row_range_type my_rows; in __TBB_requires()
48 …blocked_range2d( RowValue row_begin, RowValue row_end, typename row_range_type::size_type row_grai… in __TBB_requires()
87 const row_range_type& rows() const { return my_rows; } in __TBB_requires()
98 my_rows.my_begin = row_range_type::do_split(r.my_rows, split_obj); in __TBB_requires()
H A Dblocked_range3d.h41 using row_range_type = blocked_range<RowValue>; in __TBB_requires() local
46 row_range_type my_rows; in __TBB_requires()
60 … RowValue row_begin, RowValue row_end, typename row_range_type::size_type row_grainsize, in __TBB_requires()
98 const row_range_type& rows() const { return my_rows; } in __TBB_requires()
110 my_rows.my_begin = row_range_type::do_split(r.my_rows, split_obj); in __TBB_requires()
/oneTBB/test/conformance/
H A Dconformance_blocked_range2d.cpp86 …utils::AssertSameType( static_cast<range_type::row_range_type::const_iterator*>(nullptr), static_c… in SerialTest()
H A Dconformance_blocked_range3d.cpp98 …utils::AssertSameType( static_cast<range_type::row_range_type::const_iterator*>(nullptr), static_c… in SerialTest()