Searched refs:expected_q (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dudivdi3_test.c21 int test__udivdi3(du_int a, du_int b, du_int expected_q) argument
24 if (q != expected_q)
26 a, b, q, expected_q);
27 return q != expected_q;
H A Dudivti3_test.c23 int test__udivti3(tu_int a, tu_int b, tu_int expected_q) argument
26 if (q != expected_q)
35 expected_qt.all = expected_q;
41 return q != expected_q;
H A Dudivsi3_test.c21 int test__udivsi3(su_int a, su_int b, su_int expected_q) argument
24 if (q != expected_q)
26 a, b, q, expected_q);
27 return q != expected_q;
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.c24 int test__udivmodti4(tu_int a, tu_int b, tu_int expected_q, tu_int expected_r) argument
28 if (q != expected_q || r != expected_r)
35 expected_qt.all = expected_q;
49 return !(q == expected_q && r == expected_r);
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dudivdi3_test.c21 int test__udivdi3(du_int a, du_int b, du_int expected_q) argument
24 if (q != expected_q)
26 a, b, q, expected_q);
27 return q != expected_q;
H A Dudivti3_test.c23 int test__udivti3(tu_int a, tu_int b, tu_int expected_q) argument
26 if (q != expected_q)
35 expected_qt.all = expected_q;
41 return q != expected_q;
H A Dudivsi3_test.c21 int test__udivsi3(su_int a, su_int b, su_int expected_q) argument
24 if (q != expected_q)
26 a, b, q, expected_q);
27 return q != expected_q;
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.c24 int test__udivmodti4(tu_int a, tu_int b, tu_int expected_q, tu_int expected_r) argument
28 if (q != expected_q || r != expected_r)
35 expected_qt.all = expected_q;
49 return !(q == expected_q && r == expected_r);
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Ddsatest.c201 static const unsigned char expected_q[]= { local
245 || !TEST_ptr(q_in = BN_bin2bn(expected_q, sizeof(expected_q), NULL))

Completed in 433 milliseconds