mulodi4_test.c | 19 int test__mulodi4(di_int a, di_int b, di_int expected, int expected_overflow) function in typeref:typename:int 37 if (test__mulodi4(0, 0, 0, 0)) 39 if (test__mulodi4(0, 1, 0, 0)) 41 if (test__mulodi4(1, 0, 0, 0)) 43 if (test__mulodi4(0, 10, 0, 0)) 45 if (test__mulodi4(10, 0, 0, 0)) 47 if (test__mulodi4(0, 81985529216486895LL, 0, 0)) 49 if (test__mulodi4(81985529216486895LL, 0, 0, 0)) 52 if (test__mulodi4(0, -1, 0, 0)) 54 if (test__mulodi4(-1, 0, 0, 0) [all...] |