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

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dmuldi3_test.c19 int test__muldi3(di_int a, di_int b, di_int expected) function
32 if (test__muldi3(0, 0, 0))
34 if (test__muldi3(0, 1, 0))
36 if (test__muldi3(1, 0, 0))
38 if (test__muldi3(0, 10, 0))
40 if (test__muldi3(10, 0, 0))
42 if (test__muldi3(0, 81985529216486895LL, 0))
44 if (test__muldi3(81985529216486895LL, 0, 0))
47 if (test__muldi3(0, -1, 0))
49 if (test__muldi3(
[all...]

Completed in 82 milliseconds