Searched refs:highbound (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
| H A D | dotest.c | 778 uint32 highbound) { in complex_cases_biased() argument 779 cases_biased(out,lowbound,highbound); in complex_cases_biased() 780 cases_biased(out+2,lowbound,highbound); in complex_cases_biased() 784 uint32 highbound) { in complex_cases_biased_float() argument 785 cases_biased_float(out,lowbound,highbound); in complex_cases_biased_float() 786 cases_biased_float(out+2,lowbound,highbound); in complex_cases_biased_float() 790 uint32 highbound) { in complex_cases_uniform() argument 791 cases_uniform(out,lowbound,highbound); in complex_cases_uniform() 792 cases_uniform(out+2,lowbound,highbound); in complex_cases_uniform() 796 uint32 highbound) { in complex_cases_uniform_float() argument [all …]
|