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

/barrelfish-master/lib/compiler-rt/test/
H A Dmuloti4_test.c26 int test__muloti4(ti_int a, ti_int b, ti_int expected, int expected_overflow) function
72 if (test__muloti4(0, 0, 0, 0))
74 if (test__muloti4(0, 1, 0, 0))
76 if (test__muloti4(1, 0, 0, 0))
78 if (test__muloti4(0, 10, 0, 0))
80 if (test__muloti4(10, 0, 0, 0))
82 if (test__muloti4(0, 81985529216486895LL, 0, 0))
84 if (test__muloti4(81985529216486895LL, 0, 0, 0))
87 if (test__muloti4(0, -1, 0, 0))
89 if (test__muloti4(
[all...]

Completed in 501 milliseconds