HomeSort by relevance Sort by last modified time
    Searched refs:multiply (Results 76 - 100 of 490) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SmoothingUtils.java 92 MatrixUtils.multiply(m0Inv, m1, m0Invxm1);
97 MatrixUtils.multiply(m0Invxm1, m2, retval);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
ECDSASigner.java 115 ECPoint p = basePointMultiplier.multiply(ec.getG(), k).normalize();
122 s = k.modInverse(n).multiply(e.add(d.multiply(r))).mod(n);
158 BigInteger u1 = e.multiply(c).mod(n);
159 BigInteger u2 = r.multiply(c).mod(n);
197 ECFieldElement R = curve.fromBigInteger(r).multiply(D);
  /external/crcalc/src/com/hp/creals/
CR.java 318 // Multiply k by 2**n.
325 // Multiply by 2**n, rounding result
432 static CR ln2_1 = valueOf(7).multiply(ten_ninths.simple_ln());
434 valueOf(2).multiply(twentyfive_twentyfourths.simple_ln());
435 static CR ln2_3 = valueOf(3).multiply(eightyone_eightyeths.simple_ln());
576 scaled_CR = multiply(new int_CR(scale_factor));
655 CR scaled_res = multiply(scale);
661 scaled_res = scaled_res.multiply(CR.valueOf(big_radix));
754 * Multiply a constructive real by 2**n.
763 * Multiply a constructive real by 2**(-n)
798 public CR multiply(CR x) { method in class:CR
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java 158 // Iteratively multiply the longs as big as they can go.
184 // Efficiently multiply all the intermediate products together.
199 return nums.get(start).multiply(nums.get(start + 1));
201 return nums.get(start).multiply(nums.get(start + 1)).multiply(nums.get(start + 2));
205 return listProduct(nums, start, m).multiply(listProduct(nums, m, end));
245 // Multiply numeratorAccum / denominatorAccum into accum.
247 .multiply(BigInteger.valueOf(numeratorAccum))
253 // We can definitely multiply into the long accumulators without overflowing them.
260 .multiply(BigInteger.valueOf(numeratorAccum)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Matrix3f.java 227 * @param rhs right hand side to multiply by
229 public void multiply(Matrix3f rhs) { method in class:Matrix3f
247 multiply(tmp);
259 multiply(tmp);
272 multiply(tmp);
286 multiply(tmp);
299 multiply(tmp);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix3f.java 230 * @param rhs right hand side to multiply by
232 public void multiply(Matrix3f rhs) { method in class:Matrix3f
250 multiply(tmp);
262 multiply(tmp);
275 multiply(tmp);
289 multiply(tmp);
302 multiply(tmp);
  /external/libvpx/libvpx/vpx_dsp/arm/
variance_media.asm 63 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
68 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
87 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
92 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
111 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
116 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
137 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
138 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
196 smlad r5, r7, r7, r5 ; dual signed multiply, add and accumulate (1)
201 smlad r5, r10, r10, r5 ; dual signed multiply, add and accumulate (2
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
FieldLUDecompositionImpl.java 104 sum = sum.subtract(luRow[i].multiply(lu[i][col]));
115 sum = sum.subtract(luRow[i].multiply(lu[i][col]));
211 determinant = determinant.multiply(lu[i][i]);
286 bp[i] = bp[i].subtract(bpCol.multiply(lu[i][col]));
295 bp[i] = bp[i].subtract(bpCol.multiply(lu[i][col]));
332 bp[i] = bp[i].subtract(bpCol.multiply(lu[i][col]));
341 bp[i] = bp[i].subtract(bpCol.multiply(lu[i][col]));
396 bpI[j] = bpI[j].subtract(bpCol[j].multiply(luICol));
412 bpI[j] = bpI[j].subtract(bpCol[j].multiply(luICol));
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 156 BigInteger nextPow = BigInteger.TEN.multiply(approxPow);
162 nextPow = BigInteger.TEN.multiply(approxPow);
188 BigInteger halfPowerSquared = floorPow.pow(2).multiply(BigInteger.TEN);
341 // Iteratively multiply the longs as big as they can go.
367 // Efficiently multiply all the intermediate products together.
382 return nums.get(start).multiply(nums.get(start + 1));
384 return nums.get(start).multiply(nums.get(start + 1)).multiply(nums.get(start + 2));
388 return listProduct(nums, start, m).multiply(listProduct(nums, m, end));
428 // Multiply numeratorAccum / denominatorAccum into accum
    [all...]
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECErrorCorrection.cpp 184 m_field->multiply(r->getCoefficient(r->getDegree()), dltInverse);
214 CBC_PDF417ECModulusPoly* multiply = local
229 r = temp->subtract(multiply, e);
230 delete multiply;
250 ttemp = q->multiply(tLast, e);
308 CBC_PDF417ECModulusPoly* sigma = t->multiply(inverse, e);
318 CBC_PDF417ECModulusPoly* omega = r->multiply(inverse, e);
362 m_field->multiply(l, errorLocator->getCoefficient(l));
384 result->SetAt(i, m_field->multiply(numerator, denominator));
  /external/crcalc/tests/src/com/hp/creals/
CRTest.java 90 check_eq(two.multiply(two), four, "multiply failed");
94 check_eq(one.divide(thirteen).multiply(thirteen), one,
110 CR huge = CR.valueOf(million.multiply(million).multiply(thousand));
134 check_eq(sqrt13.multiply(sqrt13), thirteen, "sqrt(13)*sqrt(13) failed");
SlowCRTest.java 98 x.sin().multiply(v.cos()).add(x.cos().multiply(v.sin())),
101 checkEq(x.cos().multiply(x.cos()).add(x.sin().multiply(x.sin())),
133 checkEq(x.multiply(CR.valueOf(2)).exp(),
135 x.exp().multiply(x.exp()),
149 x.multiply(v).ln(),
156 checkEq(x.abs().sqrt().multiply(x.abs().sqrt()), x.abs(),
  /external/proguard/src/proguard/evaluation/value/
LongValue.java 103 public LongValue multiply(LongValue other) method in class:LongValue
106 return other.multiply(this);
260 public LongValue multiply(SpecificLongValue other) method in class:LongValue
416 public LongValue multiply(ParticularLongValue other) method in class:LongValue
418 return multiply((SpecificLongValue)other);
ParticularLongValue.java 95 public LongValue multiply(LongValue other) method in class:ParticularLongValue
97 return other.multiply(this);
183 public LongValue multiply(ParticularLongValue other) method in class:ParticularLongValue
SpecificLongValue.java 75 public LongValue multiply(LongValue other) method in class:SpecificLongValue
77 return other.multiply(this);
167 public LongValue multiply(SpecificLongValue other) method in class:SpecificLongValue
169 return new CompositeLongValue(this, CompositeLongValue.MULTIPLY, other);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 63 private void multiply(float[] a) method in class:ColorSpaceMatrix
91 multiply(tmp);
104 multiply(tmp);
116 multiply(tmp);
126 multiply(tmp);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 83 n = p.multiply(q);
120 lcm = pSub1.divide(gcd).multiply(qSub1);
171 if (p.multiply(p).compareTo(sqrdBound) < 0)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP521R1FieldElement.java 87 public ECFieldElement multiply(ECFieldElement b) method in class:SecP521R1FieldElement
90 SecP521R1Field.multiply(x, ((SecP521R1FieldElement)b).x, z);
96 // return multiply(b.invert());
99 SecP521R1Field.multiply(z, x, z);
  /external/cmockery/cmockery_0_1_2/src/example/
calculator.c 91 static int multiply(int a, int b);
98 {"*", multiply},
110 static int multiply(int a, int b) { function
  /external/pdfium/third_party/bigint/
BigInteger.hh 115 void multiply(const BigInteger &a, const BigInteger &b);
162 ans.multiply(*this, x);
201 multiply(*this, x);
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 373 TEST_F(ConstantRangeTest, Multiply) {
374 EXPECT_EQ(Full.multiply(Full), Full);
375 EXPECT_EQ(Full.multiply(Empty), Empty);
376 EXPECT_EQ(Full.multiply(One), Full);
377 EXPECT_EQ(Full.multiply(Some), Full);
378 EXPECT_EQ(Full.multiply(Wrap), Full);
379 EXPECT_EQ(Empty.multiply(Empty), Empty);
380 EXPECT_EQ(Empty.multiply(One), Empty);
381 EXPECT_EQ(Empty.multiply(Some), Empty);
382 EXPECT_EQ(Empty.multiply(Wrap), Empty)
    [all...]
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java 60 return x.multiply(RADIANS_PER_DEGREE);
64 return x.multiply(DEGREES_PER_RADIAN);
75 checkEq(BoundedRational.multiply(x, BR_15),
76 xAsCR.multiply(CR.valueOf(15)), "multiply 15:" + x);
99 CR.valueOf(15).ln().multiply(xAsCR).exp(),
123 xAsCR.ln().multiply(CR.valueOf(15)).exp(),
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RSABlindedEngine.java 108 BigInteger blindedInput = r.modPow(e, m).multiply(input).mod(m);
112 result = blindedResult.multiply(rInv).mod(m);
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
mat2d-spec.js 97 describe("multiply", function() {
98 it("should have an alias called 'mul'", function() { expect(mat2d.mul).toEqual(mat2d.multiply); });
101 beforeEach(function() { result = mat2d.multiply(out, matA, matB); });
110 beforeEach(function() { result = mat2d.multiply(matA, matA, matB); });
118 beforeEach(function() { result = mat2d.multiply(matB, matA, matB); });
  /external/guava/guava-tests/benchmark/com/google/common/math/
BigIntegerMathBenchmark.java 63 return BigInteger.valueOf(LongMath.factorial(k)).multiply(oldSlowFactorial(k, n));
86 return oldSlowFactorial(n1, mid).multiply(oldSlowFactorial(mid, n2));

Completed in 1040 milliseconds

1 2 34 5 6 7 8 91011>>