Searched refs:sav_c (Results 1 – 1 of 1) sorted by relevance
105 strided_span<const int, 1> sav_c{ multi_span<const int>{src}, strided_bounds<1>{2, 1} }; in SUITE() local107 strided_span<const int, 1> sav_c{ multi_span<const int>{src}, strided_bounds<1>{2, 1} }; in SUITE() local109 CHECK(sav_c.bounds().index_bounds() == index<1>{ 2 }); in SUITE()110 CHECK(sav_c.bounds().strides() == index<1>{ 1 }); in SUITE()111 CHECK(sav_c[1] == 2); in SUITE()136 strided_span<const int, 1> sav_c{ src, {2, 1} }; in SUITE() local137 CHECK(sav_c.bounds().index_bounds() == index<1>{ 2 }); in SUITE()138 CHECK(sav_c.bounds().strides() == index<1>{ 1 }); in SUITE()139 CHECK(sav_c[1] == 2); in SUITE()