OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__ucmpdi2
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/Unit/
ucmpdi2_test.c
23
int
test__ucmpdi2
(du_int a, du_int b, si_int expected)
function
34
if (
test__ucmpdi2
(0, 0, 1))
36
if (
test__ucmpdi2
(1, 1, 1))
38
if (
test__ucmpdi2
(2, 2, 1))
40
if (
test__ucmpdi2
(0x7FFFFFFF, 0x7FFFFFFF, 1))
42
if (
test__ucmpdi2
(0x80000000, 0x80000000, 1))
44
if (
test__ucmpdi2
(0x80000001, 0x80000001, 1))
46
if (
test__ucmpdi2
(0xFFFFFFFF, 0xFFFFFFFF, 1))
48
if (
test__ucmpdi2
(0x000000010000000LL, 0x000000010000000LL, 1))
50
if (
test__ucmpdi2
(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL, 1)
[
all
...]
Completed in 51 milliseconds