Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Drand.cpp899 static unsigned mag01[2] = { 0x0U, /*MATRIX_A*/ 0x9908b0dfU}; in next() local
912 state[kk] = state[kk + M] ^ (y >> 1) ^ mag01[y & 0x1U]; in next()
918 state[kk] = state[kk + (M - N)] ^ (y >> 1) ^ mag01[y & 0x1U]; in next()
922 state[N - 1] = state[M - 1] ^ (y >> 1) ^ mag01[y & 0x1U]; in next()