mulvti3_test.c | 25 int test__mulvti3(ti_int a, ti_int b, ti_int expected) function in typeref:typename:int 51 if (test__mulvti3(0, 0, 0)) 53 if (test__mulvti3(0, 1, 0)) 55 if (test__mulvti3(1, 0, 0)) 57 if (test__mulvti3(0, 10, 0)) 59 if (test__mulvti3(10, 0, 0)) 61 if (test__mulvti3(0, 81985529216486895LL, 0)) 63 if (test__mulvti3(81985529216486895LL, 0, 0)) 66 if (test__mulvti3(0, -1, 0)) 68 if (test__mulvti3(-1, 0, 0) [all...] |