OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:factorial
(Results
26 - 50
of
89
) sorted by null
1
2
3
4
/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/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/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/
next_permutation.pass.cpp
25
int
factorial
(int x)
function
57
assert(count ==
factorial
(e));
next_permutation_comp.pass.cpp
26
int
factorial
(int x)
function
59
assert(count ==
factorial
(e));
prev_permutation.pass.cpp
25
int
factorial
(int x)
function
57
assert(count ==
factorial
(e));
prev_permutation_comp.pass.cpp
26
int
factorial
(int x)
function
59
assert(count ==
factorial
(e));
/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) {
/external/markdown/tests/misc/
bidi.txt
41
???? ???????? ???????
Factorial
:
bidi.html
19
<p>???? ???????? ???????
Factorial
:</p>
/external/chromium_org/v8/test/mjsunit/
sin-cos.js
71
var
factorial
= [1];
variable
74
factorial
[i] =
factorial
[i-1] * i;
92
terms.push(sign * x /
factorial
[i]);
105
terms.push(sign * x /
factorial
[i]);
/external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java
60
assertTrue(BigIntegerMath.
factorial
(DoubleMath.MAX_FACTORIAL).compareTo(MAX_DOUBLE_VALUE) <= 0);
62
BigIntegerMath.
factorial
(DoubleMath.MAX_FACTORIAL + 1).compareTo(MAX_DOUBLE_VALUE) > 0);
68
BigIntegerMath.
factorial
(n).doubleValue(), DoubleMath.EVERY_SIXTEENTH_FACTORIAL[i]);
459
double actual = BigIntegerMath.
factorial
(i).doubleValue();
460
double result = DoubleMath.
factorial
(i);
466
assertEquals(Double.POSITIVE_INFINITY, DoubleMath.
factorial
(DoubleMath.MAX_FACTORIAL + 1));
467
assertEquals(Double.POSITIVE_INFINITY, DoubleMath.
factorial
(DoubleMath.MAX_FACTORIAL + 20));
473
DoubleMath.
factorial
(n);
BigIntegerMathTest.java
393
assertEquals(expected, BigIntegerMath.
factorial
(i));
398
assertEquals(BigInteger.ONE, BigIntegerMath.
factorial
(0));
404
BigIntegerMath.
factorial
(n);
410
// Depends on the correctness of BigIntegerMath.
factorial
415
.
factorial
(n)
416
.divide(BigIntegerMath.
factorial
(k))
417
.divide(BigIntegerMath.
factorial
(n - k));
/packages/apps/Calculator/res/layout-land/
advanced_pad.xml
60
android:id="@+id/
factorial
"
61
android:text="@string/
factorial
"
/packages/apps/Calculator/res/layout-port/
advanced_pad.xml
72
android:id="@+id/
factorial
"
73
android:text="@string/
factorial
"
/packages/apps/Calculator/res/values-land/
arrays.xml
50
<item>@+id/
factorial
</item>
/packages/apps/Calculator/res/values-port/
arrays.xml
50
<item>@+id/
factorial
</item>
/packages/apps/Calculator/res/values-sw600dp/
arrays.xml
47
<item>@+id/
factorial
</item>
/external/chromium_org/v8/test/mjsunit/compiler/
loops.js
32
//
Factorial
!
/external/v8/test/mjsunit/compiler/
loops.js
32
//
Factorial
!
/packages/apps/Calculator/res/values/
strings.xml
95
<string name="
factorial
">!</string>
110
<string name="factorialDesc">
factorial
</string>
161
<!-- Description for mathematical ! (
factorial
) function [CHAR LIMIT=200]-->
162
<item>
factorial
</item>
/packages/apps/Calculator/res/values-ca/
strings.xml
47
<string name="factorialDesc" msgid="9217024218012761574">"
factorial
"</string>
68
<item msgid="6664829080840305856">"
factorial
"</item>
/packages/apps/Calculator/res/values-en-rGB/
strings.xml
47
<string name="factorialDesc" msgid="9217024218012761574">"
factorial
"</string>
68
<item msgid="6664829080840305856">"
factorial
"</item>
/packages/apps/Calculator/res/values-en-rIN/
strings.xml
47
<string name="factorialDesc" msgid="9217024218012761574">"
factorial
"</string>
68
<item msgid="6664829080840305856">"
factorial
"</item>
/packages/apps/Calculator/res/values-es/
strings.xml
47
<string name="factorialDesc" msgid="9217024218012761574">"
factorial
"</string>
68
<item msgid="6664829080840305856">"
factorial
"</item>
Completed in 3324 milliseconds
1
2
3
4