Searched refs:test_modff (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
H A D | semi.h | 25 char *test_modff(uint32 *x, uint32 *iout, uint32 *fout);
|
H A D | semi.c | 527 char *test_modff(uint32 *x, uint32 *fout, uint32 *iout) { in test_modff() function
|
H A D | dotest.c | 579 {"modff", (funcptr)test_modff, t_modff, {NULL}, cases_semi1_float},
|
/llvm-project/clang/test/Headers/ |
H A D | __clang_hip_math.hip | 2296 // DEFAULT-LABEL: @test_modff( 2306 // FINITEONLY-LABEL: @test_modff( 2316 // APPROX-LABEL: @test_modff( 2326 extern "C" __device__ float test_modff(float x, float* y) {
|