Searched refs:highbound (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/arm-optimized-routines/math/test/rtest/ |
| H A D | dotest.c | 736 cases_biased(out,lowbound,highbound); in complex_cases_biased() 737 cases_biased(out+2,lowbound,highbound); in complex_cases_biased() 748 cases_uniform(out,lowbound,highbound); in complex_cases_uniform() 749 cases_uniform(out+2,lowbound,highbound); in complex_cases_uniform() 1141 out[0] = highbound - random_upto_biased(highbound-lowbound, 8); in cases_biased() 1150 out[0] = highbound - random_upto_biased(highbound-lowbound, 8); in cases_biased_positive() 1158 out[0] = highbound - random_upto_biased(highbound-lowbound, 8); in cases_biased_float() 1201 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform() 1209 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform_float() 1218 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform_positive() [all …]
|