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

/barrelfish-master/lib/compiler-rt/test/
H A Dmodsi3_test.c22 int test__modsi3(si_int a, si_int b, si_int expected) { function
31 if (test__modsi3(0, 1, 0))
33 if (test__modsi3(0, -1, 0))
36 if (test__modsi3(5, 3, 2))
38 if (test__modsi3(5, -3, 2))
40 if (test__modsi3(-5, 3, -2))
42 if (test__modsi3(-5, -3, -2))
45 if (test__modsi3(0x80000000, 1, 0x0))
47 if (test__modsi3(0x80000000, 2, 0x0))
49 if (test__modsi3(
[all...]

Completed in 31 milliseconds