Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dudivmodsi4_test.c22 su_int expected_result, su_int expected_rem) in test__udivmodsi4() argument
31 if (rem != expected_rem) { in test__udivmodsi4()
33 a, b, rem, expected_rem); in test__udivmodsi4()
Ddivmodsi4_test.c23 si_int expected_result, si_int expected_rem) in test__divmodsi4() argument
32 if (rem != expected_rem) { in test__divmodsi4()
34 a, b, rem, expected_rem); in test__divmodsi4()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dudivmodsi4_test.c12 su_int expected_result, su_int expected_rem) in test__udivmodsi4() argument
21 if (rem != expected_rem) { in test__udivmodsi4()
23 a, b, rem, expected_rem); in test__udivmodsi4()
Ddivmodsi4_test.c13 si_int expected_result, si_int expected_rem) in test__divmodsi4() argument
22 if (rem != expected_rem) { in test__divmodsi4()
24 a, b, rem, expected_rem); in test__divmodsi4()
/external/llvm-project/compiler-rt/test/builtins/Unit/arm/
Daeabi_uidivmod_test.c13 su_int expected_result, su_int expected_rem) in test__aeabi_uidivmod() argument
24 if (rem != expected_rem) { in test__aeabi_uidivmod()
26 a, b, rem, expected_rem); in test__aeabi_uidivmod()
Daeabi_idivmod_test.c13 si_int expected_result, si_int expected_rem) in test__aeabi_idivmod() argument
24 if (rem != expected_rem) { in test__aeabi_idivmod()
26 a, b, rem, expected_rem); in test__aeabi_idivmod()