OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__umoddi3
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/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 402 milliseconds