HomeSort by relevance Sort by last modified time
    Searched refs:multiply (Results 201 - 225 of 378) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/oprofile/events/i386/atom/
unit_masks 27 0x01 s Multiply operations executed
28 0x81 ar Multiply operations retired
58 0x01 s SIMD packed multiply microops executed
59 0x81 ar SIMD packed multiply microops retired
  /external/proguard/src/proguard/evaluation/
Processor.java 250 stack.push(stack.ipop().multiply(stack.ipop()));
254 stack.push(stack.lpop().multiply(stack.lpop()));
258 stack.push(stack.fpop().multiply(stack.fpop()));
262 stack.push(stack.dpop().multiply(stack.dpop()));
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java 131 mBias.multiply(BIAS_SPEED * timeDelta);
HitReactionComponent.java 183 newVelocity.multiply(mBounceMagnitude);
  /frameworks/base/libs/hwui/
DamageAccumulator.cpp 64 outMatrix->multiply(*currentFrame->matrix4);
Snapshot.cpp 238 roundRectDrawingMatrix.multiply(*transform);
SkiaShader.cpp 78 screenSpace.multiply(modelViewMatrix);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
idctllm_mmx.asm 17 ; * This implementation makes use of 16 bit fixed point version of two multiply
28 ; * is bigger than 32768, in signed 16 bit multiply, it becomes a negative
  /system/core/libmincrypt/tools/
DumpPublicKey.java 131 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalArithmeticTest.java 29 * Methods: add, subtract, multiply, divide
296 * Multiply two numbers of positive scales
307 BigDecimal result = aNumber.multiply(bNumber);
313 * Multiply two numbers of positive scales using MathContext
325 BigDecimal result = aNumber.multiply(bNumber, mc);
331 * Multiply two numbers of negative scales
342 BigDecimal result = aNumber.multiply(bNumber);
348 * Multiply two numbers of different scales
359 BigDecimal result = aNumber.multiply(bNumber);
365 * Multiply two numbers of different scales using MathContex
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 241 * object in a list for which a template is instantiated multiply.
245 * @param {number} index Position of the new context when multiply
248 * @param {number} count The total number of contexts that were multiply
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 242 * object in a list for which a template is instantiated multiply.
246 * @param {number} index Position of the new context when multiply
249 * @param {number} count The total number of contexts that were multiply
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 495 = {multiply} [left]:factor star [right]:value // x.y * a.b
496 {->New expression.multiply(left.expression, right.expression)}
698 | {multiply} [left]:expression [right]:expression // x * y
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /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/guava/guava-tests/test/com/google/common/math/
BigIntegerMathTest.java 361 assertEquals(p, BigIntegerMath.divide(p, q, UNNECESSARY).multiply(q));
392 expected = expected.multiply(BigInteger.valueOf(i));
IntMathTest.java 411 BigInteger expectedResult = valueOf(a).multiply(valueOf(b));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilter.cpp 178 shearAndRotate.multiply(ctm);
SVGRenderSupport.cpp 97 matrix.multiply(toRenderSVGRoot(parent)->localToBorderBoxTransform());
  /frameworks/rs/
rsProgramVertex.cpp 55 mvp.multiply(&t);
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalArithmeticTest.java 83 res = a.round(mc).multiply(b.round(mc));
87 res = a.multiply(b, mc);
346 res = a.multiply(b);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 152 Floaty multiply(Floaty a, Floaty b) { method in class:Target
153 //Log.w("Target.multiply", "a: " + a.toString());
154 //Log.w("Target.multiply", "b: " + b.toString());

Completed in 518 milliseconds

1 2 3 4 5 6 7 891011>>