HomeSort by relevance Sort by last modified time
    Searched refs:test__negti2 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/Unit/
negti2_test.c 23 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_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFF00000002LL)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
negti2_test.c 23 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_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFF00000002LL)
    [all...]

Completed in 473 milliseconds