Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dfloatditf_test.c27 int test__floatditf(long long a, uint64_t expectedHi, uint64_t expectedLo) in test__floatditf() function
45 …if (test__floatditf(0x7fffffffffffffff, UINT64_C(0x403dffffffffffff), UINT64_C(0xfffc000000000000)… in main()
47 …if (test__floatditf(0x123456789abcdef1, UINT64_C(0x403b23456789abcd), UINT64_C(0xef10000000000000)… in main()
49 if (test__floatditf(0x2, UINT64_C(0x4000000000000000), UINT64_C(0x0))) in main()
51 if (test__floatditf(0x1, UINT64_C(0x3fff000000000000), UINT64_C(0x0))) in main()
53 if (test__floatditf(0x0, UINT64_C(0x0), UINT64_C(0x0))) in main()
55 if (test__floatditf(0xffffffffffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
57 if (test__floatditf(0xfffffffffffffffe, UINT64_C(0xc000000000000000), UINT64_C(0x0))) in main()
59 …if (test__floatditf(-0x123456789abcdef1, UINT64_C(0xc03b23456789abcd), UINT64_C(0xef10000000000000… in main()
61 if (test__floatditf(0x8000000000000000, UINT64_C(0xc03e000000000000), UINT64_C(0x0))) in main()