OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__absvti2
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
absvti2_test.c
26
int
test__absvti2
(ti_int a)
function
54
// if (
test__absvti2
(make_ti(0x8000000000000000LL, 0))) // should abort
56
if (
test__absvti2
(0x0000000000000000LL))
58
if (
test__absvti2
(0x0000000000000001LL))
60
if (
test__absvti2
(0x0000000000000002LL))
62
if (
test__absvti2
(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFELL)))
64
if (
test__absvti2
(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL)))
66
if (
test__absvti2
(make_ti(0x8000000000000000LL, 0x0000000000000001LL)))
68
if (
test__absvti2
(make_ti(0x8000000000000000LL, 0x0000000000000002LL)))
70
if (
test__absvti2
(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFELL))
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
absvti2_test.c
26
int
test__absvti2
(ti_int a)
function
54
// if (
test__absvti2
(make_ti(0x8000000000000000LL, 0))) // should abort
56
if (
test__absvti2
(0x0000000000000000LL))
58
if (
test__absvti2
(0x0000000000000001LL))
60
if (
test__absvti2
(0x0000000000000002LL))
62
if (
test__absvti2
(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFELL)))
64
if (
test__absvti2
(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL)))
66
if (
test__absvti2
(make_ti(0x8000000000000000LL, 0x0000000000000001LL)))
68
if (
test__absvti2
(make_ti(0x8000000000000000LL, 0x0000000000000002LL)))
70
if (
test__absvti2
(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFELL))
[
all
...]
Completed in 1321 milliseconds