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

1 2 3 4 5 6 7 891011>>

  /external/libffi/src/powerpc/
ppc_closure.S 98 slwi %r3,%r3,4 # now multiply return type by 16
  /external/openssl/crypto/bn/asm/
ppc.pl 114 $UMULL= "mullw"; # unsigned multiply low
115 $UMULH= "mulhwu"; # unsigned multiply high
138 $UMULL= "mulld"; # unsigned multiply low
139 $UMULH= "mulhdu"; # unsigned multiply high
368 # r7,r8 are the results of the 32x32 giving 64 bit multiply.
505 # r7,r8 are the results of the 32x32 giving 64 bit multiply.
927 # r8, r9 are the results of the 32x32 giving 64 multiply.
1078 # r8, r9 are the results of the 32x32 giving 64 multiply.
    [all...]
  /external/openssl/crypto/bn/
bn_sqr.c 199 * We multiply and return the result.
bn_lcl.h 438 /* non-multiply part */ \
454 /* non-multiply part */ \
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 134 multiply them by 8bit unsigned values, and get a signed answer without
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 532 /*lint -e{703} <avoid multiply for performance>*/
654 /* decay is exponential, multiply by decay rate */
686 /* release is exponential, multiply by release rate */
745 /* multiply by LFO output to get final pitch modulation */
eas_math.c 86 /*lint -e{703} <avoid multiply for performance>*/
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c 532 /*lint -e{703} <avoid multiply for performance>*/
654 /* decay is exponential, multiply by decay rate */
686 /* release is exponential, multiply by release rate */
745 /* multiply by LFO output to get final pitch modulation */
eas_math.c 86 /*lint -e{703} <avoid multiply for performance>*/
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 86 /*lint -e{703} <avoid multiply for performance>*/
  /external/v8/src/arm/
disasm-arm.cc 508 // The manual gets the meaning of bit 22 backwards in the multiply
577 // multiply instruction or extra loads and stores
580 // multiply instructions
595 // The signed/long multiply instructions use the terms RdHi and RdLo
    [all...]
  /external/webkit/WebCore/editing/
IndentOutdentCommand.cpp 206 // outdentRegion() assumes it is operating on the first paragraph of an enclosing blockquote, but if there are multiply nested blockquotes and we've
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 372 transform.multiply(m_imageBuffer->baseTransform());
  /external/webkit/WebCore/platform/graphics/transforms/
AffineTransform.cpp 157 AffineTransform& AffineTransform::multiply(const AffineTransform& other) function in class:WebCore::AffineTransform
  /frameworks/base/libs/rs/
rsProgramVertex.cpp 216 mvp.multiply(&t);
  /system/core/sh/
miscbltin.c 294 int factor; /* multiply by to get rlim_{cur,max} values */
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
AESLightEngine.java 120 /* multiply four bytes in GF(2^8) by 'x' {02} in parallel */
133 give improved performance if a fast 32-bit multiply is not available.
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 76 * of multiply-claimed blocks.
215 _("multiply claimed inode map"), &inode_dup_map);
  /external/opencore/codecs_v2/audio/aac/dec/src/
gen_rand_vector.cpp 460 { /* multiply by sqrt(2) */
468 { /* multiply by 1/sqrt(2) */
intensity_right.cpp 390 * (Another way to multiply something by 0.5^(x)
396 * a 16 x 16 multiply.
  /external/stlport/src/
num_get_float.cpp 388 /* multiply by 10^dexp */
524 /* multiply by 10^dexp */
  /external/v8/src/
conversions.cc 182 // first glance. It is structured to use 32-bit multiply-and-add
676 // Convert the decimal part. Repeatedly multiply by the radix to
  /external/webkit/WebCore/platform/mac/
KeyEventMac.mm 455 // VK_MULTIPLY (6A) Multiply key
636 // VK_MULTIPLY (6A) Multiply key
  /frameworks/base/media/libstagefright/codecs/aacdec/
gen_rand_vector.cpp 460 { /* multiply by sqrt(2) */
468 { /* multiply by 1/sqrt(2) */

Completed in 697 milliseconds

1 2 3 4 5 6 7 891011>>