HomeSort by relevance Sort by last modified time
    Searched defs:tmp1 (Results 101 - 125 of 156) sorted by null

1 2 3 45 6 7

  /system/core/include/private/pixelflinger/
ggl_fixed.h 198 GGLfixed result,tmp,tmp1,tmp2; local
214 "addu %[tmp1],%[tmp],%[res] \t\n"
215 "sltu %[tmp1],%[tmp1],%[tmp]\t\n" /*obit*/
219 "addu %[res],%[res],%[tmp1]\t\n"
220 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1)
230 "addu %[tmp1],%[tmp],%[res] \t\n"
231 "sltu %[tmp1],%[tmp1],%[tmp] \t\n" /*obit?*
294 GGLfixed result,t,tmp1,tmp2; local
366 GGLfixed result,t,tmp1,tmp2; local
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 119 FIXP_DBL delta,tmp0,tmp1,tmp2; local
155 tmp1 = CalcLdData(accu1);
156 tmp2 = (tmp0 - tmp1 + CalcLdData(len1)-CalcLdData(len2));
mh_det.cpp 210 FIXP_DBL invBands,tmp1,tmp2; local
249 tmp1 = CalcLdData(gmOrig); /* CalcLd64(x)/64 */
250 tmp1 = fMult(invBands, tmp1); /* y*CalcLd64(x)/64 */
256 tmp2 = tmp1 + tmp2; /* y*CalcLd64(x)/64 + y*k/64 */
265 tmp1 = CalcLdData(gmTransp); /* CalcLd64(x)/64 */
266 tmp1 = fMult(invBands, tmp1); /* y*CalcLd64(x)/64 */
272 tmp2 = tmp1 + tmp2; /* y*CalcLd64(x)/64 + y*k/64 */
    [all...]
env_est.cpp 802 FIXP_DBL tmp0,tmp1,tmp2,tmp3; local
809 tmp1 = ((FIXP_DBL) (commonScale+tmpScale)) << (DFRACT_BITS-1-LD_DATA_SHIFT-1); /* scaled by 1/64 */
814 nrgLeft = ((tmp0-tmp2)>>1) + (tmp3 - tmp1);
    [all...]
  /external/dnsmasq/src/
