/external/jpeg/ |
D | jfdctint.c | 129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro 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 */ 193 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 194 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ 195 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ 196 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ [all …]
|
D | jidctred.c | 98 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro 100 #define MULTIPLY(var,const) ((var) * (const)) 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) */ 178 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */ 179 + MULTIPLY(z4, FIX_1_061594337); /* sqrt(2) * (c5+c7) */ 181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */ 182 + MULTIPLY(z2, - FIX_0_601344887) /* sqrt(2) * (c5-c1) */ 183 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */ [all …]
|
D | jidctint.c | 129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro 131 #define MULTIPLY(var,const) ((var) * (const)) 209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100); 210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065); 211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865); 237 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 240 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ 241 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ 242 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ [all …]
|
D | jfdctfst.c | 106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro 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 */ 209 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ [all …]
|
D | jidctfst.c | 119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro 233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */ 253 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */ 255 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 256 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ 257 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */ 319 tmp12 = MULTIPLY((DCTELEM) wsptr[2] - (DCTELEM) wsptr[6], FIX_1_414213562) 335 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */ 337 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 338 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ [all …]
|
D | mips_jidctfst.c | 121 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jfdctint.c | 130 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro 132 #define MULTIPLY(var,const) ((var) * (const)) 177 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); 178 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), 180 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), 192 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 194 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 195 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ 196 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ 197 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ [all …]
|
D | fpdfapi_jidctred.c | 99 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro 101 #define MULTIPLY(var,const) ((var) * (const)) 165 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865); 177 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */ 178 + MULTIPLY(z2, FIX_1_451774981) /* sqrt(2) * (c3+c7) */ 179 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */ 180 + MULTIPLY(z4, FIX_1_061594337); /* sqrt(2) * (c5+c7) */ 182 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */ 183 + MULTIPLY(z2, - FIX_0_601344887) /* sqrt(2) * (c5-c1) */ 184 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */ [all …]
|
D | fpdfapi_jidctint.c | 130 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro 132 #define MULTIPLY(var,const) ((var) * (const)) 210 z1 = MULTIPLY(z2 + z3, FIX_0_541196100); 211 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065); 212 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865); 238 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 240 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 241 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ 242 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ 243 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ [all …]
|
D | fpdfapi_jfdctfst.c | 107 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro 147 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 158 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 159 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ 160 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ 161 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */ 197 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 208 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 209 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ 210 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ [all …]
|
D | fpdfapi_jidctfst.c | 120 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro 234 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */ 254 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */ 256 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 257 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ 258 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */ 320 tmp12 = MULTIPLY((DCTELEM) wsptr[2] - (DCTELEM) wsptr[6], FIX_1_414213562) 336 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */ 338 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 339 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ [all …]
|
/external/valgrind/none/tests/s390x/ |
D | dfp-1.stdout.exp | 10 64-bit MULTIPLY 26 128-bit MULTIPLY
|
/external/proguard/src/proguard/evaluation/value/ |
D | CompositeDoubleValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeDoubleValue
|
D | CompositeFloatValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeFloatValue
|
D | CompositeIntegerValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeIntegerValue
|
D | CompositeLongValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeLongValue
|
D | SpecificDoubleValue.java | 131 return new CompositeDoubleValue(this, CompositeDoubleValue.MULTIPLY, other); in multiply()
|
D | SpecificFloatValue.java | 131 return new CompositeFloatValue(this, CompositeFloatValue.MULTIPLY, other); in multiply()
|
D | SpecificLongValue.java | 169 return new CompositeLongValue(this, CompositeLongValue.MULTIPLY, other); in multiply()
|
D | SpecificIntegerValue.java | 224 return new CompositeIntegerValue(this, CompositeIntegerValue.MULTIPLY, other); in multiply()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | BinaryFunction.java | 54 public static final BinaryFunction MULTIPLY = new BinaryFunction() { field in BinaryFunction
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | BinaryOp.java | 55 MULTIPLY() { in MULTIPLY() enumConstant
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 749 Method multiply = binaryOpMethod(int.class, int.class, BinaryOp.MULTIPLY); in testIntBinaryOps() 797 Method multiply = binaryOpMethod(long.class, long.class, BinaryOp.MULTIPLY); in testLongBinaryOps() 848 Method multiply = binaryOpMethod(float.class, float.class, BinaryOp.MULTIPLY); in testFloatBinaryOps() 867 Method multiply = binaryOpMethod(double.class, double.class, BinaryOp.MULTIPLY); in testDoubleBinaryOps() 1142 code.op(BinaryOp.MULTIPLY, localResult, localResult, local2); in testForLoop() 1183 code.op(BinaryOp.MULTIPLY, localResult, localResult, local2); in testWhileLoop()
|
/external/v8/test/mjsunit/es7/ |
D | object-observe.js | 526 Thingy.MULTIPLY = 'multiply'; 549 notifier.performChange(Thingy.MULTIPLY, function() { 577 Thingy.MULTIPLY, 613 { object: thingy, type: Thingy.MULTIPLY, multiplied: 2 },
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | AbstractRealVector.java | 580 return mapToSelf(BinaryFunction.MULTIPLY.fix1stArgument(d)); in mapMultiplyToSelf()
|