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

/external/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c23 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) function
30 printf("error in test__floatsitf(%d) = %.20Lf, "
43 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0)))
45 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0)))
47 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0)))
49 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0)))
51 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0)))
53 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0)))

Completed in 219 milliseconds