Searched refs:genrand (Results 1 – 15 of 15) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_phi.cpp | 93 lhs[i] = genrand<cl_int>(seed); in TEST_SPIRV_FUNC() 94 rhs[i] = genrand<cl_int>(seed); in TEST_SPIRV_FUNC() 111 lhs[i] = genrand<cl_int>(seed); in TEST_SPIRV_FUNC() 112 rhs[i] = genrand<cl_int>(seed); in TEST_SPIRV_FUNC() 133 lhs[i] = genrand<cl_int>(seed); in TEST_SPIRV_FUNC() 134 rhs[i] = genrand<cl_int>(seed); in TEST_SPIRV_FUNC()
|
D | types.hpp | 119 T genrand(RandomSeed &seed) in genrand() function 124 template<> inline cl_int genrand<cl_int>(RandomSeed &seed) in genrand() function 129 template<> inline cl_long genrand<cl_long>(RandomSeed &seed) in genrand() function 134 template<> inline cl_short genrand<cl_short>(RandomSeed &seed) in genrand() function 140 template<> inline T##N genrand<T##N>(RandomSeed &seed) \
|
D | test_op_selection_merge.cpp | 94 lhs[i] = genrand<cl_int>(seed); \ 95 rhs[i] = genrand<cl_int>(seed); \ 120 lhs[i] = genrand<cl_uint>(seed); \ 121 rhs[i] = genrand<cl_uint>(seed); \
|
D | test_op_lifetime.cpp | 94 lhs[i] = genrand<int>(seed); \ 95 rhs[i] = genrand<int>(seed); \
|
D | test_op_branch_conditional.cpp | 94 lhs[i] = genrand<cl_int>(seed); \ 95 rhs[i] = genrand<cl_int>(seed); \
|
D | test_decorate.cpp | 48 h_lhs[i] = genrand<cl_int>(seed); in verify_results() 49 h_rhs[i] = genrand<cl_int>(seed); in verify_results() 214 h_lhs[i] = genrand<Ti>(seed) * range; in verify_saturated_results() 215 Tl val = (genrand<Tl>(seed) % hiVal); in verify_saturated_results() 420 in[i] = num * genrand<clTi>(seed) - num/2; \
|
D | test_op_vector_insert.cpp | 43 h_ref[i].s[j] = h_in[i] + genrand<Ts>(seed); in test_insert() 109 in[i] = genrand<Ts>(seed); \
|
D | test_op_branch.cpp | 72 results[i] = genrand<cl_int>(seed); \
|
D | test_op_function.cpp | 75 in[i] = genrand<cl_float>(seed); \
|
D | test_op_loop_merge.cpp | 94 cl_int val = genrand<cl_int>(seed) % 1024; \
|
D | test_op_vector_extract.cpp | 91 in[i] = genrand<Tv>(seed); \
|
D | test_linkage.cpp | 113 h_in[i] = genrand<cl_float>(seed); in TEST_SPIRV_FUNC()
|
D | test_op_negate.cpp | 84 in[i] = genrand<Tv>(seed); \
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | subgroup_common_templates.h | 396 void genrand(Ty *x, Ty *t, cl_int *m, int ns, int nw, int ng) in genrand() function 590 genrand<Ty, operation>(x, t, m, ns, nw, ng); in gen() 697 genrand<Ty, operation>(x, t, m, ns, nw, ng); in gen() 821 genrand<Ty, operation>(x, t, m, ns, nw, ng); in gen()
|
D | test_subgroup_clustered_reduce.cpp | 182 genrand<Ty, operation>(x, t, m, ns, nw, ng); in gen()
|