Searched refs:test_frexp (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
D | semi.c | 176 test_frexp(a, am, (uint32 *)&aex); in test_fmod() 177 test_frexp(b, bm, (uint32 *)&bex); in test_fmod() 290 test_frexp(x, y, (uint32 *)&n2); in test_ldexp() 420 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp() function
|
D | semi.h | 18 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout);
|
D | dotest.c | 576 {"frexp", (funcptr)test_frexp, t_frexp, {NULL}, cases_semi1},
|
/external/arm-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},
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 359 void test_frexp() in test_frexp() function 1513 test_frexp(); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 327 void test_frexp() in test_frexp() function 1481 test_frexp(); in main()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 330 void test_frexp() in test_frexp() function 1532 test_frexp(); in main()
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 368 void test_frexp() in test_frexp() function 1570 test_frexp(); in main()
|