/external/webkit/WebCore/css/ |
CSSStyleSelector.h | 121 // table, and failing that, will simply multiply by 1.2.
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
StringTexture.java | 211 paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.MULTIPLY));
|
/bionic/libm/src/ |
e_sqrt.c | 283 point y+-1, or multiply y by nextafter(1,+-inf) in chopped 346 Apply Reciproot iteration three times to y and multiply the 372 point y+-1, or multiply y by nextafter(1,+-inf) in chopped
|
/external/fdlibm/ |
e_sqrt.c | 287 point y+-1, or multiply y by ieee_nextafter(1,+-inf) in chopped 350 Apply Reciproot iteration three times to y and multiply the 376 point y+-1, or multiply y by ieee_nextafter(1,+-inf) in chopped
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
pvamrwbdecoder_basic_op_cequivalent.h | 271 Multiply var1 by var2 and shift the result left by 1. Add the 32 bit 331 Multiply var1 by var2 and shift the result left by 1. Subtract the 32 bit 495 Multiply a 16 bit integer by a 32 bit (DPF). The result is divided
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
e_sqrt.h | 330 point y+-1, or multiply y by nextafter(1,+-inf) in chopped 393 Apply Reciproot iteration three times to y and multiply the 419 point y+-1, or multiply y by nextafter(1,+-inf) in chopped
|
/frameworks/base/include/private/opengles/ |
gl_context.h | 390 static void multiply(matrixf_t& r, 400 void multiply(const matrixf_t& rhs); 460 void multiply(const matrixf_t& rhs);
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_basic_op_cequivalent.h | 271 Multiply var1 by var2 and shift the result left by 1. Add the 32 bit 331 Multiply var1 by var2 and shift the result left by 1. Subtract the 32 bit 495 Multiply a 16 bit integer by a 32 bit (DPF). The result is divided
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
mmintrin.h | 476 /* Multiply four 16-bit values in M1 by four 16-bit values in M2 producing 491 /* Multiply four signed 16-bit values in M1 by four signed 16-bit values in 505 /* Multiply four 16-bit values in M1 by four 16-bit values in M2 and produce
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
mmintrin.h | 476 /* Multiply four 16-bit values in M1 by four 16-bit values in M2 producing 491 /* Multiply four signed 16-bit values in M1 by four signed 16-bit values in 505 /* Multiply four 16-bit values in M1 by four 16-bit values in M2 and produce
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | [all...] |
/dalvik/libcore/math/src/test/java/tests/api/java/math/ |
BigDecimalTest.java | 668 * @tests java.math.BigDecimal#multiply(java.math.BigDecimal) 673 method = "multiply", 679 BigDecimal result = multi1.multiply(multi2); 685 result = multi1.multiply(multi2); 691 result = multi1.multiply(multi2); 697 result = multi1.multiply(multi2); 702 result = multi1.multiply(multi2); [all...] |
/external/qemu/ |
trace.c | 795 if ((insn & 0x0fc000f0) == 0x00000090) /* 3-2: Multiply (accumulate) */ 810 else if ((insn & 0x0f8000f0) == 0x00800090) /* 3-2: Multiply (accumulate) long */ [all...] |
/external/quake/quake/src/WinQuake/ |
vid_sunxil.cpp | 509 // See if we're going to do pixel multiply 994 // if pixel multiply changed, skip this frame 1066 // if pixel multiply changed, skip this frame
|
/dalvik/libcore/math/src/main/java/java/math/ |
BigInt.java | 254 // n > 0: shift left (multiply)
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
SerializerTraceWriter.java | 280 // We multiply the length by three since this is the maximum length
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 171 mp_err s_mp_mul_2d(mp_int *mp, mp_digit d); /* multiply by 2^d in place*/ 173 mp_err s_mp_mul_2(mp_int *mp); /* multiply by 2 in place */ 177 mp_err s_mp_mul_d(mp_int *mp, mp_digit d); /* unsigned digit multiply */ 184 mp_err s_mp_mul(mp_int *a, mp_int *b); /* magnitude multiply */ 187 /* multiply buffers in place */ 1259 standard iterative square-and-multiply technique. [all...] |
/external/e2fsprogs/e2fsck/ |
message.c | 74 * @m multiply-claimed
|
/external/emma/core/java12/com/vladium/emma/rt/ |
RT.java | 109 // multiply (re)loaded classes within the same app, but the rest of the toolkit
|
/external/freetype/src/sfnt/ |
ttpost.c | 143 "multiply", "onesuperior", "twosuperior", "threesuperior", "onehalf",
|
/external/icu4c/i18n/ |
sortkey.cpp | 365 // spaced evenly through the string. For each character, we multiply the
|
/external/icu4c/samples/ufortune/resources/ |
root.txt | 154 Will divide, multiply, and subtract.
|
/external/kernel-headers/original/linux/ |
timex.h | 277 u8 shift; /* increases accuracy of multiply by shifting. */
|
/external/libffi/src/powerpc/ |
darwin_closure.S | 117 slwi r3,r3,4 /* Now multiply return type by 16. */
|
linux64_closure.S | 104 sldi %r3, %r3, 4 # now multiply return type by 16
|