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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixunstfsi_test.c22 int test__fixunstfsi(long double a, unsigned int expected) function
29 printf("error in test__fixunstfsi(%.20Lf) = %u, "
42 if (test__fixunstfsi(makeInf128(), UINT32_C(0xffffffff)))
44 if (test__fixunstfsi(0, UINT32_C(0x0)))
46 if (test__fixunstfsi(0x1.23456789abcdefp+5, UINT32_C(0x24)))
48 if (test__fixunstfsi(0x1.23456789abcdefp-3, UINT32_C(0x0)))
50 if (test__fixunstfsi(0x1.23456789abcdefp+20, UINT32_C(0x123456)))
52 if (test__fixunstfsi(0x1.23456789abcdefp+40, UINT32_C(0xffffffff)))
54 if (test__fixunstfsi(0x1.23456789abcdefp+256, UINT32_C(0xffffffff)))
56 if (test__fixunstfsi(
[all...]

Completed in 116 milliseconds