dhcp.c 507 struct dhcp_netid *tmp1; local
516 for (tmp1 = pool; tmp1; tmp1 = tmp1->next)
517 if (strcmp(check->net, tmp1->net) == 0)
519 if (!tmp1)
523 for (tmp1 = pool; tmp1; tmp1 = tmp1->next
    [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 418 Packet4f tmp0, tmp1, tmp2; local
420 tmp1 = _mm_unpackhi_ps(vecs[0], vecs[1]);
422 tmp0 = _mm_add_ps(tmp0, tmp1);
423 tmp1 = _mm_unpacklo_ps(vecs[2], vecs[3]);
424 tmp1 = _mm_add_ps(tmp1, tmp2);
425 tmp2 = _mm_movehl_ps(tmp1, tmp0);
426 tmp0 = _mm_movelh_ps(tmp0, tmp1);
444 Packet4i tmp0, tmp1, tmp2; local
446 tmp1 = _mm_unpackhi_epi32(vecs[0], vecs[1])
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 399 ResScalar tmp1 = ResScalar(0), tmp2 = ResScalar(0), tmp3 = ResScalar(0); local
416 tmp0 += cj.pmul(lhs0[j],b); tmp1 += cj.pmul(lhs1[j],b);
477 tmp1 += predux(ptmp1);
488 tmp0 += cj.pmul(lhs0[j],b); tmp1 += cj.pmul(lhs1[j],b);
492 res[(i+offset1)*resIncr] += alpha*tmp1;
  /external/jpeg/
jidctintelsse.c 106 __m128i row0, tmp1, tmp2, tmp3, row2, tmp5, tmp6, tmp7; local
124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w4, x2*w1+x0*w0*/ \
147 tmp1 = _mm_add_epi32(tmp1, * ( __m128i*)M128_round_inv_row); \
151 tmp1 = _mm_add_epi32(tmp1, tmp2); /*a3, a2, a1, a0*/ \
154 tmp2 = tmp1; \
158 row0 = _mm_add_epi32(row0, tmp1); /*y3=a3+b3,y2=a2+b2,y1=a1+b1,y0=a0+b0*/
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 568 CvBGPixelCCStatTable tmp1, tmp2 = cctable[indx]; local
571 tmp1 = cctable[l];
573 tmp2 = tmp1;
670 CvBGPixelCStatTable tmp1, tmp2 = ctable[indx]; local
673 tmp1 = ctable[l];
675 tmp2 = tmp1;
cvlevmarprojbandle.cpp 172 double tmp1 = -piX[0]*tmp3; local
181 cvmSet(derivProj,currVisPoint*2,8+i,X[i]*tmp1);//x' p3i
    [all...]
  /external/openssl/crypto/ec/
ecp_smpl.c 1042 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; local
1070 tmp1 = BN_CTX_get(ctx);
1085 if (!field_mul(group, tmp1, &a->X, Zb23, ctx)) goto end;
1086 tmp1_ = tmp1;
1110 if (!field_mul(group, tmp1, &a->Y, Zb23, ctx)) goto end;
1111 /* tmp1_ = tmp1 */
1184 BIGNUM *tmp0, *tmp1; local
1202 tmp1 = BN_CTX_get(ctx);
1203 if (tmp0 == NULL || tmp1 == NULL) goto err;
1294 if (!group->meth->field_mul(group, tmp1, heap[i/2], heap[i], ctx)) goto err
    [all...]
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 106 __m128i row0, tmp1, tmp2, tmp3, row2, tmp5, tmp6, tmp7; local
124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w4, x2*w1+x0*w0*/ \
147 tmp1 = _mm_add_epi32(tmp1, * ( __m128i*)M128_round_inv_row); \
151 tmp1 = _mm_add_epi32(tmp1, tmp2); /*a3, a2, a1, a0*/ \
154 tmp2 = tmp1; \
158 row0 = _mm_add_epi32(row0, tmp1); /*y3=a3+b3,y2=a2+b2,y1=a1+b1,y0=a0+b0*/
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 930 i32 tmp1, tmp2, tmp3, tmp4; local
1162 u32 tmp1, tmp2; local
    [all...]
h264bsd_reconstruct.c 122 u32 x, y, tmp1, tmp2, tmp3, tmp4, c, val; local
166 tmp1 = ptrA[width];
170 c = ((val * tmp1 + xFrac * tmp3) << 3) + 32;
176 tmp1 = ptrA[width];
178 c = ((val * tmp3 + xFrac * tmp1) << 3) + 32;
218 u32 x, y, tmp1, tmp2, tmp3, c, val; local
264 tmp1 = *ptrA++;
268 c = ((val * tmp1 + yFrac * tmp2) << 3) + 32;
273 tmp1 = *ptrA++;
277 c = ((val * tmp1 + yFrac * tmp2) << 3) + 32
313 u32 x, y, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, valX, valY, plus32 = 32; local
501 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
620 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
754 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
878 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1017 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1220 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1407 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1611 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
h264bsd_deblocking.c 333 i32 tmp1, tmp2; local
336 tmp1 = mb1->totalCoeff[ind1];
343 if (tmp1 || tmp2)
368 i32 tmp1, tmp2, tmp3, tmp4; local
370 tmp1 = mb1->mv[ind1].hor;
375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) ||
427 u32 tmp1, tmp2, tmp3, tmp4; local
429 tmp1 = mb1->totalCoeff[0];
433 if (tmp1 || tmp2)
443 tmp1 = mb1->totalCoeff[4]
494 u32 tmp1, tmp2, tmp3, tmp4; local
1891 u32 tmp1, tmp2, isIntraMb; local
    [all...]
  /external/aac/libAACenc/src/
sf_estim.cpp 126 int tmp1 = psyOutChan->maxSfbPerGroup; local
129 for (sfb = 0; sfb < tmp1; sfb++) {
    [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 22 double tmp1, tmp2, tmp3, tmp4; local
32 tmp1 = i+1;
34 tmp3 = tmp1;
36 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3));
40 tmp1 = i+1;
44 /* corrected statement should read tmp3 = tmp1 . */
50 fjac(i,1) = tmp1*tmp2/tmp4;
51 fjac(i,2) = tmp1*tmp3/tmp4;
133 double tmp1, tmp2, tmp3; local
139 tmp1 = i+1
149 double tmp1, tmp2, tmp3, tmp4; local
434 double tmp1, tmp2, tmp3; local
454 double tmp1, tmp2, tmp3, tmp4; local
534 double tmp1,tmp2,tmp3; local
    [all...]
  /external/openssh/
monitor_wrap.c 706 int success = 0, tmp1 = -1, tmp2 = -1; local
709 if ((tmp1 = dup(pmonitor->m_recvfd)) == -1 ||
712 if (tmp1 > 0)
713 close(tmp1);
718 close(tmp1);
    [all...]
  /external/openssl/ssl/
t1_enc.c 324 unsigned char tmp1[EVP_MAX_KEY_LENGTH]; local
514 key,j,tmp1,tmp2,EVP_CIPHER_key_length(c)))
516 key=tmp1;
567 OPENSSL_cleanse(tmp1,sizeof(tmp1));
568 OPENSSL_cleanse(tmp2,sizeof(tmp1));
    [all...]
  /external/svox/pico/lib/
