/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
negti2_test.c | 23 int test__negti2(ti_int a, ti_int expected) function in typeref:typename:int 48 if (test__negti2(0, 0)) 50 if (test__negti2(1, -1)) 52 if (test__negti2(-1, 1)) 54 if (test__negti2(2, -2)) 56 if (test__negti2(-2, 2)) 58 if (test__negti2(3, -3)) 60 if (test__negti2(-3, 3)) 62 if (test__negti2(make_ti(0x0000000000000000LL, 0x00000000FFFFFFFELL), 65 if (test__negti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFF00000002LL) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
negti2_test.c | 23 int test__negti2(ti_int a, ti_int expected) function in typeref:typename:int 48 if (test__negti2(0, 0)) 50 if (test__negti2(1, -1)) 52 if (test__negti2(-1, 1)) 54 if (test__negti2(2, -2)) 56 if (test__negti2(-2, 2)) 58 if (test__negti2(3, -3)) 60 if (test__negti2(-3, 3)) 62 if (test__negti2(make_ti(0x0000000000000000LL, 0x00000000FFFFFFFELL), 65 if (test__negti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFF00000002LL) [all...] |