Searched refs:col_type (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_blocked_range2d.cpp | 71 typedef AbstractValueType<ColTag> col_type; in SerialTest() typedef 72 typedef oneapi::tbb::blocked_range2d<row_type,col_type> range_type; in SerialTest() 80 col_type col_i = MakeAbstractValueType<ColTag>(col_x); in SerialTest() 81 col_type col_j = MakeAbstractValueType<ColTag>(col_y); in SerialTest() 87 …atic_cast<range_type::col_range_type::const_iterator*>(nullptr), static_cast<col_type*>(nullptr) ); in SerialTest() 89 … utils::AssertSameType( r.cols(), oneapi::tbb::blocked_range<col_type>( col_i, col_j, 1 )); in SerialTest()
|
| H A D | conformance_blocked_range3d.cpp | 75 typedef AbstractValueType<ColTag> col_type; in SerialTest() typedef 76 typedef oneapi::tbb::blocked_range3d<page_type,row_type,col_type> range_type; in SerialTest() 89 col_type col_i = MakeAbstractValueType<ColTag>(col_x); in SerialTest() 90 col_type col_j = MakeAbstractValueType<ColTag>(col_y); in SerialTest() 99 …atic_cast<range_type::col_range_type::const_iterator*>(nullptr), static_cast<col_type*>(nullptr) ); in SerialTest() 103 … utils::AssertSameType( r.cols(), oneapi::tbb::blocked_range<col_type>( col_i, col_j, 1 )); in SerialTest()
|