OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__udivmodsi4
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/Unit/
udivmodsi4_test.c
21
int
test__udivmodsi4
(su_int a, su_int b,
function
43
if (
test__udivmodsi4
(0, 1, 0, 0))
46
if (
test__udivmodsi4
(2, 1, 2, 0))
49
if (
test__udivmodsi4
(19, 5, 3, 4))
52
if (
test__udivmodsi4
(0x80000000, 8, 0x10000000, 0))
55
if (
test__udivmodsi4
(0x80000003, 8, 0x10000000, 3))
Completed in 74 milliseconds