/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
addvsi3_test.c | 23 int test__addvsi3(si_int a, si_int b) function in typeref:typename:int 28 printf("error in test__addvsi3(0x%X, 0x%X) = %d, expected %d\n", 35 // test__addvsi3(0x80000000, -1); // should abort 36 // test__addvsi3(-1, 0x80000000); // should abort 37 // test__addvsi3(1, 0x7FFFFFFF); // should abort 38 // test__addvsi3(0x7FFFFFFF, 1); // should abort 40 if (test__addvsi3(0x80000000, 1)) 42 if (test__addvsi3(1, 0x80000000)) 44 if (test__addvsi3(0x80000000, 0)) 46 if (test__addvsi3(0, 0x80000000) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
addvsi3_test.c | 23 int test__addvsi3(si_int a, si_int b) function in typeref:typename:int 28 printf("error in test__addvsi3(0x%X, 0x%X) = %d, expected %d\n", 35 // test__addvsi3(0x80000000, -1); // should abort 36 // test__addvsi3(-1, 0x80000000); // should abort 37 // test__addvsi3(1, 0x7FFFFFFF); // should abort 38 // test__addvsi3(0x7FFFFFFF, 1); // should abort 40 if (test__addvsi3(0x80000000, 1)) 42 if (test__addvsi3(1, 0x80000000)) 44 if (test__addvsi3(0x80000000, 0)) 46 if (test__addvsi3(0, 0x80000000) [all...] |