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

<<11121314151617181920

  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedLongTest.java 184 .multiply(bUnsigned.bigIntegerValue())
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp 215 TEST_CYCLE() cv::cuda::multiply(d_src1, d_src2, dst);
223 TEST_CYCLE() cv::multiply(src1, src2, dst);
250 TEST_CYCLE() cv::cuda::multiply(d_src, s, dst);
258 TEST_CYCLE() cv::multiply(src, s, dst);
    [all...]
  /external/opencv3/modules/ts/src/
ocl_test.cpp 288 multiply(cpu_result, gpu_result, result_);
  /external/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java 183 newVelocity.multiply(mBounceMagnitude);
  /frameworks/base/libs/hwui/
FrameBuilder.cpp     [all...]
  /frameworks/rs/
rsProgramVertex.cpp 55 mvp.multiply(&t);
  /libcore/luni/src/test/java/libcore/java/lang/
MathTest.java 158 BigInteger expected = BigInteger.valueOf(a).multiply(BigInteger.valueOf(b));
  /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/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /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 214 Floaty multiply(Floaty a, Floaty b) { method in class:Target
215 //Log.w("Target.multiply", "a: " + a.toString());
216 //Log.w("Target.multiply", "b: " + b.toString());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
GCMBlockCipher.java 428 GCMUtil.multiply(S_at, H_c);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafUtil.java 318 * @param bits the bit-length of the scalar to multiply by
329 * @param bits the bit-length of the scalar to multiply by
455 ECFieldElement iso2 = iso.square(), iso3 = iso2.multiply(iso);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat.java 211 * <td>Multiply by 100 and show as percentage
216 * <td>Multiply by 1000 and show as per mille
819 private double multiply(double number) { method in class:DecimalFormat
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
ICUDurationTest.java 130 public Duration multiply(BigDecimal factor) { method in class:ICUDurationTest.ICUTestDuration
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java 210 * <td>Multiply by 100 and show as percentage
215 * <td>Multiply by 1000 and show as per mille
824 private double multiply(double number) { method in class:DecimalFormat
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
ICUDurationTest.java 126 public Duration multiply(BigDecimal factor) { method in class:ICUDurationTest.ICUTestDuration
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 280 return Ops[0].multiply(Ops[1]);
  /external/opencv3/modules/cudaarithm/include/opencv2/
cudaarithm.hpp 113 @sa multiply
115 CV_EXPORTS void multiply(InputArray src1, InputArray src2, OutputArray dst, double scale = 1, int dtype = -1, Stream& stream = Stream::Null());
    [all...]
  /external/opencv3/modules/cudaoptflow/src/
pyrlk.cpp 143 cuda::multiply(temp1, Scalar::all(1.0 / (1 << maxLevel_) / 2.0), temp2, 1, -1, stream);
  /external/opencv3/modules/stitching/src/
exposure_compensate.cpp 150 multiply(image, gains_(index, 0), image);
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 96 CV_EXPORTS void multiply(const Mat& a, const Mat& b, Mat& c, double alpha=1);
  /external/opencv3/modules/video/src/
optflowgf.cpp 694 multiply(scale, curFlowX, curFlowX);
695 multiply(scale, curFlowY, curFlowY);
707 multiply(1./pyrScale, curFlowX, curFlowX);
708 multiply(1./pyrScale, curFlowY, curFlowY);
    [all...]

Completed in 2567 milliseconds

<<11121314151617181920