/external/guava/guava-tests/benchmark/com/google/common/math/ |
ApacheBenchmark.java | 59 return LongMath.binomial(n, k);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
gmp.info | 152 Node: Binomial Coefficients Algorithm321339
|
gmp.info-2 | 456 * Binomial Coefficients Algorithm:: 488 File: gmp.info, Node: Factorial Algorithm, Next: Binomial Coefficients Algorithm, Prev: Prime Testing Algorithm, Up: Other Algorithms 524 File: gmp.info, Node: Binomial Coefficients Algorithm, Next: Fibonacci Numbers Algorithm, Prev: Factorial Algorithm, Up: Other Algorithms 526 16.7.3 Binomial Coefficients 529 Binomial coefficients C(n,k) are calculated by first arranging k <= n/2 546 File: gmp.info, Node: Fibonacci Numbers Algorithm, Next: Lucas Numbers Algorithm, Prev: Binomial Coefficients Algorithm, Up: Other Algorithms [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Collections2.java | 25 import static com.google.common.math.LongMath.binomial; 441 permutations *= binomial(n, r); 450 permutations *= binomial(n, r);
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
int.go | 187 // Binomial sets z to the binomial coefficient of (n, k) and returns z. 188 func (z *Int) Binomial(n, k int64) *Int { 191 k = n - k // Binomial(n, k) == Binomial(n, n-k)
|
int_test.go | 251 if got := z.Binomial(test.n, test.k).String(); got != test.want { 252 t.Errorf("Binomial(%d, %d) = %s; want %s", test.n, test.k, got, test.want) 260 z.Binomial(1000, 990) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
int.go | 184 // Binomial sets z to the binomial coefficient of (n, k) and returns z. 185 func (z *Int) Binomial(n, k int64) *Int { 188 k = n - k // Binomial(n, k) == Binomial(n, n-k)
|
int_test.go | 248 if got := z.Binomial(test.n, test.k).String(); got != test.want { 249 t.Errorf("Binomial(%d, %d) = %s; want %s", test.n, test.k, got, test.want) 257 z.Binomial(1000, 990) [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
int.go | 184 // Binomial sets z to the binomial coefficient of (n, k) and returns z. 185 func (z *Int) Binomial(n, k int64) *Int { 188 k = n - k // Binomial(n, k) == Binomial(n, n-k)
|
int_test.go | 248 if got := z.Binomial(test.n, test.k).String(); got != test.want { 249 t.Errorf("Binomial(%d, %d) = %s; want %s", test.n, test.k, got, test.want) 257 z.Binomial(1000, 990) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
int.go | 187 // Binomial sets z to the binomial coefficient of (n, k) and returns z. 188 func (z *Int) Binomial(n, k int64) *Int { 191 k = n - k // Binomial(n, k) == Binomial(n, n-k)
|
int_test.go | 251 if got := z.Binomial(test.n, test.k).String(); got != test.want { 252 t.Errorf("Binomial(%d, %d) = %s; want %s", test.n, test.k, got, test.want) 260 z.Binomial(1000, 990) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
int.go | 184 // Binomial sets z to the binomial coefficient of (n, k) and returns z. 185 func (z *Int) Binomial(n, k int64) *Int { 188 k = n - k // Binomial(n, k) == Binomial(n, n-k)
|
int_test.go | 248 if got := z.Binomial(test.n, test.k).String(); got != test.want { 249 t.Errorf("Binomial(%d, %d) = %s; want %s", test.n, test.k, got, test.want) 257 z.Binomial(1000, 990) [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
int.go | 184 // Binomial sets z to the binomial coefficient of (n, k) and returns z. 185 func (z *Int) Binomial(n, k int64) *Int { 188 k = n - k // Binomial(n, k) == Binomial(n, n-k)
|
int_test.go | 248 if got := z.Binomial(test.n, test.k).String(); got != test.want { 249 t.Errorf("Binomial(%d, %d) = %s; want %s", test.n, test.k, got, test.want) 257 z.Binomial(1000, 990) [all...] |
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/ |
IntMathTest.java | 313 // Depends on the correctness of BigIntegerMath.binomial.
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.sat4j.core_2.3.5.v20130525.jar | |
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/ |
LocalizedFormats.java | 51 BINOMIAL_INVALID_PARAMETERS_ORDER("must have n >= k for binomial coefficient (n,k), got n = {0}, k = {1}"), 52 BINOMIAL_NEGATIVE_PARAMETER("must have n >= 0 for binomial coefficient (n,k), got n = {0}"),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
riemann_zeta.tcc | 161 // This series works until the binomial coefficient blows up
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
riemann_zeta.tcc | 161 // This series works until the binomial coefficient blows up
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
riemann_zeta.tcc | 161 // This series works until the binomial coefficient blows up
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
riemann_zeta.tcc | 161 // This series works until the binomial coefficient blows up
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
MathUtils.java | 174 * href="http://mathworld.wolfram.com/BinomialCoefficient.html"> Binomial 253 * href="http://mathworld.wolfram.com/BinomialCoefficient.html"> Binomial 298 * href="http://mathworld.wolfram.com/BinomialCoefficient.html"> Binomial 362 * Check binomial preconditions. [all...] |
/external/llvm/include/llvm/IR/ |
Value.h | 607 // Create a binomial vector of sorted lists, visiting uses one at a time and
|