Searched refs:tmp0 (Results 1 - 25 of 148) sorted by relevance

123456

/external/chromium_org/v8/test/mjsunit/
H A Ddelete-vars-from-eval.js31 eval("var tmp0 = 0");
32 assertEquals(0, tmp0);
33 assertTrue(delete tmp0);
34 assertTrue(typeof(tmp0) == 'undefined');
/external/aac/libFDK/src/arm/
H A Dscale_arm.cpp116 FIXP_DBL tmp0 = mySpec[0]; local
120 tmp0 = fMultDiv2(tmp0, factor);
124 tmp0 <<= shift;
128 *mySpec++ = tmp0;
135 FIXP_DBL tmp0 = mySpec[0]; local
136 tmp0 = fMultDiv2(tmp0, factor);
137 tmp0 <<= shift;
138 *mySpec++ = tmp0;
146 FIXP_DBL tmp0 = mySpec[0]; local
165 FIXP_DBL tmp0 = mySpec[0]; local
[all...]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dresample_by_2_internal.c34 int32_t tmp0, tmp1, diff; local
42 tmp0 = in[i << 1];
43 diff = tmp0 - state[1];
47 state[0] = tmp0;
53 tmp0 = state[1] + diff * kResampleAllpass[1][1];
55 diff = tmp0 - state[3];
61 state[2] = tmp0;
72 tmp0 = in[i << 1];
73 diff = tmp0 - state[5];
77 state[4] = tmp0;
129 int32_t tmp0, tmp1, diff; local
203 int32_t tmp0, tmp1, diff; local
273 int32_t tmp0, tmp1, diff; local
343 int32_t tmp0, tmp1, diff; local
422 int32_t tmp0, tmp1, diff; local
555 int32_t tmp0, tmp1, diff; local
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_by_2_internal.c34 WebRtc_Word32 tmp0, tmp1, diff; local
42 tmp0 = in[i << 1];
43 diff = tmp0 - state[1];
47 state[0] = tmp0;
53 tmp0 = state[1] + diff * kResampleAllpass[1][1];
55 diff = tmp0 - state[3];
61 state[2] = tmp0;
72 tmp0 = in[i << 1];
73 diff = tmp0 - state[5];
77 state[4] = tmp0;
129 WebRtc_Word32 tmp0, tmp1, diff; local
203 WebRtc_Word32 tmp0, tmp1, diff; local
273 WebRtc_Word32 tmp0, tmp1, diff; local
343 WebRtc_Word32 tmp0, tmp1, diff; local
422 WebRtc_Word32 tmp0, tmp1, diff; local
555 WebRtc_Word32 tmp0, tmp1, diff; local
[all...]
/external/aac/libAACdec/src/arm/
H A Dblock_arm.cpp120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
121 tmp0 = pSpectrum[0];
125 tmp0 >>= scale;
129 *pSpectrum++ = tmp0;
/external/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl48 $tmp0="%i3";
57 sll $a,5,$tmp0 !! $i
60 add $tmp0,$e,$e
61 and $c,$b,$tmp0
66 or $tmp1,$tmp0,$tmp1
85 sll $a,5,$tmp0 !! $i
95 sll $a,5,$tmp0 !! $i
120 add $tmp0,$e,$e !!
121 and $c,$b,$tmp0
127 or $tmp1,$tmp0,
[all...]
H A Dsha512-sparcv9.pl108 $tmp0="%g3";
177 add $tmp31,32,$tmp0
178 sllx @pair[0],$tmp0,$tmp1
194 add $tmp31,32,$tmp0
196 sllx @pair[0],$tmp0,$tmp1
226 $SRL $e,@Sigma1[1],$tmp0
229 xor $tmp0,$h,$h
230 $SRL $e,@Sigma1[2],$tmp0
233 xor $tmp0,$h,$h
235 xor $tmp1,$h,$tmp0 ! Sigma
[all...]
H A Dsha1-sparcv9a.pl49 $tmp0="%i3";
150 sll $a,5,$tmp0 !! $i
155 add $tmp0,$e,$e
169 sll $a,5,$tmp0 !! $i
174 add $tmp0,$e,$e
203 sll $a,5,$tmp0 !! $i
207 add $tmp0,$e,$e
209 xor $c,$b,$tmp0
212 xor $d,$tmp0,$tmp1
221 sll $a,5,$tmp0 !!
[all...]
H A Dsha512-mips.pl120 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
127 srl $tmp0,@X[0],24 # byte swap($i)
133 or @X[0],$tmp0
138 ori $tmp0,$zero,0xFF
139 dsll $tmp2,$tmp0,32
140 or $tmp0,$tmp2 # 0x000000FF000000FF
141 and $tmp1,@X[0],$tmp0 # byte swap($i)
144 and $tmp2,$tmp0
145 dsll $tmp0,8 # 0x0000FF000000FF00
147 and $tmp2,@X[0],$tmp0
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djidctred.c122 INT32 tmp0, tmp2, tmp10, tmp12; local
158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
159 tmp0 <<= (CONST_BITS+1);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
225 tmp10 = tmp0
275 INT32 tmp0, tmp10, z1; local
[all...]
/external/jpeg/
H A Djidctred.c122 INT32 tmp0, tmp2, tmp10, tmp12; local
158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
159 tmp0 <<= (CONST_BITS+1);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
225 tmp10 = tmp0
275 INT32 tmp0, tmp10, z1; local
[all...]
H A Djidctint.c152 INT32 tmp0, tmp1, tmp2, tmp3; local
216 tmp0 = (z2 + z3) << CONST_BITS;
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
228 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
233 z1 = tmp0 + tmp3;
235 z3 = tmp0 + tmp2;
239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
251 tmp0
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jidctred.c123 INT32 tmp0, tmp2, tmp10, tmp12; local
159 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
160 tmp0 <<= (CONST_BITS+1);
167 tmp10 = tmp0 + tmp2;
168 tmp12 = tmp0 - tmp2;
177 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
191 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
192 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
221 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
226 tmp10 = tmp0
276 INT32 tmp0, tmp10, z1; local
[all...]
H A Dfpdfapi_jidctint.c153 INT32 tmp0, tmp1, tmp2, tmp3; local
217 tmp0 = (z2 + z3) << CONST_BITS;
220 tmp10 = tmp0 + tmp3;
221 tmp13 = tmp0 - tmp3;
229 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
234 z1 = tmp0 + tmp3;
236 z3 = tmp0 + tmp2;
240 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
252 tmp0
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djidctred.c122 INT32 tmp0, tmp2, tmp10, tmp12; local
158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
159 tmp0 <<= (CONST_BITS+1);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
225 tmp10 = tmp0
275 INT32 tmp0, tmp10, z1; local
[all...]
H A Djidctint.c152 INT32 tmp0, tmp1, tmp2, tmp3; local
216 tmp0 = (z2 + z3) << CONST_BITS;
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
228 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
233 z1 = tmp0 + tmp3;
235 z3 = tmp0 + tmp2;
239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
251 tmp0
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wtengine.c80 EAS_I32 tmp0; local
109 tmp0 = *pInputBuffer++;
115 tmp2 *= tmp0;
127 tmp0 = tmp2 * gainLeft;
129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS;
130 tmp1 += tmp0;
137 tmp0 = tmp2 * gainRight;
139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BIT
422 EAS_I32 tmp0; local
566 EAS_I32 tmp0; local
[all...]
H A DARM-E_interpolate_loop_gnu.s45 tmp0 .req r1 @reuse register label
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
88 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
105 MOV tmp0, tmp0, LS
[all...]
H A DARM-E_voice_gain_gnu.s45 tmp0 .req r4 label
85 LDR tmp0, [pWTFrame, #m_prevGain]
92 SMULBB gainLeft, tmp0, gainLeft
100 SMULBB gainRight, tmp0, gainRight
107 LDRSH tmp0, [pInputBuffer], #2
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
122 SMLAWB tmp2, gainRight, tmp0, tmp2
126 LDRGTSH tmp0, [pInputBuffer], #2
146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output
150 SMULWB tmp0, gai
[all...]
H A DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register label
77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
80 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, AS
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtengine.c80 EAS_I32 tmp0; local
109 tmp0 = *pInputBuffer++;
115 tmp2 *= tmp0;
127 tmp0 = tmp2 * gainLeft;
129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS;
130 tmp1 += tmp0;
137 tmp0 = tmp2 * gainRight;
139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BIT
422 EAS_I32 tmp0; local
566 EAS_I32 tmp0; local
[all...]
H A DARM-E_interpolate_loop_gnu.s45 tmp0 .req r1 @reuse register label
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
88 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
105 MOV tmp0, tmp0, LS
[all...]
H A DARM-E_voice_gain_gnu.s45 tmp0 .req r4 label
85 LDR tmp0, [pWTFrame, #m_prevGain]
92 SMULBB gainLeft, tmp0, gainLeft
100 SMULBB gainRight, tmp0, gainRight
107 LDRSH tmp0, [pInputBuffer], #2
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
122 SMLAWB tmp2, gainRight, tmp0, tmp2
126 LDRGTSH tmp0, [pInputBuffer], #2
146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output
150 SMULWB tmp0, gai
[all...]
H A DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register label
77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
80 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, AS
[all...]
/external/aac/libAACdec/src/
H A Dldfiltbank.cpp134 FIXP_DBL z0, z2, tmp0, tmp1; local
141 tmp0 = ( fMultDiv2(z[N/2+i], fb[N/2-1-i]) + fMultDiv2(z[i], fb[N/2+i]) ) ;
146 output[(i-N/4)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
150 output[(i-N/4)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
160 FIXP_DBL tmp0 = fMultDiv2(z[i], fb[N/2+i]); local
164 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
167 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);

Completed in 2484 milliseconds

123456