Searched refs:test__floatunditf (Results 1 – 1 of 1) sorted by relevance
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | floatunditf_test.c | 20 int test__floatunditf(du_int a, uint64_t expectedHi, uint64_t expectedLo) { in test__floatunditf() function 37 if (test__floatunditf(0xffffffffffffffffULL, UINT64_C(0x403effffffffffff), in main() 40 if (test__floatunditf(0xfffffffffffffffeULL, UINT64_C(0x403effffffffffff), in main() 43 if (test__floatunditf(0x8000000000000000ULL, UINT64_C(0x403e000000000000), in main() 46 if (test__floatunditf(0x7fffffffffffffffULL, UINT64_C(0x403dffffffffffff), in main() 49 if (test__floatunditf(0x123456789abcdef1ULL, UINT64_C(0x403b23456789abcd), in main() 52 if (test__floatunditf(0x2ULL, UINT64_C(0x4000000000000000), UINT64_C(0x0))) in main() 54 if (test__floatunditf(0x1ULL, UINT64_C(0x3fff000000000000), UINT64_C(0x0))) in main() 56 if (test__floatunditf(0x0ULL, UINT64_C(0x0), UINT64_C(0x0))) in main()
|