Home
last modified time | relevance | path

Searched refs:test__udivmoddi4 (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dudivmoddi4_test.c22 int test__udivmoddi4(du_int a, du_int b, du_int expected_q, du_int expected_r) in test__udivmoddi4() function
20635 if (test__udivmoddi4(tests[i][0], tests[i][1], tests[i][2], tests[i][3])) in main()