Searched refs:test_frexpf (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | semi.c | 244 test_frexpf(a, &am, (uint32 *)&aex); in test_fmodf() 245 test_frexpf(b, &bm, (uint32 *)&bex); in test_fmodf() 365 test_frexpf(x, &y, (uint32 *)&n2); in test_ldexpf() 457 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout) { in test_frexpf() function
|
H A D | semi.h | 23 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout);
|
H A D | dotest.c | 576 {"frexpf", (funcptr)test_frexpf, t_frexpf, {NULL}, cases_semi1_float},
|