Home
last modified time | relevance | path

Searched refs:MULTIPLY (Results 1 – 25 of 69) sorted by relevance

123

/external/libjpeg-turbo/
Djidctint.c154 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
156 #define MULTIPLY(var,const) ((var) * (const))
235 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
236 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
237 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
263 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
265 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
266 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
267 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
268 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
[all …]
Djfdctint.c132 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
134 #define MULTIPLY(var,const) ((var) * (const))
179 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
180 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
182 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
194 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
196 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
197 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
198 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
199 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
[all …]
Djidctred.c101 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
103 #define MULTIPLY(var,const) ((var) * (const))
168 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
180 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
181 + MULTIPLY(z2, FIX_1_451774981) /* sqrt(2) * (c3+c7) */
182 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */
183 + MULTIPLY(z4, FIX_1_061594337); /* sqrt(2) * (c5+c7) */
185 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
186 + MULTIPLY(z2, - FIX_0_601344887) /* sqrt(2) * (c5-c1) */
187 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
[all …]
Djfdctfst.c109 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
149 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
161 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
162 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
163 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
199 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
211 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
212 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
[all …]
Djidctfst.c122 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
236 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
256 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
259 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */
260 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
322 tmp12 = MULTIPLY((DCTELEM) wsptr[2] - (DCTELEM) wsptr[6], FIX_1_414213562)
338 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
341 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */
[all …]
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jfdctint.c129 #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 …]
Dfpdfapi_jidctred.c98 #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 …]
Dfpdfapi_jidctint.c129 #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 …]
Dfpdfapi_jfdctfst.c106 #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 …]
Dfpdfapi_jidctfst.c119 #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/libjpeg-turbo/simd/
Djquanti-altivec.c107 #define MULTIPLY(vs0, vs1, out) { \ macro
200 MULTIPLY(row0, recip0, row0); in jsimd_quantize_altivec()
201 MULTIPLY(row1, recip1, row1); in jsimd_quantize_altivec()
202 MULTIPLY(row2, recip2, row2); in jsimd_quantize_altivec()
203 MULTIPLY(row3, recip3, row3); in jsimd_quantize_altivec()
204 MULTIPLY(row4, recip4, row4); in jsimd_quantize_altivec()
205 MULTIPLY(row5, recip5, row5); in jsimd_quantize_altivec()
206 MULTIPLY(row6, recip6, row6); in jsimd_quantize_altivec()
207 MULTIPLY(row7, recip7, row7); in jsimd_quantize_altivec()
218 MULTIPLY(row0, scale0, row0); in jsimd_quantize_altivec()
[all …]
Djsimd_arm_neon.S126 q6 = MULTIPLY(q5, FIX_1_175875602_MINUS_1_961570560) + \
127 MULTIPLY(q4, FIX_1_175875602); \
128 q7 = MULTIPLY(q5, FIX_1_175875602) + \
129 MULTIPLY(q4, FIX_1_175875602_MINUS_0_390180644); \
130 q2 = MULTIPLY(row2, FIX_0_541196100) + \
131 MULTIPLY(row6, FIX_0_541196100_MINUS_1_847759065); \
134 q6 += MULTIPLY(row5, -FIX_2_562915447) + \
135 MULTIPLY(row3, FIX_3_072711026_MINUS_2_562915447); \
138 q4 += MULTIPLY(row7, FIX_0_298631336_MINUS_0_899976223) + \
139 MULTIPLY(row1, -FIX_0_899976223); \
[all …]
/external/valgrind/none/tests/s390x/
Ddfp-1.stdout.exp10 64-bit MULTIPLY
26 128-bit MULTIPLY
/external/proguard/src/proguard/evaluation/value/
DCompositeFloatValue.java33 public static final byte MULTIPLY = '*'; field in CompositeFloatValue
DCompositeDoubleValue.java33 public static final byte MULTIPLY = '*'; field in CompositeDoubleValue
DCompositeLongValue.java33 public static final byte MULTIPLY = '*'; field in CompositeLongValue
DCompositeIntegerValue.java33 public static final byte MULTIPLY = '*'; field in CompositeIntegerValue
DSpecificFloatValue.java131 return new CompositeFloatValue(this, CompositeFloatValue.MULTIPLY, other); in multiply()
DSpecificDoubleValue.java131 return new CompositeDoubleValue(this, CompositeDoubleValue.MULTIPLY, other); in multiply()
DSpecificLongValue.java169 return new CompositeLongValue(this, CompositeLongValue.MULTIPLY, other); in multiply()
DSpecificIntegerValue.java224 return new CompositeIntegerValue(this, CompositeIntegerValue.MULTIPLY, other); in multiply()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DBinaryFunction.java54 public static final BinaryFunction MULTIPLY = new BinaryFunction() { field in BinaryFunction
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DBinaryOp.java57 MULTIPLY() { in MULTIPLY() enumConstant
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java782 Method multiply = binaryOpMethod(int.class, int.class, BinaryOp.MULTIPLY); in testIntBinaryOps()
831 Method multiply = binaryOpMethod(long.class, long.class, BinaryOp.MULTIPLY); in testLongBinaryOps()
883 Method multiply = binaryOpMethod(float.class, float.class, BinaryOp.MULTIPLY); in testFloatBinaryOps()
903 Method multiply = binaryOpMethod(double.class, double.class, BinaryOp.MULTIPLY); in testDoubleBinaryOps()
1183 code.op(BinaryOp.MULTIPLY, localResult, localResult, local2); in testForLoop()
1225 code.op(BinaryOp.MULTIPLY, localResult, localResult, local2); in testWhileLoop()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java580 return mapToSelf(BinaryFunction.MULTIPLY.fix1stArgument(d)); in mapMultiplyToSelf()

123