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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dup3/
expect.1 6 Pass 1B: Rescanning for multiply-claimed blocks
7 Multiply-claimed block(s) in inode 11: 24 24
8 Multiply-claimed block(s) in inode 14: 69 69
9 Multiply-claimed block(s) in inode 16: 99 99
10 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
11 Pass 1D: Reconciling multiply-claimed blocks
12 (There are 3 inodes containing multiply-claimed blocks.)
15 has 2 multiply-claimed block(s), shared with 0 file(s):
16 Clone multiply-claimed blocks? yes
19 has 2 multiply-claimed block(s), shared with 0 file(s)
    [all...]
  /external/e2fsprogs/tests/f_dup_resize/
expect.1 6 Pass 1B: Rescanning for multiply-claimed blocks
7 Multiply-claimed block(s) in inode 7: 4 5 6 7
8 Multiply-claimed block(s) in inode 12: 4 5 6 7
9 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
10 Pass 1D: Reconciling multiply-claimed blocks
11 (There are 1 inodes containing multiply-claimed blocks.)
14 has 4 multiply-claimed block(s), shared with 1 file(s):
16 Clone multiply-claimed blocks? yes
  /external/e2fsprogs/tests/f_dup/
expect.1 6 Pass 1B: Rescanning for multiply-claimed blocks
7 Multiply-claimed block(s) in inode 12: 25 26
8 Multiply-claimed block(s) in inode 13: 25 26
9 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
10 Pass 1D: Reconciling multiply-claimed blocks
11 (There are 2 inodes containing multiply-claimed blocks.)
14 has 2 multiply-claimed block(s), shared with 1 file(s):
16 Clone multiply-claimed blocks? yes
19 has 2 multiply-claimed block(s), shared with 1 file(s):
21 Multiply-claimed blocks already reassigned or cloned
    [all...]
  /external/e2fsprogs/tests/f_bbfile/
expect.1 9 Pass 1B: Rescanning for multiply-claimed blocks
10 Multiply-claimed block(s) in inode 2: 21
11 Multiply-claimed block(s) in inode 11: 9 10 11 12 13 14 15 16 17 18 19 20
12 Multiply-claimed block(s) in inode 12: 25 26
13 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
14 Pass 1D: Reconciling multiply-claimed blocks
15 (There are 3 inodes containing multiply-claimed blocks.)
18 has 1 multiply-claimed block(s), shared with 1 file(s):
20 Clone multiply-claimed blocks? yes
23 has 12 multiply-claimed block(s), shared with 1 file(s)
    [all...]
  /external/e2fsprogs/tests/f_dup2/
expect.1 6 Pass 1B: Rescanning for multiply-claimed blocks
7 Multiply-claimed block(s) in inode 12: 25 26
8 Multiply-claimed block(s) in inode 13: 25 26 57 58
9 Multiply-claimed block(s) in inode 14: 57 58
10 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
11 Pass 1D: Reconciling multiply-claimed blocks
12 (There are 3 inodes containing multiply-claimed blocks.)
15 has 2 multiply-claimed block(s), shared with 1 file(s):
17 Clone multiply-claimed blocks? yes
20 has 4 multiply-claimed block(s), shared with 2 file(s)
    [all...]
  /external/e2fsprogs/tests/f_dupfsblks/
expect.1 10 Pass 1B: Rescanning for multiply-claimed blocks
11 Multiply-claimed block(s) in inode 12: 3 4 6 1
12 Multiply-claimed block(s) in inode 13: 2 3
13 Multiply-claimed block(s) in inode 14: 2
14 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
15 Pass 1D: Reconciling multiply-claimed blocks
16 (There are 3 inodes containing multiply-claimed blocks.)
19 has 4 multiply-claimed block(s), shared with 2 file(s):
22 Clone multiply-claimed blocks? yes
25 has 2 multiply-claimed block(s), shared with 3 file(s)
    [all...]
  /external/e2fsprogs/tests/f_dupsuper/
expect.1 6 Pass 1B: Rescanning for multiply-claimed blocks
7 Multiply-claimed block(s) in inode 12: 2 3 1
8 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
9 Pass 1D: Reconciling multiply-claimed blocks
10 (There are 1 inodes containing multiply-claimed blocks.)
13 has 3 multiply-claimed block(s), shared with 1 file(s):
15 Clone multiply-claimed blocks? yes
  /external/e2fsprogs/tests/f_dup4/
expect.1 4 Pass 1B: Rescanning for multiply-claimed blocks
5 Multiply-claimed block(s) in inode 16: 30
6 Multiply-claimed block(s) in inode 17: 30
7 Multiply-claimed block(s) in inode 18: 30
8 Multiply-claimed block(s) in inode 19: 30
9 Multiply-claimed block(s) in inode 20: 34
10 Multiply-claimed block(s) in inode 21: 34
11 Multiply-claimed block(s) in inode 22: 34
12 Multiply-claimed block(s) in inode 23: 34
13 Pass 1C: Scanning directories for inodes with multiply-claimed block
    [all...]
  /external/jpeg/
