Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxrand.cpp59 #define ICV_RNG_NEXT(x) ((uint64)(unsigned)(x)*1554115554 + ((x) >> 32)) macro
88 temp = ICV_RNG_NEXT(temp); \
90 temp = ICV_RNG_NEXT(temp); \
95 temp = ICV_RNG_NEXT(temp); \
97 temp = ICV_RNG_NEXT(temp); \
115 temp = ICV_RNG_NEXT(temp); \
138 temp = ICV_RNG_NEXT(temp); \
168 temp = ICV_RNG_NEXT(temp); \
170 temp = ICV_RNG_NEXT(temp); \
177 temp = ICV_RNG_NEXT(temp); \
[all …]