multi3_test.c | 21 int test__multi3(ti_int a, ti_int b, ti_int expected) function in typeref:typename:int 49 if (test__multi3(0, 0, 0)) 51 if (test__multi3(0, 1, 0)) 53 if (test__multi3(1, 0, 0)) 55 if (test__multi3(0, 10, 0)) 57 if (test__multi3(10, 0, 0)) 59 if (test__multi3(0, 81985529216486895LL, 0)) 61 if (test__multi3(81985529216486895LL, 0, 0)) 64 if (test__multi3(0, -1, 0)) 66 if (test__multi3(-1, 0, 0) [all...] |