/frameworks/base/media/libstagefright/codecs/aacdec/ |
intensity_right.cpp | 390 * (Another way to multiply something by 0.5^(x) 396 * a 16 x 16 multiply.
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
ScanSrv.c | 597 1. for normal scan, multiply the channel time by the number of channels. 601 2. for triggered scan, multiply the channel time plus the trigger time
|
/system/core/libpixelflinger/codeflinger/ |
blending.cpp | 95 // (2) we can use only one multiply instead of 2 483 // all this code below to use the best multiply instruction
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/ |
ScanSrv.c | 574 1. for normal scan, multiply the channel time by the number of channels. 578 2. for triggered scan, multiply the channel time plus the trigger time
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
ScanSrv.c | 597 1. for normal scan, multiply the channel time by the number of channels. 601 2. for triggered scan, multiply the channel time plus the trigger time
|
/external/wpa_supplicant/ |
libtommath.c | [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/webkit/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/v8/src/x64/ |
assembler-x64.h | 740 // Signed multiply instructions. 745 // Multiply 32 bit registers 754 // Multiply rax by src, put the result in rdx:rax. [all...] |
/frameworks/base/awt/java/awt/geom/ |
AffineTransform.java | 767 AffineTransform multiply(AffineTransform t1, AffineTransform t2) { method in class:AffineTransform 784 setTransform(multiply(t, this)); method 796 setTransform(multiply(this, t)); method [all...] |
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
NativeDecimalFormat.java | 214 return valBigDecimal.multiply(multiplierBigDecimal);
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Gen.c | 49 * reuse for multiply instructions prior to arm6.
|
/external/bluetooth/glib/glib/ |
gtypes.h | 354 /* multiply with base2 exponent to get base10 exponent (normal numbers) */
|
/external/dropbear/libtommath/pre_gen/ |
mpi.c | [all...] |
/external/e2fsprogs/e2fsck/ |
problem.c | 64 N_("Clone multiply-claimed blocks"), /* 14 */ 92 N_("MULTIPLY-CLAIMED BLOCKS CLONED"), /* 14 */ 831 /* Pass 1C: Scan directories for inodes with multiply-claimed blocks. */ 837 /* Pass 1D: Reconciling multiply-claimed blocks */ [all...] |
/external/icu4c/test/intltest/ |
tsnmfmt.cpp | 136 /* Make sure that we don't get something too large and multiply into infinity.
|
/external/jpeg/ |
jmorecfg.h | 367 #define MULTIPLIER int /* type for fastest integer multiply */
|
/external/kernel-headers/original/linux/ |
jiffies.h | 16 * nearest power of two in order to avoid hardware multiply operations.
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.c | 527 /* multiply-add elements of input vectors in sets of 8 */ 543 "pmaddh %4,%2,%3\n\t" /* parallel multiply-add of 8 pairs of int16 */ 559 /* multiply-add remaining elements of input vectors */ 598 /* multiply-add remaining elements of input vectors */ [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
l_mult.h | 159 L_product <<= 1; /* Multiply by 2 */
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
h223types.cpp | 738 /* Multiply the max and min sizes in lcns_local by rc, and add to the lcns list */
|
/external/openssl/crypto/rc4/asm/ |
rc4-x86_64.pl | 27 # *your* Opteron, then multiply 54 by 3.3 and clock frequency in GHz.
|
/external/qemu/ |
curses_keys.h | 401 { "multiply", 0x0d7 },
|
/external/qemu/target-arm/ |
cpu.h | 364 Note the M in older cores (eg. ARM7TDMI) stands for Multiply. These are
|
translate.c | 356 It would be good to use that instead of a full wide multiply. */ 357 /* 32x32->64 multiply. Marks inputs as dead. */ 384 /* Unsigned 32x32->64 multiply. */ 398 /* Signed 32x32->64 multiply. */ [all...] |