Searched refs:test_fmodf (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
H A D | semi.h | 22 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out);
|
H A D | semi.c | 205 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out) { in test_fmodf() function
|
H A D | dotest.c | 573 {"fmodf", (funcptr)test_fmodf, semi2f, {NULL}, cases_semi2_float},
|
/llvm-project/clang/test/Headers/ |
H A D | __clang_hip_math.hip | 1325 // 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) {
|