Searched refs:test__mulvti3 (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/
H A Dmulvti3_test.c26 int test__mulvti3(ti_int a, ti_int b, ti_int expected) function
52 if (test__mulvti3(0, 0, 0))
54 if (test__mulvti3(0, 1, 0))
56 if (test__mulvti3(1, 0, 0))
58 if (test__mulvti3(0, 10, 0))
60 if (test__mulvti3(10, 0, 0))
62 if (test__mulvti3(0, 81985529216486895LL, 0))
64 if (test__mulvti3(81985529216486895LL, 0, 0))
67 if (test__mulvti3(0, -1, 0))
69 if (test__mulvti3(
[all...]

Completed in 32 milliseconds