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 | 28 static void cases_biased_float(uint32 *, uint32, uint32); 690 {"erfcf", (funcptr)mpfr_erfc, args1f, {NULL}, cases_biased_float, 0x1e800000, 0x41000000}, 692 {"erff", (funcptr)mpfr_erf, args1f, {NULL}, cases_biased_float, 0x03800000, 0x40700000}, 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() 1155 static void cases_biased_float(uint32 *out, uint32 lowbound, in cases_biased_float() function
|