OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Factorial
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
benchmark_test.cc
29
int BENCHMARK_NOINLINE
Factorial
(uint32_t n) {
30
return (n == 1) ? 1 : n *
Factorial
(n - 1);
56
for (auto _ : state) fac_42 =
Factorial
(8);
benchmark_test.cc
29
int BENCHMARK_NOINLINE
Factorial
(uint32_t n) {
30
return (n == 1) ? 1 : n *
Factorial
(n - 1);
56
for (auto _ : state) fac_42 =
Factorial
(8);
/src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
benchmark_test.cc
29
int BENCHMARK_NOINLINE
Factorial
(uint32_t n) {
30
return (n == 1) ? 1 : n *
Factorial
(n - 1);
56
for (auto _ : state) fac_42 =
Factorial
(8);
benchmark_test.cc
29
int BENCHMARK_NOINLINE
Factorial
(uint32_t n) {
30
return (n == 1) ? 1 : n *
Factorial
(n - 1);
56
for (auto _ : state) fac_42 =
Factorial
(8);
Completed in 46 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026