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

  /external/compiler-rt/test/Unit/
negvti2_test.c 26 int test__negvti2(ti_int a) function
50 if (test__negvti2(0))
52 if (test__negvti2(1))
54 if (test__negvti2(-1))
56 if (test__negvti2(2))
58 if (test__negvti2(-2))
60 if (test__negvti2(3))
62 if (test__negvti2(-3))
64 if (test__negvti2(make_ti(0x0000000000000000LL, 0x00000000FFFFFFFELL)))
66 if (test__negvti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFF00000002LL))
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
negvti2_test.c 26 int test__negvti2(ti_int a) function
50 if (test__negvti2(0))
52 if (test__negvti2(1))
54 if (test__negvti2(-1))
56 if (test__negvti2(2))
58 if (test__negvti2(-2))
60 if (test__negvti2(3))
62 if (test__negvti2(-3))
64 if (test__negvti2(make_ti(0x0000000000000000LL, 0x00000000FFFFFFFELL)))
66 if (test__negvti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFF00000002LL))
    [all...]

Completed in 80 milliseconds