HomeSort by relevance Sort by last modified time
    Searched full:test__negdi2 (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/test/builtins/Unit/
negdi2_test.c 21 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(0xFFFFFFFF00000002LL, 0x00000000FFFFFFFELL)
    [all...]

Completed in 462 milliseconds