Home
last modified time | relevance | path

Searched refs:row_x (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_blocked_range2d.cpp73 for( int row_x=-10; row_x<10; ++row_x ) { in SerialTest() local
74 for( int row_y=row_x; row_y<10; ++row_y ) { in SerialTest()
75 row_type row_i = MakeAbstractValueType<RowTag>(row_x); in SerialTest()
90 REQUIRE( r.empty()==(row_x==row_y||col_x==col_y) ); in SerialTest()
91 … REQUIRE( r.is_divisible()==(row_y-row_x>row_grain||col_y-col_x>col_grain) ); in SerialTest()
H A Dconformance_blocked_range3d.cpp82 for( int row_x=-4; row_x<4; ++row_x ) { in SerialTest() local
83 for( int row_y=row_x; row_y<4; ++row_y ) { in SerialTest()
84 row_type row_i = MakeAbstractValueType<RowTag>(row_x); in SerialTest()
105 … REQUIRE( r.empty()==(page_x==page_y||row_x==row_y||col_x==col_y) ); in SerialTest()
107 …REQUIRE( r.is_divisible()==(page_y-page_x>page_grain||row_y-row_x>row_grain||col_y-col_x>col_grain… in SerialTest()