Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Drand.cpp77 #define RNG_NEXT(x) ((uint64)(unsigned)(x)*CV_RNG_COEFF + ((x) >> 32)) macro
95 temp = RNG_NEXT(temp); in randBits_()
97 temp = RNG_NEXT(temp); in randBits_()
102 temp = RNG_NEXT(temp); in randBits_()
104 temp = RNG_NEXT(temp); in randBits_()
115 temp = RNG_NEXT(temp); in randBits_()
132 temp = RNG_NEXT(temp); in randBits_()
158 temp = RNG_NEXT(temp); in randi_()
160 temp = RNG_NEXT(temp); in randi_()
171 temp = RNG_NEXT(temp); in randi_()
[all …]