Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/spirv_new/
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
/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