Searched refs:test__floatditf (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | floatditf_test.c | 17 int test__floatditf(di_int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatditf() function 35 …if (test__floatditf(0x7fffffffffffffff, UINT64_C(0x403dffffffffffff), UINT64_C(0xfffc000000000000)… in main() 37 …if (test__floatditf(0x123456789abcdef1, UINT64_C(0x403b23456789abcd), UINT64_C(0xef10000000000000)… in main() 39 if (test__floatditf(0x2, UINT64_C(0x4000000000000000), UINT64_C(0x0))) in main() 41 if (test__floatditf(0x1, UINT64_C(0x3fff000000000000), UINT64_C(0x0))) in main() 43 if (test__floatditf(0x0, UINT64_C(0x0), UINT64_C(0x0))) in main() 45 if (test__floatditf(0xffffffffffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main() 47 if (test__floatditf(0xfffffffffffffffe, UINT64_C(0xc000000000000000), UINT64_C(0x0))) in main() 49 …if (test__floatditf(-0x123456789abcdef1, UINT64_C(0xc03b23456789abcd), UINT64_C(0xef10000000000000… in main() 51 if (test__floatditf(0x8000000000000000, UINT64_C(0xc03e000000000000), UINT64_C(0x0))) in main()
|