OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deRandom_getUint64
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/debase/
deRandom.h
49
deUint64
deRandom_getUint64
(deRandom* rnd);
deRandom.c
67
deUint64
deRandom_getUint64
(deRandom* rnd)
91
return ldexp((double)(
deRandom_getUint64
(rnd) & ((1ull << DBL_MANT_DIG) - 1)),
Completed in 554 milliseconds