/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
addvdi3_test.c | 23 int test__addvdi3(di_int a, di_int b) function in typeref:typename:int 28 printf("error in test__addvdi3(0x%llX, 0x%llX) = %lld, expected %lld\n", 35 // test__addvdi3(0x8000000000000000LL, -1); // should abort 36 // test__addvdi3(-1, 0x8000000000000000LL); // should abort 37 // test__addvdi3(1, 0x7FFFFFFFFFFFFFFFLL); // should abort 38 // test__addvdi3(0x7FFFFFFFFFFFFFFFLL, 1); // should abort 40 if (test__addvdi3(0x8000000000000000LL, 1)) 42 if (test__addvdi3(1, 0x8000000000000000LL)) 44 if (test__addvdi3(0x8000000000000000LL, 0)) 46 if (test__addvdi3(0, 0x8000000000000000LL) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
addvdi3_test.c | 23 int test__addvdi3(di_int a, di_int b) function in typeref:typename:int 28 printf("error in test__addvdi3(0x%llX, 0x%llX) = %lld, expected %lld\n", 35 // test__addvdi3(0x8000000000000000LL, -1); // should abort 36 // test__addvdi3(-1, 0x8000000000000000LL); // should abort 37 // test__addvdi3(1, 0x7FFFFFFFFFFFFFFFLL); // should abort 38 // test__addvdi3(0x7FFFFFFFFFFFFFFFLL, 1); // should abort 40 if (test__addvdi3(0x8000000000000000LL, 1)) 42 if (test__addvdi3(1, 0x8000000000000000LL)) 44 if (test__addvdi3(0x8000000000000000LL, 0)) 46 if (test__addvdi3(0, 0x8000000000000000LL) [all...] |