HomeSort by relevance Sort by last modified time
    Searched defs:Factorial (Results 1 - 3 of 3) sorted by null

  /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/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 38 milliseconds