Searched refs:MULTIPLY (Results 1 - 25 of 58) sorted by relevance

123

/external/libjpeg-turbo/
H A 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(tmp
[all...]
H A 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(tmp
[all...]
H A 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(z
[all...]
H A 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(tmp1
[all...]
H A 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(z1
[all...]
/external/libjpeg-turbo/simd/
H A Djquanti-altivec.c107 #define MULTIPLY(vs0, vs1, out) { \ macro
200 MULTIPLY(row0, recip0, row0);
201 MULTIPLY(row1, recip1, row1);
202 MULTIPLY(row2, recip2, row2);
203 MULTIPLY(row3, recip3, row3);
204 MULTIPLY(row4, recip4, row4);
205 MULTIPLY(row5, recip5, row5);
206 MULTIPLY(row6, recip6, row6);
207 MULTIPLY(row7, recip7, row7);
218 MULTIPLY(row
[all...]
H A Djfdctflt-3dn.asm165 pfmul mm2,[GOTOFF(ebx,PD_0_541)] ; mm2=MULTIPLY(tmp10,FIX_0_54119610)
166 pfmul mm0,[GOTOFF(ebx,PD_1_306)] ; mm0=MULTIPLY(tmp12,FIX_1_30656296)
280 pfmul mm2,[GOTOFF(ebx,PD_0_541)] ; mm2=MULTIPLY(tmp10,FIX_0_54119610)
281 pfmul mm0,[GOTOFF(ebx,PD_1_306)] ; mm0=MULTIPLY(tmp12,FIX_1_30656296)
H A Djfdctflt-sse-64.asm189 mulps xmm1,[rel PD_0_541] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
190 mulps xmm6,[rel PD_1_306] ; xmm6=MULTIPLY(tmp12,FIX_1_306562)
324 mulps xmm1,[rel PD_0_541] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
325 mulps xmm6,[rel PD_1_306] ; xmm6=MULTIPLY(tmp12,FIX_1_306562)
H A Djfdctflt-sse.asm196 mulps xmm1,[GOTOFF(ebx,PD_0_541)] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
197 mulps xmm6,[GOTOFF(ebx,PD_1_306)] ; xmm6=MULTIPLY(tmp12,FIX_1_306562)
332 mulps xmm1,[GOTOFF(ebx,PD_0_541)] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
333 mulps xmm6,[GOTOFF(ebx,PD_1_306)] ; xmm6=MULTIPLY(tmp12,FIX_1_306562)
H A Djfdctfst-mmx.asm216 pmulhw mm1,[GOTOFF(ebx,PW_F0541)] ; mm1=MULTIPLY(tmp10,FIX_0_54119610)
217 pmulhw mm6,[GOTOFF(ebx,PW_F1306)] ; mm6=MULTIPLY(tmp12,FIX_1_30656296)
357 pmulhw mm1,[GOTOFF(ebx,PW_F0541)] ; mm1=MULTIPLY(tmp10,FIX_0_54119610)
358 pmulhw mm6,[GOTOFF(ebx,PW_F1306)] ; mm6=MULTIPLY(tmp12,FIX_1_30656296)
H A Djfdctfst-sse2-64.asm223 pmulhw xmm4,[rel PW_F0541] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
224 pmulhw xmm0,[rel PW_F1306] ; xmm0=MULTIPLY(tmp12,FIX_1_306562)
362 pmulhw xmm4,[rel PW_F0541] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
363 pmulhw xmm1,[rel PW_F1306] ; xmm1=MULTIPLY(tmp12,FIX_1_306562)
H A Djfdctfst-sse2.asm229 pmulhw xmm4,[GOTOFF(ebx,PW_F0541)] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
230 pmulhw xmm0,[GOTOFF(ebx,PW_F1306)] ; xmm0=MULTIPLY(tmp12,FIX_1_306562)
370 pmulhw xmm4,[GOTOFF(ebx,PW_F0541)] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
371 pmulhw xmm1,[GOTOFF(ebx,PW_F1306)] ; xmm1=MULTIPLY(tmp12,FIX_1_306562)
/external/proguard/src/proguard/evaluation/value/
H A DCompositeDoubleValue.java33 public static final byte MULTIPLY = '*'; field in class:CompositeDoubleValue
H A DCompositeFloatValue.java33 public static final byte MULTIPLY = '*'; field in class:CompositeFloatValue
H A DCompositeIntegerValue.java33 public static final byte MULTIPLY = '*'; field in class:CompositeIntegerValue
H A DCompositeLongValue.java33 public static final byte MULTIPLY = '*'; field in class:CompositeLongValue
H A DSpecificDoubleValue.java131 return new CompositeDoubleValue(this, CompositeDoubleValue.MULTIPLY, other);
H A DSpecificFloatValue.java131 return new CompositeFloatValue(this, CompositeFloatValue.MULTIPLY, other);
H A DSpecificLongValue.java169 return new CompositeLongValue(this, CompositeLongValue.MULTIPLY, other);
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
H A DBinaryFunction.java54 public static final BinaryFunction MULTIPLY = new BinaryFunction() { field in class:BinaryFunction
/external/valgrind/none/tests/s390x/
H A Ddfp-1.stdout.exp10 64-bit MULTIPLY
26 128-bit MULTIPLY
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DBinaryOp.java26 * <p>Math operations ({@link #ADD}, {@link #SUBTRACT}, {@link #MULTIPLY},
57 MULTIPLY() { method in enum:BinaryOp
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DAssignExpr.java55 MULTIPLY("*="), enum constant in enum:AssignExpr.Operator
81 case MULTIPLY:
82 return Optional.of(BinaryExpr.Operator.MULTIPLY);
H A DBinaryExpr.java66 MULTIPLY("*"), enum constant in enum:BinaryExpr.Operator
98 case MULTIPLY:
99 return Optional.of(AssignExpr.Operator.MULTIPLY);
/external/deqp/external/openglcts/modules/common/
H A DglcExtTokens.cpp141 MULTIPLY = GL_MULTIPLY;
267 MULTIPLY = GL_MULTIPLY_KHR;

Completed in 669 milliseconds

123