/external/compiler-rt/test/Unit/ |
mulvsi3_test.c | 23 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(-1, 0, 0) [all...] |
/frameworks/compile/libbcc/runtime/test/Unit/ |
mulvsi3_test.c | 23 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(-1, 0, 0) [all...] |