/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | udivdi3_test.c | 11 int test__udivdi3(du_int a, du_int b, du_int expected_q) in test__udivdi3() argument 14 if (q != expected_q) in test__udivdi3() 16 a, b, q, expected_q); in test__udivdi3() 17 return q != expected_q; in test__udivdi3()
|
D | udivsi3_test.c | 11 int test__udivsi3(su_int a, su_int b, su_int expected_q) in test__udivsi3() argument 14 if (q != expected_q) in test__udivsi3() 16 a, b, q, expected_q); in test__udivsi3() 17 return q != expected_q; in test__udivsi3()
|
D | udivmoddi4_test.c | 12 int test__udivmoddi4(du_int a, du_int b, du_int expected_q, du_int expected_r) in test__udivmoddi4() argument 16 if (q != expected_q || r != expected_r) in test__udivmoddi4() 18 a, b, q, r, expected_q, expected_r); in test__udivmoddi4() 19 return !(q == expected_q && r == expected_r); in test__udivmoddi4()
|
D | udivti3_test.c | 14 int test__udivti3(tu_int a, tu_int b, tu_int expected_q) in test__udivti3() argument 17 if (q != expected_q) in test__udivti3() 26 expected_qt.all = expected_q; in test__udivti3() 32 return q != expected_q; in test__udivti3()
|
D | divmodti4_test.c | 26 int test__divmodti4(ti_int a, ti_int b, ti_int expected_q, ti_int expected_r) { in test__divmodti4() argument 29 if (q != expected_q || r != expected_r) in test__divmodti4() 36 expected_qt.all = expected_q; in test__divmodti4() 50 return !(q == expected_q && r == expected_r); in test__divmodti4()
|
/external/compiler-rt/test/builtins/Unit/ |
D | udivdi3_test.c | 21 int test__udivdi3(du_int a, du_int b, du_int expected_q) in test__udivdi3() argument 24 if (q != expected_q) in test__udivdi3() 26 a, b, q, expected_q); in test__udivdi3() 27 return q != expected_q; in test__udivdi3()
|
D | udivsi3_test.c | 21 int test__udivsi3(su_int a, su_int b, su_int expected_q) in test__udivsi3() argument 24 if (q != expected_q) in test__udivsi3() 26 a, b, q, expected_q); in test__udivsi3() 27 return q != expected_q; in test__udivsi3()
|
D | udivmoddi4_test.c | 22 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()
|
D | udivti3_test.c | 23 int test__udivti3(tu_int a, tu_int b, tu_int expected_q) in test__udivti3() argument 26 if (q != expected_q) in test__udivti3() 35 expected_qt.all = expected_q; in test__udivti3() 41 return q != expected_q; in test__udivti3()
|
/external/llvm-project/compiler-rt/test/builtins/Unit/arm/ |
D | aeabi_uldivmod_test.c | 12 int test_aeabi_uldivmod(du_int a, du_int b, du_int expected_q, du_int expected_r) in test_aeabi_uldivmod() argument 29 if (q != expected_q || r != expected_r) in test_aeabi_uldivmod() 31 a, b, q, r, expected_q, expected_r); in test_aeabi_uldivmod() 32 return !(q == expected_q && r == expected_r); in test_aeabi_uldivmod()
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_serialization.py | 1146 expected_q = 1230879958723280233885494314531920096931919647917 1156 dsa.DSAParameterNumbers(expected_p, expected_q, expected_g)
|