mulosi4_test.c | 23 int test__mulosi4(si_int a, si_int b, si_int expected, int expected_overflow) function in typeref:typename:int 42 if (test__mulosi4(0, 0, 0, 0)) 44 if (test__mulosi4(0, 1, 0, 0)) 46 if (test__mulosi4(1, 0, 0, 0)) 48 if (test__mulosi4(0, 10, 0, 0)) 50 if (test__mulosi4(10, 0, 0, 0)) 52 if (test__mulosi4(0, 0x1234567, 0, 0)) 54 if (test__mulosi4(0x1234567, 0, 0, 0)) 57 if (test__mulosi4(0, -1, 0, 0)) 59 if (test__mulosi4(-1, 0, 0, 0) [all...] |