/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | integer.inl | 73 GLM_FUNC_QUALIFIER genType factorial(genType const & x) function 83 GLM_FUNC_QUALIFIER tvec2<T, P> factorial( function 92 GLM_FUNC_QUALIFIER tvec3<T, P> factorial( function 102 GLM_FUNC_QUALIFIER tvec4<T, P> factorial( function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | integer.inl | 73 GLM_FUNC_QUALIFIER genType factorial(genType const & x) function 83 GLM_FUNC_QUALIFIER tvec2<T, P> factorial( function 92 GLM_FUNC_QUALIFIER tvec3<T, P> factorial( function 102 GLM_FUNC_QUALIFIER tvec4<T, P> factorial( function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/tutorial/ |
D | factorial2.cpp | 11 class factorial class 14 factorial(int x) : x(x), res(0) { } in factorial() function in factorial
|
D | factorial.cpp | 10 class factorial class 13 factorial(int x, int& res) : x(x), res(res) { } in factorial() function in factorial
|
D | factorial3.cpp | 12 class factorial class 15 factorial(int x, int& res) : x(x), res(res) { } in factorial() function in factorial
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/math/ |
H A D | IntMathBenchmark.java | 36 private static int[] factorial = new int[ARRAY_SIZE]; field in IntMathBenchmark 85 int factorial(int reps) { in factorial() method in IntMathBenchmark
|
H A D | DoubleMathBenchmark.java | 58 long factorial(int reps) { in factorial() method in DoubleMathBenchmark
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/math/ |
H A D | IntMathBenchmark.java | 36 private static int[] factorial = new int[ARRAY_SIZE]; field in IntMathBenchmark 85 int factorial(int reps) { in factorial() method in IntMathBenchmark
|
H A D | DoubleMathBenchmark.java | 58 long factorial(int reps) { in factorial() method in DoubleMathBenchmark
|
H A D | BigIntegerMathBenchmark.java | 93 int factorial(int reps) { in factorial() method in BigIntegerMathBenchmark
|
/aosp_15_r20/external/vixl/test/aarch64/examples/ |
H A D | test-examples.cc | 196 TEST(factorial) { in TEST() argument 199 Label factorial; in TEST() local
|
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/ |
H A D | next_permutation.pass.cpp | 25 int factorial(int x) in factorial() function
|
H A D | prev_permutation.pass.cpp | 25 int factorial(int x) in factorial() function
|
H A D | prev_permutation_comp.pass.cpp | 26 int factorial(int x) in factorial() function
|
H A D | next_permutation_comp.pass.cpp | 26 int factorial(int x) in factorial() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | maths.h | 30 constexpr I factorial(I const n) { in factorial() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/example/ |
D | factorial.cpp | 41 boost::phoenix::function<factorial_impl> factorial; in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.permutation.generators/ |
H A D | prev_permutation.pass.cpp | 25 TEST_CONSTEXPR_CXX14 int factorial(int x) in factorial() function
|
H A D | next_permutation.pass.cpp | 25 TEST_CONSTEXPR_CXX14 int factorial(int x) in factorial() function
|
H A D | next_permutation_comp.pass.cpp | 26 TEST_CONSTEXPR_CXX14 int factorial(int x) in factorial() function
|
H A D | prev_permutation_comp.pass.cpp | 26 TEST_CONSTEXPR_CXX14 int factorial(int x) in factorial() function
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | profilee.py | 35 def factorial(n): function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | profilee.py | 35 def factorial(n): function
|
/aosp_15_r20/external/vixl/examples/aarch64/ |
H A D | factorial.cc | 65 Label factorial; in main() local
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/ |
D | bench.py | 57 def factorial(n, m): function
|