OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:binomials
(Results
1 - 6
of
6
) sorted by null
/external/guava/guava-tests/benchmark/com/google/common/math/
BigIntegerMathBenchmark.java
41
private static final int[]
binomials
= new int[ARRAY_SIZE];
field in class:BigIntegerMathBenchmark
51
binomials
[i] = RANDOM_SOURCE.nextInt(factorials[i] + 1);
111
tmp += BigIntegerMath.binomial(factorials[j],
binomials
[j]).intValue();
ApacheBenchmark.java
121
private final int[][]
binomials
= new int[ARRAY_SIZE][2];
field in class:ApacheBenchmark
161
int k =
binomials
[i][1] = RANDOM_SOURCE.nextInt(MathBenchmarking.biggestBinomials.length);
162
binomials
[i][0] = RANDOM_SOURCE.nextInt(MathBenchmarking.biggestBinomials[k] - k) + k;
197
tmp += impl.binomialCoefficient(
binomials
[j][0],
binomials
[j][1]);
/prebuilts/go/darwin-x86/test/fixedbugs/
issue6866.go
57
//
Binomials
/prebuilts/go/linux-x86/test/fixedbugs/
issue6866.go
57
//
Binomials
/prebuilts/go/darwin-x86/src/go/types/
hilbert_test.go
76
g.
binomials
(2*n - 1)
209
func (g *gen)
binomials
(n int) {
func
210
g.p(`//
Binomials
/prebuilts/go/linux-x86/src/go/types/
hilbert_test.go
76
g.
binomials
(2*n - 1)
209
func (g *gen)
binomials
(n int) {
func
210
g.p(`//
Binomials
Completed in 188 milliseconds