Home
last modified time | relevance | path

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

/third_party/boost/libs/compute/test/
Dtest_lambda.cpp415 compute::vector<float> third_component(4, context); in BOOST_AUTO_TEST_CASE() local
419 third_component.begin(), in BOOST_AUTO_TEST_CASE()
423 CHECK_RANGE_EQUAL(float, 4, third_component, (1.2f, 3.4f, 5.6f, 7.8f)); in BOOST_AUTO_TEST_CASE()