Searched refs:highbound (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 735 uint32 highbound) { in complex_cases_biased() argument 736 cases_biased(out,lowbound,highbound); in complex_cases_biased() 737 cases_biased(out+2,lowbound,highbound); in complex_cases_biased() 741 uint32 highbound) { in complex_cases_biased_float() argument 742 cases_biased_float(out,lowbound,highbound); in complex_cases_biased_float() 743 cases_biased_float(out+2,lowbound,highbound); in complex_cases_biased_float() 747 uint32 highbound) { in complex_cases_uniform() argument 748 cases_uniform(out,lowbound,highbound); in complex_cases_uniform() 749 cases_uniform(out+2,lowbound,highbound); in complex_cases_uniform() 753 uint32 highbound) { in complex_cases_uniform_float() argument [all …]
|