OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Factorial
(Results
1 - 6
of
6
) sorted by null
/external/chromium/testing/gtest/samples/
sample1.cc
36
// Returns n! (the
factorial
of n). For negative n, n! is defined to be 1.
37
int
Factorial
(int n) {
/external/chromium_org/testing/gtest/samples/
sample1.cc
36
// Returns n! (the
factorial
of n). For negative n, n! is defined to be 1.
37
int
Factorial
(int n) {
/external/gtest/samples/
sample1.cc
36
// Returns n! (the
factorial
of n). For negative n, n! is defined to be 1.
37
int
Factorial
(int n) {
/external/libvpx/libvpx/third_party/googletest/src/samples/
sample1.cc
36
// Returns n! (the
factorial
of n). For negative n, n! is defined to be 1.
37
int
Factorial
(int n) {
/external/protobuf/gtest/samples/
sample1.cc
36
// Returns n! (the
factorial
of n). For negative n, n! is defined to be 1.
37
int
Factorial
(int n) {
/ndk/sources/third_party/googletest/googletest/samples/
sample1.cc
36
// Returns n! (the
factorial
of n). For negative n, n! is defined to be 1.
37
int
Factorial
(int n) {
Completed in 32 milliseconds