jidctred.c 90 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
93 * 16x16->32 bit multiply can be used instead of a full 32x32 multiply.
98 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
100 #define MULTIPLY(var,const) ((var) * (const))
106 * are 16 bits or less, so either int or short multiply will work.
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
177 + MULTIPLY(z2, FIX_1_451774981) /* sqrt(2) * (c3+c7) *
    [all...]
jidctint.c 57 * a problem to do in integer arithmetic. We multiply all the constants
121 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
124 * 16x16->32 bit multiply can be used instead of a full 32x32 multiply.
129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
131 #define MULTIPLY(var,const) ((var) * (const))
137 * are 16 bits or less, so either int or short multiply will work.
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865)
    [all...]
jfdctint.c 57 * a problem to do in integer arithmetic. We multiply all the constants
121 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
124 * 16x16->32 bit multiply can be used instead of a full 32x32 multiply.
129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
131 #define MULTIPLY(var,const) ((var) * (const))
176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
177 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
191 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jfdctfst.c 102 /* Multiply a DCTELEM variable by an INT32 constant, and immediately
106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
157 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
158 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
159 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
207 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
208 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 *
    [all...]
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigIntegerMultiplyTest.java 35 * Method: multiply
39 * Multiply two negative numbers of the same length
43 notes = "This is a complete subset of tests for multiply method.",
44 method = "multiply",
55 BigInteger result = aNumber.multiply(bNumber);
65 * Multiply two numbers of the same length and different signs.
70 notes = "This is a complete subset of tests for multiply method.",
71 method = "multiply",
82 BigInteger result = aNumber.multiply(bNumber);
92 * Multiply two positive numbers of different length
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MUL_LONG.S 2 * Signed 64-bit integer multiply.
6 * Consider WXxYZ (r1r0 x r3r2) with a long multiply:
17 * Unlike most ARM math operations, multiply instructions have
  /dalvik/vm/mterp/armv5te/
OP_MUL_LONG.S 3 * Signed 64-bit integer multiply.
5 * Consider WXxYZ (r1r0 x r3r2) with a long multiply:
16 * Unlike most ARM math operations, multiply instructions have
  /dalvik/vm/mterp/x86-atom/
OP_MUL_LONG.S 19 * Code: 64-bit integer multiply
23 * Description: Multiply two source registers and store the
32 * Signed 64-bit integer multiply.
34 * Consider WXxYZ (r1r0 x r3r2) with a long multiply:
OP_MUL_LONG_2ADDR.S 19 * Code: 64-bit integer multiply
23 * Description: Multiply two sources registers and store the result
32 * Signed 64-bit integer multiply.
34 * Consider WXxYZ (r1r0 x r3r2) with a long multiply:
  /frameworks/base/libs/rs/
rsMatrix.h 52 void multiply(const Matrix *rhs) { function in struct:android::renderscript::Matrix
60 multiply(&tmp);
65 multiply(&tmp);
70 multiply(&tmp);
  /external/dropbear/libtommath/
bn_mp_expt_d.c 18 /* calculate c = a**b using a square-multiply algorithm */
38 /* if the bit is set multiply */
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/
DSASigner.java 73 k = k.modInverse(params.getQ()).multiply(
74 m.add(((DSAPrivateKeyParameters)key).getX().multiply(r)));
112 BigInteger u1 = m.multiply(w).mod(params.getQ());
113 BigInteger u2 = r.multiply(w).mod(params.getQ());
118 BigInteger v = u1.multiply(u2).mod(params.getP()).mod(params.getQ());
  /dalvik/libcore/math/src/main/java/java/math/
Multiplication.java 33 // * between Karatsuba and Pencil and Paper multiply.
79 bigFivePows[i] = bigFivePows[i - 1].multiply(bigFivePows[1]);
80 bigTenPows[i] = bigTenPows[i - 1].multiply(BigInteger.TEN);
85 // The method multiply has been removed in favor of using OpenSSL BIGNUM
113 : val.multiply(powerOf10(exp)));
165 res = res.multiply(powerOfFive);
168 res = res.multiply(bigFivePows[1].pow(intExp));
192 return val.multiply(bigFivePows[exp]);
194 return val.multiply(bigFivePows[1].pow(exp));
  /cts/tests/tests/graphics/src/android/graphics/cts/
PorterDuff_ModeTest.java 49 assertEquals(Mode.MULTIPLY, Mode.valueOf("MULTIPLY"));
76 Mode.MULTIPLY,
  /bionic/libm/man/
fma.3 34 .Nd fused multiply-add
64 The fused multiply-add operation is often used to improve the
80 (respectively) have comparable or faster speed than a multiply
104 A fused multiply-add operation with virtually identical
  /external/proguard/src/proguard/evaluation/value/
SpecificDoubleValue.java 75 public DoubleValue multiply(DoubleValue other) method in class:SpecificDoubleValue
77 return other.multiply(this);
129 public DoubleValue multiply(SpecificDoubleValue other) method in class:SpecificDoubleValue
131 return new CompositeDoubleValue(this, CompositeDoubleValue.MULTIPLY, other);
SpecificFloatValue.java 75 public FloatValue multiply(FloatValue other) method in class:SpecificFloatValue
77 return other.multiply(this);
129 public FloatValue multiply(SpecificFloatValue other) method in class:SpecificFloatValue
131 return new CompositeFloatValue(this, CompositeFloatValue.MULTIPLY, other);

Completed in 821 milliseconds

1 2 3 4 5 6 7 8 91011>>