muloti4_test.c | 25 int test__muloti4(ti_int a, ti_int b, ti_int expected, int expected_overflow) function in typeref:typename:int 71 if (test__muloti4(0, 0, 0, 0)) 73 if (test__muloti4(0, 1, 0, 0)) 75 if (test__muloti4(1, 0, 0, 0)) 77 if (test__muloti4(0, 10, 0, 0)) 79 if (test__muloti4(10, 0, 0, 0)) 81 if (test__muloti4(0, 81985529216486895LL, 0, 0)) 83 if (test__muloti4(81985529216486895LL, 0, 0, 0)) 86 if (test__muloti4(0, -1, 0, 0)) 88 if (test__muloti4(-1, 0, 0, 0) [all...] |