Searched defs:tmp5 (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djfdctflt.c65 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
80 tmp5 = dataptr[2] - dataptr[5];
100 tmp10 = tmp4 + tmp5; /* phase 2 */
101 tmp11 = tmp5 + tmp6;
130 tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
150 tmp10 = tmp4 + tmp5; /* phase 2 */
151 tmp11 = tmp5 + tmp6;
H A Djfdctfst.c120 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
136 tmp5 = dataptr[2] - dataptr[5];
156 tmp10 = tmp4 + tmp5; /* phase 2 */
157 tmp11 = tmp5 + tmp6;
186 tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
206 tmp10 = tmp4 + tmp5; /* phase 2 */
207 tmp11 = tmp5 + tmp6;
H A Djfdctint.c146 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
164 tmp5 = dataptr[2] - dataptr[5];
192 z2 = tmp5 + tmp6;
194 z4 = tmp5 + tmp7;
198 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
210 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
229 tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
257 z2 = tmp5 + tmp6;
259 z4 = tmp5
[all...]
H A Djidctflt.c76 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
146 tmp5 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
150 z13 = tmp6 + tmp5; /* phase 6 */
151 z10 = tmp6 - tmp5;
163 tmp5 = tmp11 - tmp6;
164 tmp4 = tmp10 + tmp5;
170 wsptr[DCTSIZE*2] = tmp2 + tmp5;
171 wsptr[DCTSIZE*5] = tmp2 - tmp5;
220 tmp5 = tmp11 - tmp6;
221 tmp4 = tmp10 + tmp5;
[all...]
H A Djidctfst.c176 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
247 tmp5 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
251 z13 = tmp6 + tmp5; /* phase 6 */
252 z10 = tmp6 - tmp5;
264 tmp5 = tmp11 - tmp6;
265 tmp4 = tmp10 + tmp5;
271 wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
272 wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
346 tmp5 = tmp11 - tmp6;
347 tmp4 = tmp10 + tmp5;
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1627 LIR_Opr tmp3 = LIR_OprFact::illegalOpr, LIR_Opr tmp4 = LIR_OprFact::illegalOpr, LIR_Opr tmp5 = LIR_OprFact::illegalOpr)
1638 , _tmp5(tmp5) {
2062 void exp (LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, LIR_Opr tmp4, LIR_Opr tmp5) { append(new LIR_Op2(lir_exp , from, tmp1, to, tmp2, tmp3, tmp4, tmp5)); } argument
2063 void pow (LIR_Opr arg1, LIR_Opr arg2, LIR_Opr res, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, LIR_Opr tmp4, LIR_Opr tmp5) { append(new LIR_Op2(lir_pow, arg1, arg2, res, tmp1, tmp2, tmp3, tmp4, tmp5)); } argument

Completed in 1892 milliseconds