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

/barrelfish-master/lib/compiler-rt/test/
H A Dumoddi3_test.c21 int test__umoddi3(du_int a, du_int b, du_int expected_r) argument
24 if (r != expected_r)
26 a, b, r, expected_r);
27 return r != expected_r;
H A Dumodti3_test.c24 int test__umodti3(tu_int a, tu_int b, tu_int expected_r) argument
27 if (r != expected_r)
36 expected_rt.all = expected_r;
42 return r != expected_r;
H A Dumodsi3_test.c21 int test__umodsi3(su_int a, su_int b, su_int expected_r) argument
24 if (r != expected_r)
26 a, b, r, expected_r);
27 return r != expected_r;
H A Dudivmoddi4_test.c22 int test__udivmoddi4(du_int a, du_int b, du_int expected_q, du_int expected_r) argument
26 if (q != expected_q || r != expected_r)
28 a, b, q, r, expected_q, expected_r);
29 return !(q == expected_q && r == expected_r);
[all...]
H A Dudivmodti4_test.c25 int test__udivmodti4(tu_int a, tu_int b, tu_int expected_q, tu_int expected_r) argument
29 if (q != expected_q || r != expected_r)
38 expected_rt.all = expected_r;
50 return !(q == expected_q && r == expected_r);
[all...]
/barrelfish-master/lib/compiler-rt/test/arm/
H A Daeabi_uldivmod_test.c23 int test_aeabi_uldivmod(du_int a, du_int b, du_int expected_q, du_int expected_r) argument
40 if (q != expected_q || r != expected_r)
42 a, b, q, r, expected_q, expected_r);
43 return !(q == expected_q && r == expected_r);
[all...]

Completed in 201 milliseconds