Searched refs:test__umoddi3 (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | umoddi3_test.c | 21 int test__umoddi3(du_int a, du_int b, du_int expected_r) in test__umoddi3() function 32 if (test__umoddi3(0, 1, 0)) in main() 34 if (test__umoddi3(2, 1, 0)) in main() 36 if (test__umoddi3(0x8000000000000000uLL, 1, 0x0uLL)) in main() 38 if (test__umoddi3(0x8000000000000000uLL, 2, 0x0uLL)) in main() 40 if (test__umoddi3(0xFFFFFFFFFFFFFFFFuLL, 2, 0x1uLL)) in main()
|