Searched refs:test_modf (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/test/Headers/ |
H A D | nvptx_device_math_modf.cpp | 20 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.hip | 2330 // 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 D | semi.h | 19 char *test_modf(uint32 *x, uint32 *iout, uint32 *fout);
|
H A D | semi.c | 490 char *test_modf(uint32 *x, uint32 *fout, uint32 *iout) { in test_modf() function
|
H A D | dotest.c | 578 {"modf", (funcptr)test_modf, t_modf, {NULL}, cases_semi1},
|
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 244 void test_modf() { in test_modf() function 944 test_modf(); in main()
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 447 void test_modf() in test_modf() 1670 test_modf(); 443 void test_modf() test_modf() function
|