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

/barrelfish-master/lib/compiler-rt/test/arm/
H A Daeabi_idivmod_test.c23 int test__aeabi_idivmod(si_int a, si_int b, function
49 if (test__aeabi_idivmod(0, 1, 0, 0))
51 if (test__aeabi_idivmod(0, -1, 0, 0))
54 if (test__aeabi_idivmod(2, 1, 2, 0))
56 if (test__aeabi_idivmod(2, -1, -2, 0))
58 if (test__aeabi_idivmod(-2, 1, -2, 0))
60 if (test__aeabi_idivmod(-2, -1, 2, 0))
63 if (test__aeabi_idivmod(7, 5, 1, 2))
65 if (test__aeabi_idivmod(-7, 5, -1, -2))
67 if (test__aeabi_idivmod(1
[all...]

Completed in 67 milliseconds