HomeSort by: relevance | last modified time | path
    Searched defs:test__negdi2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
negdi2_test.c 21 int test__negdi2(di_int a, di_int expected) function in typeref:typename:int
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...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
negdi2_test.c 21 int test__negdi2(di_int a, di_int expected) function in typeref:typename:int
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 11 milliseconds