Searched defs:tmp1 (Results 1 - 25 of 200) sorted by relevance

12345678

/external/llvm/test/MC/Mips/
H A Dmips_gprel16.s64 $tmp1:
65 .size testvar2, ($tmp1)-testvar2
H A Delf-tls.s79 $tmp1:
80 .size f2, ($tmp1)-f2
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dspl_sqrt_floor_mips.c51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
57 "lui %[tmp1], 0x4000 \n\t"
58 "slt %[tmp2], %[value], %[tmp1] \n\t"
59 "sub %[tmp3], %[value], %[tmp1] \n\t"
60 "lui %[tmp1], 0x1 \n\t"
61 "or %[tmp4], %[root], %[tmp1] \n\t"
65 "addiu %[tmp1], $0, 0x4000 \n\t"
66 "addu %[tmp1], %[tmp1], %[root] \n\t"
67 "sll %[tmp1], 1
[all...]
H A Dcomplex_bit_reverse_mips.c67 int32_t tmp1, tmp2, tmp3, tmp4; local
88 "ulw %[tmp1], 0(%[ptr_i]) \n\t"
92 "usw %[tmp1], 0(%[ptr_j]) \n\t"
96 "lh %[tmp1], 8(%[pcoeftable_8]) \n\t"
100 "addu %[ptr_i], %[frfi], %[tmp1] \n\t"
104 "ulw %[tmp1], 0(%[ptr_i]) \n\t"
108 "usw %[tmp1], 0(%[ptr_j]) \n\t"
116 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [ptr_i] "=&r" (ptr_i),
140 "ulw %[tmp1],
[all...]
H A Dresample_by_2_internal.c34 int32_t tmp0, tmp1, diff; local
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
48 diff = tmp1 - state[2];
54 state[1] = tmp1;
76 tmp1 = state[4] + diff * kResampleAllpass[0][0];
78 diff = tmp1 - state[6];
84 state[5] = tmp1;
104 tmp1 = (in[(i << 1) + 2] + in[(i << 1) + 3]) >> 15;
110 if (tmp1 > (int32_t)0x00007FFF)
111 tmp1
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...]
H A Dresample_fractional.c151 int32_t tmp1 = 16384; local
156 tmp1 += coef * in1[0];
160 tmp1 += coef * in1[1];
164 tmp1 += coef * in1[2];
168 tmp1 += coef * in1[3];
172 tmp1 += coef * in1[4];
176 tmp1 += coef * in1[5];
180 tmp1 += coef * in1[6];
184 tmp1 += coef * in1[7];
188 *out1 = tmp1
[all...]
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
H A DELF_O32_PIC_relocations.s18 # rtdyld-check: *{4}(R_MIPS_PC32 + 4) = (foo - tmp1)[31:0]
19 tmp1: label
20 .4byte foo-tmp1
H A DELF_Mips64r2N64_PIC_relocations.s14 # rtdyld-check: *{4}(R_MIPS_PC32 + 4) = (foo - tmp1)[31:0]
15 tmp1: label
16 .4byte foo-tmp1
/external/aac/libAACdec/src/arm/
H A Dblock_arm.cpp120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
122 tmp1 = pSpectrum[1];
126 tmp1 >>= scale;
130 *pSpectrum++ = tmp1;
/external/aac/libFDK/include/arm/
H A Dcplx_mul.h110 LONG tmp1,tmp2; local
118 : "=&r"(tmp1), "=&r"(tmp2)
122 *c_Re = tmp1;
135 LONG tmp1, tmp2; local
139 "smlawb %0, %2, %4, %1;\n" /* tmp1 = a_Re * b_Re - a_Im * b_Im */
142 : "=&r"(tmp1), "=&r"(tmp2)
146 *c_Re = tmp1;
159 LONG tmp1, tmp2; local
166 : "=&r"(tmp1), "=&r"(tmp2)
170 *c_Re += tmp1;
184 LONG tmp1, tmp2; local
[all...]
/external/aac/libFDK/include/
H A Dfft.h126 FIXP_DBL a00, a10, a20, a30, tmp0, tmp1; local
137 tmp1 = a20 - x[5]; /* Im A - Im B */
147 x[3] = tmp1 - a10; /* Im B' = Im A - Im B - Re C + Re D */
148 x[7] = tmp1 + a10; /* Im D' = Im A - Im B + Re C - Re D */
/external/aac/libFDK/src/arm/
H A Dscale_arm.cpp117 FIXP_DBL tmp1 = mySpec[1]; local
121 tmp1 = fMultDiv2(tmp1, factor);
125 tmp1 <<= shift;
129 *mySpec++ = tmp1;
147 FIXP_DBL tmp1 = mySpec[1]; local
151 tmp1 = fMultDiv2(tmp1, factor);
155 tmp1 >>= shift;
159 *mySpec++ = tmp1;
[all...]
/external/libopus/silk/float/
H A Dwarped_autocorrelation_FLP.c44 double tmp1, tmp2; local
53 tmp1 = input[ n ];
57 tmp2 = state[ i ] + warping * ( state[ i + 1 ] - tmp1 );
58 state[ i ] = tmp1;
59 C[ i ] += state[ 0 ] * tmp1;
61 tmp1 = state[ i + 1 ] + warping * ( state[ i + 2 ] - tmp2 );
65 state[ order ] = tmp1;
66 C[ order ] += state[ 0 ] * tmp1;
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s50 tmp1 .req r9 label
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
113 MOV z1, tmp1, ASR #14 @ shift result to low word
H A DARM-E_interpolate_loop_gnu.s46 tmp1 .req r5 label
86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
89 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
95 SMULBB tmp1, phaseFrac, tmp1
[all...]
H A DARM-E_interpolate_noloop_gnu.s50 tmp1 .req r8 label
78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
81 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
87 SMULBB tmp1, phaseFrac, tmp1
[all...]
H A DARM-E_voice_gain_gnu.s46 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, tmp
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dstate_construct.c36 int16_t *tmp1, *tmp2, *tmp3; local
56 tmp1 = sampleVal;
63 *tmp1 = (int16_t)((maxVal * WebRtcIlbcfix_kStateSq3[*tmp2] + 2097152) >>
65 tmp1++;
72 *tmp1 = (int16_t)((maxVal * WebRtcIlbcfix_kStateSq3[*tmp2] + 262144) >>
74 tmp1++;
81 *tmp1 = (int16_t)((maxVal * WebRtcIlbcfix_kStateSq3[*tmp2] + 65536) >>
83 tmp1++;
105 tmp1 = &sampleAr[len-1];
109 (*tmp3) = (*tmp1)
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_neon.c45 int16x4_t tmp1, tmp2; local
52 tmp1 = vshrn_n_s32(a, 16);
55 statev = vqdmlsl_s16(vshll_n_s16(datav, 16), tmp1, factorv);
62 tmp1 = vld1_lane_s16(data_ch1 + 1, tmp1, 1);
63 tmp1 = vld1_lane_s16(data_ch2 + 1, tmp1, 3);
64 datav = vrev32_s16(tmp1);
69 tmp1 = vshrn_n_s32(a, 16);
71 vst1_lane_s16(data_ch1 + n, tmp1,
[all...]
/external/aac/libAACdec/src/
H A Dldfiltbank.cpp134 FIXP_DBL z0, z2, tmp0, tmp1; local
142 tmp1 = ( fMultDiv2(z[N/2+i], fb[N+N/2-1-i]) + fMultDiv2(z[i], fb[N+N/2+i]) ) ;
147 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp1, -WTS1-1 + scale, SAMPLE_BITS);
151 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp1, WTS1+1 - scale, SAMPLE_BITS);
/external/aac/libAACenc/src/
H A Dtransform.cpp203 FIXP_DBL tmp1; local
204 tmp1 = fMultDiv2((FIXP_PCM)timeData[tl+nr+i], pRightWindowPart[i].v.re);
205 mdctData[(tl/2)-nr-i-1] = -fMultAddDiv2(tmp1, (FIXP_PCM)timeData[(tl*2)-nr-i-1], pRightWindowPart[i].v.im);
/external/boringssl/src/crypto/ec/
H A Doct.c275 BIGNUM *tmp1, *tmp2, *x, *y; local
290 tmp1 = BN_CTX_get(ctx);
302 /* tmp1 := x^3 */
310 !group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) {
315 !BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) {
320 /* tmp1 := tmp1 + a*x */
324 !BN_mod_sub_quick(tmp1, tmp1, tmp2, &group->field)) {
340 if (!BN_mod_add_quick(tmp1, tmp
[all...]
/external/eigen/unsupported/test/
H A DNumericalDiff.cpp39 double tmp1, tmp2, tmp3; local
45 tmp1 = i+1;
47 tmp3 = (i>=8)? tmp2 : tmp1;
48 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3));
55 double tmp1, tmp2, tmp3, tmp4; local
58 tmp1 = i+1;
60 tmp3 = (i>=8)? tmp2 : tmp1;
63 fjac(i,1) = tmp1*tmp2/tmp4;
64 fjac(i,2) = tmp1*tmp3/tmp4;
/external/ipsec-tools/src/racoon/
H A Disakmp_unity.c273 char tmp1[40]; local
293 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
295 plog(LLV_DEBUG, LOCATION, NULL, "splitnet: %s/%s\n", tmp1, tmp2);
362 char tmp1[40]; local
372 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
374 len += strlen(tmp1);
391 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
400 len += sprintf(str+len, "%s/%d ", tmp1, cidrmask);
402 len += sprintf(str+len, "%s/%s ", tmp1, tmp2);
/external/libjpeg-turbo/
H A Djfdctflt.c61 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;

Completed in 684 milliseconds

12345678