Searched refs:expected_rem (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | udivmodsi4_test.c | 22 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()
|
D | divmodsi4_test.c | 23 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/ |
D | udivmodsi4_test.c | 12 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()
|
D | divmodsi4_test.c | 13 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/ |
D | aeabi_uidivmod_test.c | 13 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()
|
D | aeabi_idivmod_test.c | 13 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()
|