HomeSort by relevance Sort by last modified time
    Searched refs:tmp1 (Results 51 - 75 of 202) sorted by null

1 23 4 5 6 7 8 9

  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 50 $tmp1="%i4";
154 srl $a,27,$tmp1
158 add $tmp1,$e,$e
159 andn $d,$b,$tmp1
163 or $tmp1,$tmp3,$tmp1
165 add $tmp1,$e,$e
173 srl $a,27,$tmp1
177 add $tmp1,$e,$e
179 andn $d,$b,$tmp1
    [all...]
sha512-mips.pl 120 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
128 srl $tmp1,@X[0],8
131 andi $tmp1,0xFF00
134 or $tmp1,$tmp2
135 or @X[0],$tmp1
141 and $tmp1,@X[0],$tmp0 # byte swap($i)
143 dsll $tmp1,24
146 or $tmp1,$tmp2
151 or $tmp1,$tmp2
152 or @X[0],$tmp1
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 81 EAS_I32 tmp1; local
124 tmp1 = *pMixBuffer;
130 tmp1 += tmp0;
131 *pMixBuffer++ = tmp1;
134 tmp1 = *pMixBuffer;
140 tmp1 += tmp0;
141 *pMixBuffer++ = tmp1;
147 tmp1 = *pMixBuffer;
150 tmp1 += tmp2;
151 *pMixBuffer++ = tmp1;
423 EAS_I32 tmp1; local
567 EAS_I32 tmp1; local
    [all...]
ARM-E_voice_gain_gnu.s 46 tmp1 .req r5 label
86 LDR tmp1, [pWTFrame, #m_gainTarget]
94 SMULBB gainIncLeft, tmp1, gainIncLeft
102 SMULBB gainIncRight, tmp1, gainIncRight
110 LDR tmp1, [pMixBuffer]
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
120 STR tmp1, [pMixBuffer], #4
148 LDR tmp1, [pMixBuffer] @ get left channel output sample
153 ADD tmp1, tmp0, tmp1
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 81 EAS_I32 tmp1; local
124 tmp1 = *pMixBuffer;
130 tmp1 += tmp0;
131 *pMixBuffer++ = tmp1;
134 tmp1 = *pMixBuffer;
140 tmp1 += tmp0;
141 *pMixBuffer++ = tmp1;
147 tmp1 = *pMixBuffer;
150 tmp1 += tmp2;
151 *pMixBuffer++ = tmp1;
423 EAS_I32 tmp1; local
567 EAS_I32 tmp1; local
    [all...]
ARM-E_voice_gain_gnu.s 46 tmp1 .req r5 label
86 LDR tmp1, [pWTFrame, #m_gainTarget]
94 SMULBB gainIncLeft, tmp1, gainIncLeft
102 SMULBB gainIncRight, tmp1, gainIncRight
110 LDR tmp1, [pMixBuffer]
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
120 STR tmp1, [pMixBuffer], #4
148 LDR tmp1, [pMixBuffer] @ get left channel output sample
153 ADD tmp1, tmp0, tmp1
    [all...]
  /external/valgrind/main/none/tests/s390x/
div.h 5 unsigned long tmp1 = d1_1; \
12 : "+d" (tmp1), "+d" (tmp2) \
15 printf(#insn " %16.16lX%16.16lX / %16.16lX = %16.16lX (rem %16.16lX)\n", d1_1, d1_2, d2, tmp2, tmp1); \
20 unsigned long tmp1 = d1_1; \
27 : "+d" (tmp1), "+d" (tmp2) \
30 printf(#insn " %16.16lX%16.16lX / %16.16lX = %16.16lX (rem %16.16lX)\n", d1_1, d1_2, d2, tmp2, tmp1); \
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
Intersection.java 94 tmp1 = vars.vect2, local
110 v2.subtract(center, tmp1);
114 tmp1.subtract(tmp0, e0); // tri edge 0
115 tmp2.subtract(tmp1, e1); // tri edge 1
151 p1 = e0.y * tmp1.x - e0.x * tmp1.y;
189 p1 = e1.y * tmp1.x - e1.x * tmp1.y;
204 p1 = e2.z * tmp1.y - e2.y * tmp1.z
    [all...]
  /frameworks/native/libs/utils/
LinearTransform.cpp 35 uint64_t tmp1, tmp2; local
52 // tmp1 = L32(val) * N (a 64 bit int)
54 // M = val * N = (tmp2 << 32) + tmp1
56 tmp1 = (val & UINT32_MAX) * N;
59 // tmp2 = tmp2 + U32(tmp1)
62 tmp2 += tmp1 >> 32;
78 // tmp1 = L32(val) * N
84 // compute tmp1 = (r | M[0, 31])
85 tmp1 = (tmp1 & UINT32_MAX) | ((uint64_t)r << 32)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 155 int32 tmp1 = xr[src_line]; local
159 Scratch_mem[freq ] = tmp1;
176 int32 tmp1 = xr[src_line]; local
180 Scratch_mem[freq ] = tmp1;
pvmp3_mdct_6.cpp 126 int32 tmp1; local
136 tmp1 = *(pt_vec++);
139 *(pt_vec_o++) = fxp_mul32_Q29(tmp1, *(pt_cos++));
pvmp3_get_scale_factors.cpp 196 int32 tmp1 = slen[(i>>1)][gr_info->scalefac_compress]; local
198 if (tmp1)
200 int32 tmp2 = tmp1 * tmp4;
202 tmp4 = 32 - tmp1;
203 for (; tmp2 > 0; tmp2 -= tmp1)
pvmp3_dct_9.cpp 127 int32 tmp1 = vec[7] + vec[1]; local
134 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]);
135 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]);
136 vec[2] = (tmp1 >> 1) - vec[4];
  /external/jpeg/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
