Home
last modified time | relevance | path

Searched refs:test__negvdi2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Dnegvdi2_test.c23 int test__negvdi2(di_int a) in test__negvdi2() function
37 if (test__negvdi2(0x0000000000000000LL)) in main()
39 if (test__negvdi2(0x0000000000000001LL)) in main()
41 if (test__negvdi2(0x0000000000000002LL)) in main()
43 if (test__negvdi2(0x7FFFFFFFFFFFFFFELL)) in main()
45 if (test__negvdi2(0x7FFFFFFFFFFFFFFFLL)) in main()
47 if (test__negvdi2(0x8000000000000001LL)) in main()
49 if (test__negvdi2(0x8000000000000002LL)) in main()
51 if (test__negvdi2(0xFFFFFFFFFFFFFFFELL)) in main()
53 if (test__negvdi2(0xFFFFFFFFFFFFFFFFLL)) in main()