OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__clzsi2
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
clzsi2_test.c
23
int
test__clzsi2
(si_int a, si_int expected)
function
36
// if (
test__clzsi2
(0x00000000, 32)) // undefined
38
if (
test__clzsi2
(0x00800000, 8))
40
if (
test__clzsi2
(0x01000000, 7))
42
if (
test__clzsi2
(0x02000000, 6))
44
if (
test__clzsi2
(0x03000000, 6))
46
if (
test__clzsi2
(0x04000000, 5))
48
if (
test__clzsi2
(0x05000000, 5))
50
if (
test__clzsi2
(0x06000000, 5))
52
if (
test__clzsi2
(0x07000000, 5)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
clzsi2_test.c
23
int
test__clzsi2
(si_int a, si_int expected)
function
36
// if (
test__clzsi2
(0x00000000, 32)) // undefined
38
if (
test__clzsi2
(0x00800000, 8))
40
if (
test__clzsi2
(0x01000000, 7))
42
if (
test__clzsi2
(0x02000000, 6))
44
if (
test__clzsi2
(0x03000000, 6))
46
if (
test__clzsi2
(0x04000000, 5))
48
if (
test__clzsi2
(0x05000000, 5))
50
if (
test__clzsi2
(0x06000000, 5))
52
if (
test__clzsi2
(0x07000000, 5)
[
all
...]
Completed in 2898 milliseconds