Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/test/rtest/
Dsemi.c175 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
Dsemi.h17 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout);
Ddotest.c575 {"frexp", (funcptr)test_frexp, t_frexp, {NULL}, cases_semi1},