Searched refs:test__negvdi2 (Results 1 - 1 of 1) sorted by path

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dnegvdi2_test.c23 int test__negvdi2(di_int a) function
35 // if (test__negvdi2(0x8000000000000000LL)) // should abort
37 if (test__negvdi2(0x0000000000000000LL))
39 if (test__negvdi2(0x0000000000000001LL))
41 if (test__negvdi2(0x0000000000000002LL))
43 if (test__negvdi2(0x7FFFFFFFFFFFFFFELL))
45 if (test__negvdi2(0x7FFFFFFFFFFFFFFFLL))
47 if (test__negvdi2(0x8000000000000001LL))
49 if (test__negvdi2(0x8000000000000002LL))
51 if (test__negvdi2(
[all...]

Completed in 85 milliseconds