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

1 2 34 5 6

  /external/chromium_org/v8/test/mjsunit/harmony/
object-observe.js 520 Thingy.MULTIPLY = 'multiply';
539 multiply: function(amount) {
543 notifier.performChange(Thingy.MULTIPLY, function() {
559 self.multiply(multAmount);
571 Thingy.MULTIPLY,
586 thingy.multiply(2); // { a: 10, b: 16 }
607 { object: thingy, type: Thingy.MULTIPLY, multiplied: 2 },
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 380 multiply(d.mValues, a_mtx.mValues, b_mtx.mValues); method
883 multiply(tmp, mValues, matrix); method
894 multiply(tmp, matrix, mValues); method
981 * multiply two matrices and store them in a 3rd.
985 /*package*/ static void multiply(float dest[], float[] a, float[] b) { method in class:Matrix_Delegate
1046 multiply(tmp2, tmp, getScale(sx, sy)); method
1049 multiply(tmp, tmp2, getTranslate(px, py)); method
1101 multiply(tmp2, tmp, getRotate(sin, cos)); method
1104 multiply(tmp, tmp2, getTranslate(px, py)); method
1123 multiply(tmp2, tmp, new float[] { 1, kx, 0, ky, 1, 0, 0, 0, 1 }); method
1125 multiply(tmp, tmp2, getTranslate(px, py)); method
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 252 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs) function in class:android::matrixf_t
311 void matrixf_t::multiply(const matrixf_t& rhs) { function in class:android::matrixf_t
313 multiply(r, *this, rhs);
377 multiply(rotation);
419 void matrix_stack_t::multiply(const matrixf_t& rhs) function in class:android::matrix_stack_t
421 stack[depth].multiply(rhs);
509 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top());
519 matrixf_t::multiply(mvpv, vpt.matrix, temp_mvp);
848 c->transforms.current->multiply(rhs);
887 c->transforms.current->multiply(rhs)
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 894 public BigInteger multiply(BigInteger value) { method in class:BigInteger
    [all...]
BigDecimal.java 932 public BigDecimal multiply(BigDecimal multiplicand) { method in class:BigDecimal
960 public BigDecimal multiply(BigDecimal multiplicand, MathContext mc) { method in class:BigDecimal
    [all...]
  /external/bison/lib/
vasnprintf.c 343 multiply (mpn_t src1, mpn_t src2, mpn_t *dest) function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 4767 def multiply(self, a, b): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 4767 def multiply(self, a, b): member in class:Context
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
crypto.js 538 // JS multiply "overflows" differently from C/C++, so care is needed here.
591 // use am to combine the multiply-shift-add into one call
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 530 // JS multiply "overflows" differently from C/C++, so care is needed here.
583 // use am to combine the multiply-shift-add into one call
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 530 // JS multiply "overflows" differently from C/C++, so care is needed here.
583 // use am to combine the multiply-shift-add into one call
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 530 // JS multiply "overflows" differently from C/C++, so care is needed here.
583 // use am to combine the multiply-shift-add into one call
    [all...]
  /external/chromium_org/v8/benchmarks/
crypto.js 538 // JS multiply "overflows" differently from C/C++, so care is needed here.
591 // use am to combine the multiply-shift-add into one call
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 739 Method multiply = binaryOpMethod(int.class, int.class, BinaryOp.MULTIPLY); local
740 assertEquals(300, multiply.invoke(null, 75, 4));
787 Method multiply = binaryOpMethod(long.class, long.class, BinaryOp.MULTIPLY); local
838 Method multiply = binaryOpMethod(float.class, float.class, BinaryOp.MULTIPLY); local
857 Method multiply = binaryOpMethod(double.class, double.class, BinaryOp.MULTIPLY); local
    [all...]
  /external/v8/benchmarks/
crypto.js 538 // JS multiply "overflows" differently from C/C++, so care is needed here.
591 // use am to combine the multiply-shift-add into one call
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 2435 milliseconds

1 2 34 5 6