/external/llvm-project/clang/test/OpenMP/ |
D | declare_variant_ast_print.cpp | 69 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/ |
D | test_op_vector_insert.cpp | 37 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()
|
D | test_op_loop_merge.cpp | 27 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()
|
D | test_cl_khr_spirv_no_integer_wrap_decoration.cpp | 36 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()
|
D | test_op_vector_times_scalar.cpp | 81 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()
|
D | test_op_fmath.cpp | 87 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()
|
D | test_op_lifetime.cpp | 28 const std::vector<T> &h_ref) in test_op_lifetime() argument 75 if (h_res[i] != h_ref[i]) { in test_op_lifetime()
|
D | test_op_branch_conditional.cpp | 28 const std::vector<T> &h_ref) in test_branch_conditional() argument 75 if (h_res[i] != h_ref[i]) { in test_branch_conditional()
|
D | test_op_selection_merge.cpp | 28 const std::vector<T> &h_ref) in test_selection_merge() argument 75 if (h_res[i] != h_ref[i]) { in test_selection_merge()
|
D | test_op_phi.cpp | 28 const std::vector<T> &h_ref) in test_phi() argument 75 if (h_res[i] != h_ref[i]) { in test_phi()
|