Searched refs:test__udivmodsi4 (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/
H A Dudivmodsi4_test.c21 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 25 milliseconds