OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__udivdi3
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/libbcc/runtime/test/Unit/
udivdi3_test.c
21
int
test__udivdi3
(du_int a, du_int b, du_int expected_q)
function
32
if (
test__udivdi3
(0, 1, 0))
34
if (
test__udivdi3
(2, 1, 2))
36
if (
test__udivdi3
(0x8000000000000000uLL, 1, 0x8000000000000000uLL))
38
if (
test__udivdi3
(0x8000000000000000uLL, 2, 0x4000000000000000uLL))
40
if (
test__udivdi3
(0xFFFFFFFFFFFFFFFFuLL, 2, 0x7FFFFFFFFFFFFFFFuLL))
Completed in 29 milliseconds