• Home
  • Raw
  • Download

Lines Matching refs:begin

33     boost::compute::copy_n(data1, 4, v1.begin(), queue);  in BOOST_AUTO_TEST_CASE()
34 boost::compute::copy_n(data2, 4, v2.begin(), queue); in BOOST_AUTO_TEST_CASE()
35 boost::compute::fill(v3.begin(), v3.end(), 0, queue); in BOOST_AUTO_TEST_CASE()
39 v1.begin(), v1.end(), in BOOST_AUTO_TEST_CASE()
40 v2.begin(), v2.end(), in BOOST_AUTO_TEST_CASE()
41 v3.begin(), in BOOST_AUTO_TEST_CASE()
48 v2.begin(), v2.end(), in BOOST_AUTO_TEST_CASE()
49 v1.begin(), v1.end(), in BOOST_AUTO_TEST_CASE()
50 v3.begin(), in BOOST_AUTO_TEST_CASE()
57 v1.begin(), v1.end(), in BOOST_AUTO_TEST_CASE()
58 v1.begin(), v1.end(), in BOOST_AUTO_TEST_CASE()
59 v3.begin(), in BOOST_AUTO_TEST_CASE()
66 v2.begin(), v2.end(), in BOOST_AUTO_TEST_CASE()
67 v2.begin(), v2.end(), in BOOST_AUTO_TEST_CASE()
68 v3.begin(), in BOOST_AUTO_TEST_CASE()
75 v1.begin(), v1.end(), in BOOST_AUTO_TEST_CASE()
76 v1.begin(), v1.begin(), in BOOST_AUTO_TEST_CASE()
77 v3.begin(), in BOOST_AUTO_TEST_CASE()
84 v1.begin(), v1.begin(), in BOOST_AUTO_TEST_CASE()
85 v2.begin(), v2.end(), in BOOST_AUTO_TEST_CASE()
86 v3.begin(), in BOOST_AUTO_TEST_CASE()
107 std::fill(data3.begin(), data3.end(), std::make_pair(-1, -1.f)); in BOOST_AUTO_TEST_CASE()
113 boost::compute::copy(data1.begin(), data1.end(), v1.begin(), queue); in BOOST_AUTO_TEST_CASE()
114 boost::compute::copy(data2.begin(), data2.end(), v2.begin(), queue); in BOOST_AUTO_TEST_CASE()
121 v1.begin(), v1.end(), in BOOST_AUTO_TEST_CASE()
122 v2.begin(), v2.end(), in BOOST_AUTO_TEST_CASE()
123 v3.begin(), in BOOST_AUTO_TEST_CASE()
128 boost::compute::copy(v3.begin(), v3.end(), data3.begin(), queue); in BOOST_AUTO_TEST_CASE()
151 boost::compute::copy_n(data1, 8, v1.begin(), queue); in BOOST_AUTO_TEST_CASE()
152 boost::compute::copy_n(data2, 8, v2.begin(), queue); in BOOST_AUTO_TEST_CASE()
153 boost::compute::fill(v3.begin(), v3.end(), 0.f, queue); in BOOST_AUTO_TEST_CASE()
156 v1.begin(), v1.end(), in BOOST_AUTO_TEST_CASE()
157 v2.begin(), v2.end(), in BOOST_AUTO_TEST_CASE()
158 v3.begin(), in BOOST_AUTO_TEST_CASE()