Searched refs:test_frexp (Results 1 – 6 of 6) sorted by relevance
/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/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 360 int test_frexp( cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements… in test_frexp() function
|
/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()
|