Home
last modified time | relevance | path

Searched refs:genrand (Results 1 – 15 of 15) sorted by relevance

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_phi.cpp93 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()
Dtypes.hpp119 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) \
Dtest_op_selection_merge.cpp94 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); \
Dtest_op_lifetime.cpp94 lhs[i] = genrand<int>(seed); \
95 rhs[i] = genrand<int>(seed); \
Dtest_op_branch_conditional.cpp94 lhs[i] = genrand<cl_int>(seed); \
95 rhs[i] = genrand<cl_int>(seed); \
Dtest_decorate.cpp48 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; \
Dtest_op_vector_insert.cpp43 h_ref[i].s[j] = h_in[i] + genrand<Ts>(seed); in test_insert()
109 in[i] = genrand<Ts>(seed); \
Dtest_op_branch.cpp72 results[i] = genrand<cl_int>(seed); \
Dtest_op_function.cpp75 in[i] = genrand<cl_float>(seed); \
Dtest_op_loop_merge.cpp94 cl_int val = genrand<cl_int>(seed) % 1024; \
Dtest_op_vector_extract.cpp91 in[i] = genrand<Tv>(seed); \
Dtest_linkage.cpp113 h_in[i] = genrand<cl_float>(seed); in TEST_SPIRV_FUNC()
Dtest_op_negate.cpp84 in[i] = genrand<Tv>(seed); \
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubgroup_common_templates.h396 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()
Dtest_subgroup_clustered_reduce.cpp182 genrand<Ty, operation>(x, t, m, ns, nw, ng); in gen()