OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test__lshrdi3
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/test/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
...]
/src/sys/external/bsd/compiler_rt/dist/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 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026