OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__lshrdi3
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/Unit/
lshrdi3_test.c
23
int
test__lshrdi3
(di_int a, si_int b, di_int expected)
function
36
if (
test__lshrdi3
(0x0123456789ABCDEFLL, 0, 0x123456789ABCDEFLL))
38
if (
test__lshrdi3
(0x0123456789ABCDEFLL, 1, 0x91A2B3C4D5E6F7LL))
40
if (
test__lshrdi3
(0x0123456789ABCDEFLL, 2, 0x48D159E26AF37BLL))
42
if (
test__lshrdi3
(0x0123456789ABCDEFLL, 3, 0x2468ACF13579BDLL))
44
if (
test__lshrdi3
(0x0123456789ABCDEFLL, 4, 0x123456789ABCDELL))
47
if (
test__lshrdi3
(0x0123456789ABCDEFLL, 28, 0x12345678LL))
49
if (
test__lshrdi3
(0x0123456789ABCDEFLL, 29, 0x91A2B3CLL))
51
if (
test__lshrdi3
(0x0123456789ABCDEFLL, 30, 0x48D159ELL))
53
if (
test__lshrdi3
(0x0123456789ABCDEFLL, 31, 0x2468ACFLL)
[
all
...]
Completed in 2735 milliseconds