Searched refs:test__floatditf (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/compiler-rt/test/
H A Dfloatditf_test.c27 int test__floatditf(long long a, uint64_t expectedHi, uint64_t expectedLo) function
45 if (test__floatditf(0x7fffffffffffffff, UINT64_C(0x403dffffffffffff), UINT64_C(0xfffc000000000000)))
47 if (test__floatditf(0x123456789abcdef1, UINT64_C(0x403b23456789abcd), UINT64_C(0xef10000000000000)))
49 if (test__floatditf(0x2, UINT64_C(0x4000000000000000), UINT64_C(0x0)))
51 if (test__floatditf(0x1, UINT64_C(0x3fff000000000000), UINT64_C(0x0)))
53 if (test__floatditf(0x0, UINT64_C(0x0), UINT64_C(0x0)))
55 if (test__floatditf(0xffffffffffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0)))
57 if (test__floatditf(0xfffffffffffffffe, UINT64_C(0xc000000000000000), UINT64_C(0x0)))
59 if (test__floatditf(-0x123456789abcdef1, UINT64_C(0xc03b23456789abcd), UINT64_C(0xef10000000000000)))
61 if (test__floatditf(
[all...]

Completed in 74 milliseconds