Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/math/test/rtest/
Dsemi.c245 test_frexpf(a, &am, (uint32 *)&aex); in test_fmodf()
246 test_frexpf(b, &bm, (uint32 *)&bex); in test_fmodf()
366 test_frexpf(x, &y, (uint32 *)&n2); in test_ldexpf()
458 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout) { in test_frexpf() function
Dsemi.h24 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout);
Ddotest.c577 {"frexpf", (funcptr)test_frexpf, t_frexpf, {NULL}, cases_semi1_float},
/external/arm-optimized-routines/math/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},