Searched refs:test__floatunsitf (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| H A D | floatunsitf_test.c | 23 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() function 42 if (test__floatunsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main() 44 if (test__floatunsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main() 46 if (test__floatunsitf(0xffffffff, UINT64_C(0x401efffffffe0000), UINT64_C(0x0))) in main() 48 if (test__floatunsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
|