Home
last modified time | relevance | path

Searched defs:test_func_any (Results 1 – 1 of 1) sorted by relevance

/external/OpenCL-CTS/test_conformance/clcpp/relational_funcs/
Dtest_funcs.hpp238 struct test_func_any : public unary_func< struct
243 typedef typename make_vector_type<cl_int, N>::type input_type;
244 typedef cl_int result_type;
246 std::string str() in str()
251 std::string headers() in headers()
256 result_type operator()(const input_type& x) in operator ()()
261 bool is_out_bool() in is_out_bool()
266 bool is_in1_bool() in is_in1_bool()
271 std::vector<input_type> in1_special_cases() in in1_special_cases()