Searched refs:cases_biased_float (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
| H A D | dotest.c | 57 static void cases_biased_float(uint32 *, uint32, uint32); 732 {"erfcf", (funcptr)mpfr_erfc, args1f, {NULL}, cases_biased_float, 0x1e800000, 0x41000000}, 734 {"erff", (funcptr)mpfr_erf, args1f, {NULL}, cases_biased_float, 0x03800000, 0x40700000}, 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() 1198 static void cases_biased_float(uint32 *out, uint32 lowbound, in cases_biased_float() function
|