Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dashrdi3_test.c23 int test__ashrdi3(di_int a, si_int b, di_int expected) in test__ashrdi3() function
36 if (test__ashrdi3(0x0123456789ABCDEFLL, 0, 0x123456789ABCDEFLL)) in main()
38 if (test__ashrdi3(0x0123456789ABCDEFLL, 1, 0x91A2B3C4D5E6F7LL)) in main()
40 if (test__ashrdi3(0x0123456789ABCDEFLL, 2, 0x48D159E26AF37BLL)) in main()
42 if (test__ashrdi3(0x0123456789ABCDEFLL, 3, 0x2468ACF13579BDLL)) in main()
44 if (test__ashrdi3(0x0123456789ABCDEFLL, 4, 0x123456789ABCDELL)) in main()
47 if (test__ashrdi3(0x0123456789ABCDEFLL, 28, 0x12345678LL)) in main()
49 if (test__ashrdi3(0x0123456789ABCDEFLL, 29, 0x91A2B3CLL)) in main()
51 if (test__ashrdi3(0x0123456789ABCDEFLL, 30, 0x48D159ELL)) in main()
53 if (test__ashrdi3(0x0123456789ABCDEFLL, 31, 0x2468ACFLL)) in main()
[all …]