Home
last modified time | relevance | path

Searched refs:expected_rem (Results 1 – 2 of 2) 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()