Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/builtins/Unit/
H A Dfloatditf_test.c20 int test__floatditf(di_int a, uint64_t expectedHi, uint64_t expectedLo) { in test__floatditf() function
37 if (test__floatditf(0x7fffffffffffffff, UINT64_C(0x403dffffffffffff), in main()
40 if (test__floatditf(0x123456789abcdef1, UINT64_C(0x403b23456789abcd), in main()
43 if (test__floatditf(0x2, UINT64_C(0x4000000000000000), UINT64_C(0x0))) in main()
45 if (test__floatditf(0x1, UINT64_C(0x3fff000000000000), UINT64_C(0x0))) in main()
47 if (test__floatditf(0x0, UINT64_C(0x0), UINT64_C(0x0))) in main()
49 if (test__floatditf(0xffffffffffffffff, UINT64_C(0xbfff000000000000), in main()
52 if (test__floatditf(0xfffffffffffffffe, UINT64_C(0xc000000000000000), in main()
55 if (test__floatditf(-0x123456789abcdef1, UINT64_C(0xc03b23456789abcd), in main()
58 if (test__floatditf(0x8000000000000000, UINT64_C(0xc03e000000000000), in main()