Searched refs:deRandom_getUint64 (Results 1 - 2 of 2) sorted by last modified time

/external/deqp/framework/delibs/debase/
H A DdeRandom.c67 deUint64 deRandom_getUint64 (deRandom* rnd) function
91 return ldexp((double)(deRandom_getUint64(rnd) & ((1ull << DBL_MANT_DIG) - 1)),
H A DdeRandom.h49 deUint64 deRandom_getUint64 (deRandom* rnd);

Completed in 77 milliseconds