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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
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))
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
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 135 milliseconds