Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_randommodule.c78 #define MATRIX_A 0x9908b0dfU /* constant vector a */ macro
101 static const uint32_t mag01[2] = {0x0U, 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()