Home
last modified time | relevance | path

Searched refs:test_frexpf (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.c245 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 Dsemi.h24 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout);
H A Ddotest.c577 {"frexpf", (funcptr)test_frexpf, t_frexpf, {NULL}, cases_semi1_float},
/llvm-project/clang/test/Headers/
H A D__clang_hip_math.hip1363 // CHECK-LABEL: @test_frexpf(
1371 extern "C" __device__ float test_frexpf(float x, int* y) {