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

  /external/compiler-rt/test/Unit/
negvsi2_test.c 23 int test__negvsi2(si_int a) function
34 // if (test__negvsi2(0x80000000)) // should abort
36 if (test__negvsi2(0x00000000))
38 if (test__negvsi2(0x00000001))
40 if (test__negvsi2(0x00000002))
42 if (test__negvsi2(0x7FFFFFFE))
44 if (test__negvsi2(0x7FFFFFFF))
46 if (test__negvsi2(0x80000001))
48 if (test__negvsi2(0x80000002))
50 if (test__negvsi2(0xFFFFFFFE)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
negvsi2_test.c 23 int test__negvsi2(si_int a) function
34 // if (test__negvsi2(0x80000000)) // should abort
36 if (test__negvsi2(0x00000000))
38 if (test__negvsi2(0x00000001))
40 if (test__negvsi2(0x00000002))
42 if (test__negvsi2(0x7FFFFFFE))
44 if (test__negvsi2(0x7FFFFFFF))
46 if (test__negvsi2(0x80000001))
48 if (test__negvsi2(0x80000002))
50 if (test__negvsi2(0xFFFFFFFE)
    [all...]

Completed in 32 milliseconds