OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__negvdi2
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
negvdi2_test.c
23
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
(0xFFFFFFFFFFFFFFFELL)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
negvdi2_test.c
23
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
(0xFFFFFFFFFFFFFFFELL)
[
all
...]
Completed in 136 milliseconds