OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__clzsi2
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/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 167 milliseconds