OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BottomUpTree
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/test/bench/shootout/
binary-tree.c
74
treeNode*
BottomUpTree
(long item, unsigned depth)
79
BottomUpTree
(2 * item - 1, depth - 1),
80
BottomUpTree
(2 * item, depth - 1),
85
} /*
BottomUpTree
() */
116
stretchTree =
BottomUpTree
(0, stretchDepth);
126
longLivedTree =
BottomUpTree
(0, maxDepth);
138
tempTree =
BottomUpTree
(i, depth);
142
tempTree =
BottomUpTree
(-i, depth);
/prebuilts/go/linux-x86/test/bench/shootout/
binary-tree.c
74
treeNode*
BottomUpTree
(long item, unsigned depth)
79
BottomUpTree
(2 * item - 1, depth - 1),
80
BottomUpTree
(2 * item, depth - 1),
85
} /*
BottomUpTree
() */
116
stretchTree =
BottomUpTree
(0, stretchDepth);
126
longLivedTree =
BottomUpTree
(0, maxDepth);
138
tempTree =
BottomUpTree
(i, depth);
142
tempTree =
BottomUpTree
(-i, depth);
Completed in 50 milliseconds