Home
last modified time | relevance | path

Searched refs:test_frexpf (Results 1 – 3 of 3) sorted by relevance

/external/arm-optimized-routines/test/rtest/
Dsemi.c244 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
Dsemi.h23 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout);
Ddotest.c576 {"frexpf", (funcptr)test_frexpf, t_frexpf, {NULL}, cases_semi1_float},