Searched refs:test__aeabi_uidivmod (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/compiler-rt/test/builtins/Unit/arm/ |
D | aeabi_uidivmod_test.c | 12 int test__aeabi_uidivmod(su_int a, su_int b, in test__aeabi_uidivmod() function 38 if (test__aeabi_uidivmod(0, 1, 0, 0)) in main() 41 if (test__aeabi_uidivmod(2, 1, 2, 0)) in main() 44 if (test__aeabi_uidivmod(19, 5, 3, 4)) in main() 47 if (test__aeabi_uidivmod(0x80000000, 8, 0x10000000, 0)) in main() 50 if (test__aeabi_uidivmod(0x80000003, 8, 0x10000000, 3)) in main()
|