Searched refs:CV_RNG_COEFF (Results 1 – 2 of 2) sorted by relevance
205 #define CV_RNG_COEFF 4164903690U macro231 temp = (uint64)(unsigned)temp*CV_RNG_COEFF + (temp >> 32); in cvRandInt()
77 #define RNG_NEXT(x) ((uint64)(unsigned)(x)*CV_RNG_COEFF + ((x) >> 32))