Searched refs:odd_values (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/compute/test/ |
D | test_gather.cpp | 64 compute::vector<int> odd_values(5, context); in BOOST_AUTO_TEST_CASE() local 66 odds.begin(), odds.end(), input.begin(), odd_values.begin(), queue in BOOST_AUTO_TEST_CASE() 68 CHECK_RANGE_EQUAL(int, 5, odd_values, (1, 3, 5, 9, 7)); in BOOST_AUTO_TEST_CASE()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraparse.c | 199 goto odd_values; 219 odd_values:
|