Home
last modified time | relevance | path

Searched refs:MakeAbstractValueType (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_blocked_range.cpp35 friend AbstractValueType MakeAbstractValueType( int i );
39 AbstractValueType MakeAbstractValueType( int i ) { in MakeAbstractValueType() function
54 return MakeAbstractValueType(GetValueOf(u) + int(offset)); in operator +()
60 AbstractValueType i = MakeAbstractValueType(x); in SerialTest()
61 AbstractValueType j = MakeAbstractValueType(y); in SerialTest()
68 utils::AssertSameType( r.begin(), MakeAbstractValueType(0) ); in SerialTest()
69 utils::AssertSameType( r.end(), MakeAbstractValueType(0) ); in SerialTest()
H A Dconformance_blocked_range3d.cpp37 friend AbstractValueType<OtherTag> MakeAbstractValueType( int i );
44 AbstractValueType<Tag> MakeAbstractValueType( int i ) { in MakeAbstractValueType() function
65 return MakeAbstractValueType<Tag>(GetValueOf(u)+int(offset)); in operator +()
79 page_type page_i = MakeAbstractValueType<PageTag>(page_x); in SerialTest()
80 page_type page_j = MakeAbstractValueType<PageTag>(page_y); in SerialTest()
84 row_type row_i = MakeAbstractValueType<RowTag>(row_x); in SerialTest()
85 row_type row_j = MakeAbstractValueType<RowTag>(row_y); in SerialTest()
89 col_type col_i = MakeAbstractValueType<ColTag>(col_x); in SerialTest()
90 col_type col_j = MakeAbstractValueType<ColTag>(col_y); in SerialTest()
H A Dconformance_blocked_range2d.cpp35 friend AbstractValueType<OtherTag> MakeAbstractValueType( int i );
42 AbstractValueType<Tag> MakeAbstractValueType( int i ) { in MakeAbstractValueType() function
63 return MakeAbstractValueType<Tag>(GetValueOf(u)+int(offset)); in operator +()
75 row_type row_i = MakeAbstractValueType<RowTag>(row_x); in SerialTest()
76 row_type row_j = MakeAbstractValueType<RowTag>(row_y); in SerialTest()
80 col_type col_i = MakeAbstractValueType<ColTag>(col_x); in SerialTest()
81 col_type col_j = MakeAbstractValueType<ColTag>(col_y); in SerialTest()