Home
last modified time | relevance | path

Searched refs:test_modf (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Headers/
H A Dnvptx_device_math_modf.cpp20 void test_modf(T x) in test_modf() function
37 test_modf<double>(1.0); in main()
38 test_modf<float>(1.0); in main()
H A D__clang_hip_math.hip2330 // DEFAULT-LABEL: @test_modf(
2340 // FINITEONLY-LABEL: @test_modf(
2350 // APPROX-LABEL: @test_modf(
2360 extern "C" __device__ double test_modf(double x, double* y) {
/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.h19 char *test_modf(uint32 *x, uint32 *iout, uint32 *fout);
H A Dsemi.c490 char *test_modf(uint32 *x, uint32 *fout, uint32 *iout) { in test_modf() function
H A Ddotest.c578 {"modf", (funcptr)test_modf, t_modf, {NULL}, cases_semi1},
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp244 void test_modf() { in test_modf() function
944 test_modf(); in main()
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp447 void test_modf() in test_modf()
1670 test_modf();
443 void test_modf() test_modf() function