OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:random_upto
(Results
1 - 3
of
3
) sorted by null
/external/arm-optimized-routines/test/rtest/
random.h
11
uint32
random_upto
(uint32 limit);
dotest.c
714
#define random_sign (
random_upto
(1) ? 0x80000000 : 0 )
[
all
...]
random.c
43
*
random_upto
: generate a uniformly randomised number in the range
52
* For speed, I separate the implementation of
random_upto
into the
77
uint32
random_upto
(uint32 limit) {
function
Completed in 282 milliseconds