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

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dmulvsi3_test.c23 int test__mulvsi3(si_int a, si_int b, si_int expected) function
34 if (test__mulvsi3(0, 0, 0))
36 if (test__mulvsi3(0, 1, 0))
38 if (test__mulvsi3(1, 0, 0))
40 if (test__mulvsi3(0, 10, 0))
42 if (test__mulvsi3(10, 0, 0))
44 if (test__mulvsi3(0, 0x1234567, 0))
46 if (test__mulvsi3(0x1234567, 0, 0))
49 if (test__mulvsi3(0, -1, 0))
51 if (test__mulvsi3(
[all...]

Completed in 221 milliseconds