Searched defs:test__negvsi2 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
H A Dnegvsi2_test.c23 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(
[all...]

Completed in 72 milliseconds