Searched refs:test_frexp (Results 1 – 3 of 3) sorted by relevance
/third_party/optimized-routines/math/test/rtest/ |
D | semi.c | 175 test_frexp(a, am, (uint32 *)&aex); in test_fmod() 176 test_frexp(b, bm, (uint32 *)&bex); in test_fmod() 289 test_frexp(x, y, (uint32 *)&n2); in test_ldexp() 419 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp() function
|
D | semi.h | 17 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout);
|
D | dotest.c | 575 {"frexp", (funcptr)test_frexp, t_frexp, {NULL}, cases_semi1},
|