Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.h25 char *test_modff(uint32 *x, uint32 *iout, uint32 *fout);
H A Dsemi.c527 char *test_modff(uint32 *x, uint32 *fout, uint32 *iout) { in test_modff() function
H A Ddotest.c579 {"modff", (funcptr)test_modff, t_modff, {NULL}, cases_semi1_float},
/llvm-project/clang/test/Headers/
H A D__clang_hip_math.hip2296 // 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) {