Home
last modified time | relevance | path

Searched defs:factorial (Results 1 – 23 of 23) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/math/
DIntMathBenchmark.java37 private static int[] factorial = new int[ARRAY_SIZE]; field in IntMathBenchmark
82 @Benchmark int factorial(int reps) { in factorial() method in IntMathBenchmark
DDoubleMathBenchmark.java56 @Benchmark long factorial(int reps) { in factorial() method in DoubleMathBenchmark
DBigIntegerMathBenchmark.java98 @Benchmark int factorial(int reps) { in factorial() method in BigIntegerMathBenchmark
DLongMathBenchmark.java85 @Benchmark int factorial(int reps) { in factorial() method in LongMathBenchmark
/external/libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/
Dnext_permutation.pass.cpp25 int factorial(int x) in factorial() function
Dprev_permutation.pass.cpp25 int factorial(int x) in factorial() function
Dnext_permutation_comp.pass.cpp26 int factorial(int x) in factorial() function
Dprev_permutation_comp.pass.cpp26 int factorial(int x) in factorial() function
/external/python/cpython3/Lib/test/
Dprofilee.py35 def factorial(n): function
/external/python/cpython2/Lib/test/
Dprofilee.py35 def factorial(n): function
Dtest_random.py85 def factorial(n): function
/external/vixl/examples/aarch64/
Dfactorial.cc62 Label factorial; in main() local
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DDoubleMath.java79 public static double factorial(int n) { in factorial() method in DoubleMath
DBigIntegerMath.java133 public static BigInteger factorial(int n) { in factorial() method in BigIntegerMath
/external/python/cpython3/Modules/_decimal/tests/
Dbench.py60 def factorial(n, m): function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCombinationsIterator.hpp128 deUint32 CombinationsIterator<T>::factorial (deUint32 x) in factorial() function in vkt::pipeline::CombinationsIterator
/external/clang/test/Analysis/
Dinline.c37 unsigned factorial(unsigned x) { in factorial() function
/external/jemalloc/test/unit/
Dmath.c28 factorial(unsigned x) in factorial() function
/external/jemalloc_new/test/unit/
Dmath.c28 factorial(unsigned x) { in factorial() function
/external/vixl/test/aarch64/examples/
Dtest-examples.cc202 TEST(factorial) { in TEST() argument
205 Label factorial; in TEST() local
/external/guava/guava/src/com/google/common/math/
DDoubleMath.java294 public static double factorial(int n) { in factorial() method in DoubleMath
DBigIntegerMath.java316 public static BigInteger factorial(int n) { in factorial() method in BigIntegerMath
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp274 constexpr int factorial(int n) { in factorial() function