Searched refs:test__floatunditf (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | floatunditf_test.c | 27 int test__floatunditf(unsigned long long a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunditf() function 45 …if (test__floatunditf(0xffffffffffffffffULL, UINT64_C(0x403effffffffffff), UINT64_C(0xfffe00000000… in main() 47 …if (test__floatunditf(0xfffffffffffffffeULL, UINT64_C(0x403effffffffffff), UINT64_C(0xfffc00000000… in main() 49 if (test__floatunditf(0x8000000000000000ULL, UINT64_C(0x403e000000000000), UINT64_C(0x0))) in main() 51 …if (test__floatunditf(0x7fffffffffffffffULL, UINT64_C(0x403dffffffffffff), UINT64_C(0xfffc00000000… in main() 53 …if (test__floatunditf(0x123456789abcdef1ULL, UINT64_C(0x403b23456789abcd), UINT64_C(0xef1000000000… in main() 55 if (test__floatunditf(0x2ULL, UINT64_C(0x4000000000000000), UINT64_C(0x0))) in main() 57 if (test__floatunditf(0x1ULL, UINT64_C(0x3fff000000000000), UINT64_C(0x0))) in main() 59 if (test__floatunditf(0x0ULL, UINT64_C(0x0), UINT64_C(0x0))) in main()
|