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