/external/qemu/distrib/jpeg-6b/ |
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 …]
|
/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 …]
|
/external/proguard/src/proguard/evaluation/value/ |
D | CompositeFloatValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeFloatValue
|
D | CompositeDoubleValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeDoubleValue
|
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/dexmaker/src/main/java/com/google/dexmaker/ |
D | BinaryOp.java | 55 MULTIPLY() { in MULTIPLY() method
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 739 Method multiply = binaryOpMethod(int.class, BinaryOp.MULTIPLY); in testIntBinaryOps() 787 Method multiply = binaryOpMethod(long.class, BinaryOp.MULTIPLY); in testLongBinaryOps() 838 Method multiply = binaryOpMethod(float.class, BinaryOp.MULTIPLY); in testFloatBinaryOps() 857 Method multiply = binaryOpMethod(double.class, BinaryOp.MULTIPLY); in testDoubleBinaryOps() 1131 code.op(BinaryOp.MULTIPLY, localResult, localResult, local2); in testForLoop() 1172 code.op(BinaryOp.MULTIPLY, localResult, localResult, local2); in testWhileLoop()
|
/external/e2fsprogs/po/ |
D | id.po | 729 msgid "MULTIPLY-CLAIMED BLOCKS CLONED" 730 msgstr "MULTIPLY-CLAIMED BLOK DIKOPI"
|
D | e2fsprogs.pot | 727 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
|
D | zh_CN.po | 731 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
|
D | sv.po | 744 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
|
D | nl.po | 730 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
|