OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__umoddi3
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
umoddi3_test.c
21
int
test__umoddi3
(du_int a, du_int b, du_int expected_r)
function
32
if (
test__umoddi3
(0, 1, 0))
34
if (
test__umoddi3
(2, 1, 0))
36
if (
test__umoddi3
(0x8000000000000000uLL, 1, 0x0uLL))
38
if (
test__umoddi3
(0x8000000000000000uLL, 2, 0x0uLL))
40
if (
test__umoddi3
(0xFFFFFFFFFFFFFFFFuLL, 2, 0x1uLL))
/frameworks/compile/libbcc/runtime/test/Unit/
umoddi3_test.c
21
int
test__umoddi3
(du_int a, du_int b, du_int expected_r)
function
32
if (
test__umoddi3
(0, 1, 0))
34
if (
test__umoddi3
(2, 1, 0))
36
if (
test__umoddi3
(0x8000000000000000uLL, 1, 0x0uLL))
38
if (
test__umoddi3
(0x8000000000000000uLL, 2, 0x0uLL))
40
if (
test__umoddi3
(0xFFFFFFFFFFFFFFFFuLL, 2, 0x1uLL))
Completed in 409 milliseconds