Searched refs:vectorp (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/compute/test/ |
D | test_search.cpp | 31 bc::vector<bc::int_> vectorp(datap, datap + 2, queue); in BOOST_AUTO_TEST_CASE() local 35 vectorp.begin(), vectorp.end(), queue); in BOOST_AUTO_TEST_CASE() 39 vectorp[1] = 9; in BOOST_AUTO_TEST_CASE() 43 vectorp.begin(), vectorp.end(), queue); in BOOST_AUTO_TEST_CASE() 47 vectorp[0] = 6; in BOOST_AUTO_TEST_CASE() 48 vectorp[1] = 6; in BOOST_AUTO_TEST_CASE() 52 vectorp.begin(), vectorp.end(), queue); in BOOST_AUTO_TEST_CASE() 63 bc::vector<bc::char_> vectorp(pattern, pattern + 3, queue); in BOOST_AUTO_TEST_CASE() local 67 vectorp.begin(), vectorp.end(), queue); in BOOST_AUTO_TEST_CASE()
|
D | test_find_end.cpp | 31 bc::vector<bc::int_> vectorp(datap, datap + 2, queue); in BOOST_AUTO_TEST_CASE() local 35 vectorp.begin(), vectorp.end(), queue); in BOOST_AUTO_TEST_CASE() 39 vectorp.insert(vectorp.begin() + 1, bc::int_(9), queue); in BOOST_AUTO_TEST_CASE() 43 vectorp.begin(), vectorp.end(), queue); in BOOST_AUTO_TEST_CASE() 54 bc::vector<bc::char_> vectorp(pattern, pattern + 3, queue); in BOOST_AUTO_TEST_CASE() local 58 vectorp.begin(), vectorp.end(), queue); in BOOST_AUTO_TEST_CASE()
|