Searched refs:test__negti2 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dnegti2_test.c23 int test__negti2(ti_int a, ti_int expected) function
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_t
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dnegti2_test.c23 int test__negti2(ti_int a, ti_int expected) function
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_t
[all...]

Completed in 86 milliseconds