Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dudivmodsi4_test.c21 int test__udivmodsi4(su_int a, su_int b, in test__udivmodsi4() function
43 if (test__udivmodsi4(0, 1, 0, 0)) in main()
46 if (test__udivmodsi4(2, 1, 2, 0)) in main()
49 if (test__udivmodsi4(19, 5, 3, 4)) in main()
52 if (test__udivmodsi4(0x80000000, 8, 0x10000000, 0)) in main()
55 if (test__udivmodsi4(0x80000003, 8, 0x10000000, 3)) in main()