Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/OpenMP/
Ddeclare_variant_ast_print.cpp69 void h_ref(C *hp, C *hp2, C *hq, C *lin) { in h_ref() function
76 #pragma omp declare variant(h_ref <C>) match(xxx = {})
77 #pragma omp declare variant(h_ref <C>) match(implementation = {vendor(llvm)}, device = {kind(gpu)})
78 #pragma omp declare variant(h_ref <C>) match(implementation = {vendor(unknown)}, device = {kind(noh…
91 #pragma omp declare variant(h_ref <double>) match(xxx = {})
92 #pragma omp declare variant(h_ref <double>) match(implementation = {vendor(ibm)}, device = {kind(cp…
93 #pragma omp declare variant(h_ref <double>) match(implementation={vendor(unknown)})
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_vector_insert.cpp37 std::vector<Tv> h_ref(num); in test_insert() local
43 h_ref[i].s[j] = h_in[i] + genrand<Ts>(seed); in test_insert()
67 err = clEnqueueWriteBuffer(queue, out, CL_TRUE, 0, out_bytes, &h_ref[0], 0, NULL, NULL); in test_insert()
84 Tv refVec = h_ref[i]; in test_insert()
Dtest_op_loop_merge.cpp27 const std::vector<T> &h_ref, in test_selection_merge() argument
32 int num = (int)h_ref.size(); in test_selection_merge()
73 if (h_out[i] != h_ref[i]) { in test_selection_merge()
Dtest_cl_khr_spirv_no_integer_wrap_decoration.cpp36 std::vector<T> h_ref(num); in test_ext_cl_khr_spirv_no_integer_wrap_decoration() local
153 err = clEnqueueReadBuffer(queue, ref, CL_TRUE, 0, bytes, &h_ref[0], 0, NULL, NULL); in test_ext_cl_khr_spirv_no_integer_wrap_decoration()
158 if (expected_results[i] != h_ref[i]) { in test_ext_cl_khr_spirv_no_integer_wrap_decoration()
159 …rror("Values do not match at index %d expected = %d got = %d\n", i, expected_results[i], h_ref[i]); in test_ext_cl_khr_spirv_no_integer_wrap_decoration()
Dtest_op_vector_times_scalar.cpp81 std::vector<Tv> h_ref(num); in test_vector_times_scalar() local
106 err = clEnqueueReadBuffer(queue, ref, CL_TRUE, 0, res_bytes, &h_ref[0], 0, NULL, NULL); in test_vector_times_scalar()
143 if (h_res[i] != h_ref[i]) { in test_vector_times_scalar()
Dtest_op_fmath.cpp87 std::vector<T> h_ref(num); in test_fmath() local
113 err = clEnqueueReadBuffer(queue, ref, CL_TRUE, 0, bytes, &h_ref[0], 0, NULL, NULL); in test_fmath()
145 if (h_res[i] != h_ref[i]) { in test_fmath()
Dtest_op_lifetime.cpp28 const std::vector<T> &h_ref) in test_op_lifetime() argument
75 if (h_res[i] != h_ref[i]) { in test_op_lifetime()
Dtest_op_branch_conditional.cpp28 const std::vector<T> &h_ref) in test_branch_conditional() argument
75 if (h_res[i] != h_ref[i]) { in test_branch_conditional()
Dtest_op_selection_merge.cpp28 const std::vector<T> &h_ref) in test_selection_merge() argument
75 if (h_res[i] != h_ref[i]) { in test_selection_merge()
Dtest_op_phi.cpp28 const std::vector<T> &h_ref) in test_phi() argument
75 if (h_res[i] != h_ref[i]) { in test_phi()