OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__absvdi2
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
absvdi2_test.c
24
int
test__absvdi2
(di_int a)
function
38
// if (
test__absvdi2
(0x8000000000000000LL)) // should abort
40
if (
test__absvdi2
(0x0000000000000000LL))
42
if (
test__absvdi2
(0x0000000000000001LL))
44
if (
test__absvdi2
(0x0000000000000002LL))
46
if (
test__absvdi2
(0x7FFFFFFFFFFFFFFELL))
48
if (
test__absvdi2
(0x7FFFFFFFFFFFFFFFLL))
50
if (
test__absvdi2
(0x8000000000000001LL))
52
if (
test__absvdi2
(0x8000000000000002LL))
54
if (
test__absvdi2
(0xFFFFFFFFFFFFFFFELL)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
absvdi2_test.c
24
int
test__absvdi2
(di_int a)
function
38
// if (
test__absvdi2
(0x8000000000000000LL)) // should abort
40
if (
test__absvdi2
(0x0000000000000000LL))
42
if (
test__absvdi2
(0x0000000000000001LL))
44
if (
test__absvdi2
(0x0000000000000002LL))
46
if (
test__absvdi2
(0x7FFFFFFFFFFFFFFELL))
48
if (
test__absvdi2
(0x7FFFFFFFFFFFFFFFLL))
50
if (
test__absvdi2
(0x8000000000000001LL))
52
if (
test__absvdi2
(0x8000000000000002LL))
54
if (
test__absvdi2
(0xFFFFFFFFFFFFFFFELL)
[
all
...]
Completed in 2664 milliseconds