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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dnegdi2_test.c21 int test__negdi2(di_int a, di_int expected) function
34 if (test__negdi2(0, 0))
36 if (test__negdi2(1, -1))
38 if (test__negdi2(-1, 1))
40 if (test__negdi2(2, -2))
42 if (test__negdi2(-2, 2))
44 if (test__negdi2(3, -3))
46 if (test__negdi2(-3, 3))
48 if (test__negdi2(0x00000000FFFFFFFELL, 0xFFFFFFFF00000002LL))
50 if (test__negdi2(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dnegdi2_test.c21 int test__negdi2(di_int a, di_int expected) function
34 if (test__negdi2(0, 0))
36 if (test__negdi2(1, -1))
38 if (test__negdi2(-1, 1))
40 if (test__negdi2(2, -2))
42 if (test__negdi2(-2, 2))
44 if (test__negdi2(3, -3))
46 if (test__negdi2(-3, 3))
48 if (test__negdi2(0x00000000FFFFFFFELL, 0xFFFFFFFF00000002LL))
50 if (test__negdi2(
[all...]

Completed in 92 milliseconds