Searched refs:test_modff (Results 1 – 6 of 6) sorted by relevance
/external/arm-optimized-routines/math/test/rtest/ |
D | semi.h | 24 char *test_modff(uint32 *x, uint32 *iout, uint32 *fout);
|
D | semi.c | 526 char *test_modff(uint32 *x, uint32 *fout, uint32 *iout) { in test_modff() function
|
D | dotest.c | 578 {"modff", (funcptr)test_modff, t_modff, {NULL}, cases_semi1_float},
|
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
D | semi.h | 25 char *test_modff(uint32 *x, uint32 *iout, uint32 *fout);
|
D | semi.c | 527 char *test_modff(uint32 *x, uint32 *fout, uint32 *iout) { in test_modff() function
|
D | dotest.c | 579 {"modff", (funcptr)test_modff, t_modff, {NULL}, cases_semi1_float},
|