Home
last modified time | relevance | path

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

/src/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c757 #define random_sign ( random_upto(1) ? 0x80000000 : 0 )
1185 out[1] = random_upto(0xFFFFFFFF); in cases_biased()
1194 out[1] = random_upto(0xFFFFFFFF); in cases_biased_positive()
1232 out[2] = random_upto(2048)-1024; in cases_ldexp()
1238 out[2] = random_upto(256)-128; in cases_ldexp_float()
1244 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform()
1245 out[1] = random_upto(0xFFFFFFFF); in cases_uniform()
1252 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform_float()
1261 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform_positive()
1262 out[1] = random_upto(0xFFFFFFFF); in cases_uniform_positive()
[all …]
H A Drandom.h11 uint32 random_upto(uint32 limit);
H A Drandom.c77 uint32 random_upto(uint32 limit) { in random_upto() function