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

/barrelfish-master/lib/compiler-rt/test/arm/
H A Daeabi_uidivmod_test.c23 int test__aeabi_uidivmod(su_int a, su_int b, function
49 if (test__aeabi_uidivmod(0, 1, 0, 0))
52 if (test__aeabi_uidivmod(2, 1, 2, 0))
55 if (test__aeabi_uidivmod(19, 5, 3, 4))
58 if (test__aeabi_uidivmod(0x80000000, 8, 0x10000000, 0))
61 if (test__aeabi_uidivmod(0x80000003, 8, 0x10000000, 3))

Completed in 73 milliseconds