Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.h22 char *test_ldexpf(uint32 *x, uint32 *n, uint32 *out);
H A Dsemi.c266 test_ldexpf(&am, (uint32 *)&aex, out); in test_fmodf()
349 char *test_ldexpf(uint32 *x, uint32 *np, uint32 *out) { in test_ldexpf() function
H A Ddotest.c616 {"ldexpf", (funcptr)test_ldexpf, t_ldexpf, {NULL}, cases_ldexp_float},