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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Ddivmodsi4_test.c22 int test__divmodsi4(si_int a, si_int b, function
44 if (test__divmodsi4(0, 1, 0, 0))
46 if (test__divmodsi4(0, -1, 0, 0))
49 if (test__divmodsi4(2, 1, 2, 0))
51 if (test__divmodsi4(2, -1, -2, 0))
53 if (test__divmodsi4(-2, 1, -2, 0))
55 if (test__divmodsi4(-2, -1, 2, 0))
58 if (test__divmodsi4(7, 5, 1, 2))
60 if (test__divmodsi4(-7, 5, -1, -2))
62 if (test__divmodsi4(1
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Ddivmodsi4_test.c22 int test__divmodsi4(si_int a, si_int b, function
44 if (test__divmodsi4(0, 1, 0, 0))
46 if (test__divmodsi4(0, -1, 0, 0))
49 if (test__divmodsi4(2, 1, 2, 0))
51 if (test__divmodsi4(2, -1, -2, 0))
53 if (test__divmodsi4(-2, 1, -2, 0))
55 if (test__divmodsi4(-2, -1, 2, 0))
58 if (test__divmodsi4(7, 5, 1, 2))
60 if (test__divmodsi4(-7, 5, -1, -2))
62 if (test__divmodsi4(1
[all...]

Completed in 90 milliseconds