/dalvik/vm/ |
InlineNative.h | 35 * Try to keep this at a power-of-two size, so we don't have to multiply.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SetWallpaperActivity.java | 71 wallpaperDrawable.setColorFilter(mColors[mColor], PorterDuff.Mode.MULTIPLY);
|
/external/dropbear/libtommath/ |
bn_mp_montgomery_reduce.c | 72 /* Multiply and add in place */
|
/external/webkit/SunSpider/ |
TODO | 40 multiply by the error function, a table is available at
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8SVGMatrixCustom.cpp | 46 INC_STATS("DOM.SVGMatrix.multiply()");
|
/external/webkit/WebCore/platform/graphics/ |
ImageBuffer.h | 53 enum Multiply {
|
/external/webkit/WebCore/platform/graphics/transforms/ |
TransformationMatrix.h | 208 TransformationMatrix& multiply(const TransformationMatrix& t) { return *this *= t; } function in class:WebCore::TransformationMatrix 228 // translation added with a post-multiply 339 // multiply passed 2D point by matrix (assume z=0) 342 // multiply passed 3D point by matrix
|
/frameworks/base/core/java/android/view/animation/ |
AnticipateOvershootInterpolator.java | 50 * @param extraTension Amount by which to multiply the tension. For instance,
|
/frameworks/base/libs/audioflinger/ |
AudioResamplerCubic.h | 37 // number of bits used in interpolation multiply - 14 bits avoids overflow
|
/system/core/libmincrypt/tools/ |
DumpPublicKey.java | 75 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N
|
/bionic/libm/man/ |
math.3 | 83 fma fused multiply-add 99 ldexp multiply by power of 2
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 179 /** matrix multiply rA = x1A * x2A, input/output 1.15, no overflow protection, in-place not allowed */ 183 /** matrix multiply rA = x1A * transposed( x2A ), input/output 1.15, no overflow protection, in-place not allowed */
|
/external/webkit/WebCore/svg/graphics/ |
SVGPaintServerGradient.cpp | 187 matrix.multiply(gradientServer->gradientTransform()); 246 matrix.multiply(gradientTransform());
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 201 /** multiply two integers 209 /** multiply two integers 340 @param k The integer to multiply the point by 341 @param G The point to multiply 379 @param A First point to multiply 381 @param B Second point to multiply
|
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
Duration.java | 629 * multiply(new BigDecimal(String.valueOf(factor))) 636 * @see #multiply(BigDecimal) 638 public Duration multiply(int factor) { method in class:Duration 639 return multiply(BigDecimal.valueOf(factor)); 665 * if you multiply "P1D" (1 day) with "0.5", then it will be 0.5 day, 677 * @param factor to multiply by 689 public abstract Duration multiply(final BigDecimal factor); method in class:Duration [all...] |
/sdk/emulator/qtools/ |
armdis.cpp | 670 // One of the multiply instructions 797 // 32-bit multiply 807 // 64-bit multiply 809 // Unsigned multiply long 814 // Signed multiply long
|
/dalvik/libcore/math/src/main/java/java/math/ |
BigDecimal.java | 1024 public BigDecimal multiply(BigDecimal multiplicand) { method in class:BigDecimal 1052 public BigDecimal multiply(BigDecimal multiplicand, MathContext mc) { method in class:BigDecimal [all...] |
/ndk/build/gmsl/ |
gmsl-tests | 370 $(call start_test,multiply) 371 $(call test_assert,$(call multiply,3,4),12) 372 $(call test_assert,$(call multiply,4,3),12) 373 $(call test_assert,$(call multiply,3,0),0) 374 $(call test_assert,$(call multiply,0,3),0) 375 $(call test_assert,$(call multiply,0,0),0)
|
/external/freetype/src/base/ |
fttrigon.c | 44 /* multiply a given value by the CORDIC shrink factor */ 63 /* multiply a given value by the CORDIC shrink factor */
|
/external/svox/pico/lib/ |
picokpdf.c | 186 /* bigpow corrected by scmeanpow, multiply means by 2^meanpow to obtain fixed point representation */ 203 /* meaning of meanpowUm becomes: multiply means from pdf stream by 2^meanpowUm
|
/external/webkit/WebCore/platform/graphics/cairo/ |
ImageBufferCairo.cpp | 142 template <Multiply multiplied> 211 template <Multiply multiplied>
|
/external/webkit/WebCore/platform/graphics/cg/ |
ImageBufferCG.cpp | 125 template <Multiply multiplied> 190 template <Multiply multiplied>
|
/external/webkit/WebCore/platform/graphics/qt/ |
ImageBufferQt.cpp | 128 template <Multiply multiplied> 195 template <Multiply multiplied>
|
/external/webkit/WebCore/platform/graphics/skia/ |
ImageBufferSkia.cpp | 125 template <Multiply multiplied> 201 template <Multiply multiplied>
|
/external/proguard/lib/ |
proguard.jar | |