Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/runtime/test/Unit/
Dumoddi3_test.c21 int test__umoddi3(du_int a, du_int b, du_int expected_r) in test__umoddi3() argument
24 if (r != expected_r) in test__umoddi3()
26 a, b, r, expected_r); in test__umoddi3()
27 return r != expected_r; in test__umoddi3()
Dumodsi3_test.c21 int test__umodsi3(su_int a, su_int b, su_int expected_r) in test__umodsi3() argument
24 if (r != expected_r) in test__umodsi3()
26 a, b, r, expected_r); in test__umodsi3()
27 return r != expected_r; in test__umodsi3()
Dudivmoddi4_test.c22 int test__udivmoddi4(du_int a, du_int b, du_int expected_q, du_int expected_r) in test__udivmoddi4() argument
26 if (q != expected_q || r != expected_r) in test__udivmoddi4()
28 a, b, q, r, expected_q, expected_r); in test__udivmoddi4()
29 return !(q == expected_q && r == expected_r); in test__udivmoddi4()
Dumodti3_test.c23 int test__umodti3(tu_int a, tu_int b, tu_int expected_r) in test__umodti3() argument
26 if (r != expected_r) in test__umodti3()
35 expected_rt.all = expected_r; in test__umodti3()
41 return r != expected_r; in test__umodti3()