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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dashrdi3_test.c23 int test__ashrdi3(di_int a, si_int b, di_int expected) function
36 if (test__ashrdi3(0x0123456789ABCDEFLL, 0, 0x123456789ABCDEFLL))
38 if (test__ashrdi3(0x0123456789ABCDEFLL, 1, 0x91A2B3C4D5E6F7LL))
40 if (test__ashrdi3(0x0123456789ABCDEFLL, 2, 0x48D159E26AF37BLL))
42 if (test__ashrdi3(0x0123456789ABCDEFLL, 3, 0x2468ACF13579BDLL))
44 if (test__ashrdi3(0x0123456789ABCDEFLL, 4, 0x123456789ABCDELL))
47 if (test__ashrdi3(0x0123456789ABCDEFLL, 28, 0x12345678LL))
49 if (test__ashrdi3(0x0123456789ABCDEFLL, 29, 0x91A2B3CLL))
51 if (test__ashrdi3(0x0123456789ABCDEFLL, 30, 0x48D159ELL))
53 if (test__ashrdi3(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dashrdi3_test.c23 int test__ashrdi3(di_int a, si_int b, di_int expected) function
36 if (test__ashrdi3(0x0123456789ABCDEFLL, 0, 0x123456789ABCDEFLL))
38 if (test__ashrdi3(0x0123456789ABCDEFLL, 1, 0x91A2B3C4D5E6F7LL))
40 if (test__ashrdi3(0x0123456789ABCDEFLL, 2, 0x48D159E26AF37BLL))
42 if (test__ashrdi3(0x0123456789ABCDEFLL, 3, 0x2468ACF13579BDLL))
44 if (test__ashrdi3(0x0123456789ABCDEFLL, 4, 0x123456789ABCDELL))
47 if (test__ashrdi3(0x0123456789ABCDEFLL, 28, 0x12345678LL))
49 if (test__ashrdi3(0x0123456789ABCDEFLL, 29, 0x91A2B3CLL))
51 if (test__ashrdi3(0x0123456789ABCDEFLL, 30, 0x48D159ELL))
53 if (test__ashrdi3(
[all...]

Completed in 124 milliseconds