Searched refs:test_frexpf (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
H A D | semi.c | 245 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
|
H A D | semi.h | 24 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout);
|
H A D | dotest.c | 577 {"frexpf", (funcptr)test_frexpf, t_frexpf, {NULL}, cases_semi1_float},
|
/llvm-project/clang/test/Headers/ |
H A D | __clang_hip_math.hip | 1363 // CHECK-LABEL: @test_frexpf( 1371 extern "C" __device__ float test_frexpf(float x, int* y) {
|