Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h205 #define CV_RNG_COEFF 4164903690U macro
231 temp = (uint64)(unsigned)temp*CV_RNG_COEFF + (temp >> 32); in cvRandInt()
/external/opencv3/modules/core/src/
Drand.cpp77 #define RNG_NEXT(x) ((uint64)(unsigned)(x)*CV_RNG_COEFF + ((x) >> 32))