HomeSort by relevance Sort by last modified time
    Searched refs:CV_RNG_COEFF (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 205 #define CV_RNG_COEFF 4164903690U
231 temp = (uint64)(unsigned)temp*CV_RNG_COEFF + (temp >> 32);
    [all...]
  /external/opencv3/modules/core/src/
rand.cpp 77 #define RNG_NEXT(x) ((uint64)(unsigned)(x)*CV_RNG_COEFF + ((x) >> 32))

Completed in 158 milliseconds