Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.h22 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out);
H A Dsemi.c205 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out) { in test_fmodf() function
H A Ddotest.c573 {"fmodf", (funcptr)test_fmodf, semi2f, {NULL}, cases_semi2_float},
/llvm-project/clang/test/Headers/
H A D__clang_hip_math.hip1325 // DEFAULT-LABEL: @test_fmodf(
1330 // FINITEONLY-LABEL: @test_fmodf(
1335 // APPROX-LABEL: @test_fmodf(
1340 extern "C" __device__ float test_fmodf(float x, float y) {