OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__addvdi3
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
addvdi3_test.c
23
int
test__addvdi3
(di_int a, di_int b)
function
28
printf("error in
test__addvdi3
(0x%llX, 0x%llX) = %lld, expected %lld\n",
35
//
test__addvdi3
(0x8000000000000000LL, -1); // should abort
36
//
test__addvdi3
(-1, 0x8000000000000000LL); // should abort
37
//
test__addvdi3
(1, 0x7FFFFFFFFFFFFFFFLL); // should abort
38
//
test__addvdi3
(0x7FFFFFFFFFFFFFFFLL, 1); // should abort
40
if (
test__addvdi3
(0x8000000000000000LL, 1))
42
if (
test__addvdi3
(1, 0x8000000000000000LL))
44
if (
test__addvdi3
(0x8000000000000000LL, 0))
46
if (
test__addvdi3
(0, 0x8000000000000000LL)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
addvdi3_test.c
23
int
test__addvdi3
(di_int a, di_int b)
function
28
printf("error in
test__addvdi3
(0x%llX, 0x%llX) = %lld, expected %lld\n",
35
//
test__addvdi3
(0x8000000000000000LL, -1); // should abort
36
//
test__addvdi3
(-1, 0x8000000000000000LL); // should abort
37
//
test__addvdi3
(1, 0x7FFFFFFFFFFFFFFFLL); // should abort
38
//
test__addvdi3
(0x7FFFFFFFFFFFFFFFLL, 1); // should abort
40
if (
test__addvdi3
(0x8000000000000000LL, 1))
42
if (
test__addvdi3
(1, 0x8000000000000000LL))
44
if (
test__addvdi3
(0x8000000000000000LL, 0))
46
if (
test__addvdi3
(0, 0x8000000000000000LL)
[
all
...]
Completed in 195 milliseconds