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

/barrelfish-master/lib/compiler-rt/test/
H A Dmulti3_test.c22 int test__multi3(ti_int a, ti_int b, ti_int expected) function
50 if (test__multi3(0, 0, 0))
52 if (test__multi3(0, 1, 0))
54 if (test__multi3(1, 0, 0))
56 if (test__multi3(0, 10, 0))
58 if (test__multi3(10, 0, 0))
60 if (test__multi3(0, 81985529216486895LL, 0))
62 if (test__multi3(81985529216486895LL, 0, 0))
65 if (test__multi3(0, -1, 0))
67 if (test__multi3(
[all...]

Completed in 70 milliseconds