Home
last modified time | relevance | path

Searched refs:MATRIX_A (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
Dmt19937.cpp60 #define MATRIX_A (cl_uint)0x9908b0dfUL /* constant vector a */ macro
108 static const cl_uint mag01[2] = { 0x0UL, MATRIX_A }; in genrand_int32()
134 MATRIX_A; in genrand_int32()
/external/python/cpython2/Modules/
D_randommodule.c75 #define MATRIX_A 0x9908b0dfUL /* constant vector a */ macro
98 static unsigned long mag01[2]={0x0UL, MATRIX_A}; in genrand_int32()
/external/python/cpython3/Modules/
D_randommodule.c78 #define MATRIX_A 0x9908b0dfU /* constant vector a */ macro
122 static const uint32_t mag01[2] = {0x0U, MATRIX_A}; in genrand_uint32()