Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Dmt19937ar.c56 #define MATRIX_A 0x9908b0dfUL /* constant vector a */ macro
147 static unsigned long mag01[2] = {0x0UL, MATRIX_A}; in genrand_int32()
/third_party/glib/glib/
Dgrand.c126 #define MATRIX_A 0x9908b0df /* constant vector a */ macro
454 static const guint32 mag01[2]={0x0, MATRIX_A}; in g_rand_int()
/third_party/python/Modules/
D_randommodule.c78 #define MATRIX_A 0x9908b0dfU /* constant vector a */ macro
123 static const uint32_t mag01[2] = {0x0U, MATRIX_A}; in genrand_uint32()