picosig.c 383 picoos_int32 f_data, mlt, *t1, *tmp1, *tmp2; local
413 tmp1 = sig_subObj->sig_inner.CepBuff[0];
417 sig_subObj->sig_inner.CepBuff[CEPST_BUFF_SIZE-1]=tmp1;
419 tmp1 = sig_subObj->sig_inner.PhsBuff[0];
423 sig_subObj->sig_inner.PhsBuff[PHASE_BUFF_SIZE-1]=tmp1;
491 tmp1 = sig_subObj->sig_inner.CepBuff[CEPST_BUFF_SIZE-1]; /*store into CURR */
499 tmp1 [i] = (picoos_int32) tmp_int16;
511 tmp1 = sig_subObj->sig_inner.PhsBuff[PHASE_BUFF_SIZE-1];
513 getPhsFromPdf(this, tmp_int16, tmp1, &(sig_subObj->sig_inner.VoxBndBuff[PHASE_BUFF_SIZE-1]));
616 tmp1 = sig_subObj->sig_inner.WavBuff_p
    [all...]
picosig2.c 590 picoos_int32 *tmp1, *tmp2; local
645 tmp1 = &(ang[1]);
648 FAST_DEVICE(VOXBND_M1,*(tmp1++)+=*(tmp2)-PICODSP_FIX_SCALE2;*(tmp2)=(*tmp2>=0)?(*tmp2)>>PICODSP_SHIFT_FACT4:-((-(*tmp2))>>PICODSP_SHIFT_FACT4);tmp2++);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 1090 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1279 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1497 int L1, L0, R0, R1, tmp, tmp1; local
1587 int L1, L0, R0, R1, tmp, tmp1; local
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 275 final long tmp1 = local
282 final int result = (int) ((tmp1 + (tmp2 - 1)) / tmp2);
  /external/icu4c/test/intltest/
tmsgfmt.cpp 1118 UnicodeString tmp1, tmp2; local
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 795 Vector3f tmp1 = vars.vect6; local
    [all...]

Completed in 1313 milliseconds

1 2 3 45 6 7