Searched refs:test__floatunsitf (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | floatunsitf_test.c | 13 int test__floatunsitf(su_int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() function 32 if (test__floatunsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main() 34 if (test__floatunsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main() 36 if (test__floatunsitf(0xffffffff, UINT64_C(0x401efffffffe0000), UINT64_C(0x0))) in main() 38 if (test__floatunsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
|