/external/compiler-rt/test/Unit/ |
modsi3_test.c | 22 int test__modsi3(si_int a, si_int b, si_int expected) { function 31 if (test__modsi3(0, 1, 0)) 33 if (test__modsi3(0, -1, 0)) 36 if (test__modsi3(5, 3, 2)) 38 if (test__modsi3(5, -3, 2)) 40 if (test__modsi3(-5, 3, -2)) 42 if (test__modsi3(-5, -3, -2)) 45 if (test__modsi3(0x80000000, 1, 0x0)) 47 if (test__modsi3(0x80000000, 2, 0x0)) 49 if (test__modsi3(0x80000000, -2, 0x0) [all...] |
/frameworks/compile/libbcc/runtime/test/Unit/ |
modsi3_test.c | 22 int test__modsi3(si_int a, si_int b, si_int expected) { function 31 if (test__modsi3(0, 1, 0)) 33 if (test__modsi3(0, -1, 0)) 36 if (test__modsi3(5, 3, 2)) 38 if (test__modsi3(5, -3, 2)) 40 if (test__modsi3(-5, 3, -2)) 42 if (test__modsi3(-5, -3, -2)) 45 if (test__modsi3(0x80000000, 1, 0x0)) 47 if (test__modsi3(0x80000000, 2, 0x0)) 49 if (test__modsi3(0x80000000, -2, 0x0) [all...] |