73 tmp1 = dataptr[1] + dataptr[6];
84 tmp11 = tmp1 + tmp2;
85 tmp12 = tmp1 - tmp2;
123 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
134 tmp11 = tmp1 + tmp2;
135 tmp12 = tmp1 - tmp2;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
129 tmp1 = dataptr[1] + dataptr[6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
179 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
198 tmp1 = tmp11 + tmp12;
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3
    [all...]
  /external/qemu/distrib/jpeg-6b/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
73 tmp1 = dataptr[1] + dataptr[6];
84 tmp11 = tmp1 + tmp2;
85 tmp12 = tmp1 - tmp2;
123 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
134 tmp11 = tmp1 + tmp2;
135 tmp12 = tmp1 - tmp2;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
129 tmp1 = dataptr[1] + dataptr[6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
179 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
198 tmp1 = tmp11 + tmp12;
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp 454 Word16 tmp1;
488 tmp1 = pv_round(L_shl(L_mult(state->prevCbGain, ONFACTPLUS1), 2));
489 if (sub(cbGain, tmp1) > 0)
600 tmp1 = mult(inno_sav[ppos], ph_imp[j++]);
601 inno[i] = add(inno[i], tmp1);
607 tmp1 = mult(inno_sav[ppos], ph_imp[j++]);
608 inno[i] = add(inno[i], tmp1);
671 register Word16 tmp1; local
740 tmp1 = pv_round(L_temp, pOverflow);
742 if (cbGain > tmp1)
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_fractional.c 153 WebRtc_Word32 tmp1 = 16384; local
158 tmp1 += coef * in1[0];
162 tmp1 += coef * in1[1];
166 tmp1 += coef * in1[2];
170 tmp1 += coef * in1[3];
174 tmp1 += coef * in1[4];
178 tmp1 += coef * in1[5];
182 tmp1 += coef * in1[6];
186 tmp1 += coef * in1[7];
190 *out1 = tmp1 + coef * in1[8]
    [all...]
  /external/openssl/crypto/ec/
ecp_oct.c 74 BIGNUM *tmp1, *tmp2, *x, *y; local
90 tmp1 = BN_CTX_get(ctx);
101 /* tmp1 := x^3 */
107 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err;
112 if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) goto err;
115 /* tmp1 := tmp1 + a*x */
120 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, &group->field)) goto err;
135 if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field)) goto err
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 54 tmp1 RN 7 label
157 SUB tmp1, chrPW, #1 ;// chromaPartWidth-1
160 ADD count, count, tmp1, LSL #20 ;// chromaPartWidth-1
176 LDRB tmp1, [ptrA, width]
183 PKHBT tmp5, tmp1, tmp3, LSL #16
186 LDRB tmp1, [ptrA, width]
192 PKHBT tmp7, tmp3, tmp1, LSL #16
229 LDR tmp1, [sp, #0xd0] ;// y0
233 ADD tmp1, height, tmp1
    [all...]
h264bsd_interpolate_ver_half.s 44 tmp1 RN 4 label
143 AND tmp1, count, #0x000000FF ;// partWidth
147 ADD count, count, tmp1, LSL #24 ;// partWidth-1 to top byte
150 LDR tmp1, [ref], width ;// |a4|a3|a2|a1|
165 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A
181 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A
188 LDR tmp1, [ref], width
200 ;// tmp1 = |t4|t3|t2|t1|
210 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A+T
226 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A+
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp 188 int16 tmp1, g_code; local
258 tmp1 = past_qua_en[2];
260 L_tmp += tmp1;
263 tmp1 = past_qua_en[0];
265 L_tmp += tmp1;
268 past_qua_en[1] = tmp1;
360 tmp1 = pbuf[1];
365 pbuf[i - 1] = tmp1;
368 tmp1 = pbuf[i];

Completed in 544 milliseconds

1 23 4 5 6 7 8 9