Searched refs:t0 (Results 151 - 175 of 207) sorted by relevance

123456789

/external/chromium/base/
H A Dtuple_unittest.cc33 Tuple0 t0 ALLOW_UNUSED = MakeTuple();
/external/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl225 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
227 my ($x0,$x1,$y0,$y1,$t0)=@_;
229 movdqa $y0, $t0
230 pxor $y1, $t0
231 pand $x0, $t0
236 pxor $t0, $x1
242 my ($x0,$x1,$y0,$y1,$t0)=@_;
244 movdqa $y0, $t0
245 pxor $y1, $t0
246 pand $x0, $t0
[all...]
/external/fdlibm/
H A De_lgamma_r.c109 t0 = 4.83836122723810047042e-01, /* 0x3FDEF72B, 0xC8EE38A2 */ variable
265 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc327 __ lbu(t0, MemOperand(a2, 0));
330 __ Branch(&loop_check, eq, t0, Operand(a3));
334 __ Or(t0, t0, Operand(0x20)); // Also convert input character.
335 __ Branch(&fail, ne, t0, Operand(a3));
429 __ lbu(t0, MemOperand(a2, 0));
435 __ lhu(t0, MemOperand(a2, 0));
438 BranchOrBacktrack(on_no_match, ne, a3, Operand(t0));
/external/opencv/cv/src/
H A Dcvundistort.cpp80 float t0 = CV_8TO32F(ptr[i]), t1 = CV_8TO32F(ptr[i+srcstep]); local
81 t0 += _x*(CV_8TO32F(ptr[i+cn]) - t0);
83 dst[u*cn + i] = (uchar)cvRound(t0 + _y*(t1 - t0));
H A Dcvimgwarp.cpp150 uchar t0 = tsrc[x_ofs[x]]; local
153 dst[x] = t0;
351 float t0 = buf[dxn] + load_macro(src[sxn])*alpha; \
353 buf[dxn] = t0; buf[dxn+1] = t1; \
361 float t0 = buf[dxn] + load_macro(src[sxn])*alpha; \
364 buf[dxn] = t0; buf[dxn+1] = t1; buf[dxn+2] = t2; \
372 float t0 = buf[dxn] + load_macro(src[sxn])*alpha; \
374 buf[dxn] = t0; buf[dxn+1] = t1; \
375 t0 = buf[dxn+2] + load_macro(src[sxn+2])*alpha; \
377 buf[dxn+2] = t0; bu
[all...]
H A Dcvsmooth.cpp283 int t0 = CV_DESCALE(s0*iscale, BLUR_SHIFT), t1 = CV_DESCALE(s1*iscale, BLUR_SHIFT); local
286 dst[i] = (uchar)t0; dst[i+1] = (uchar)t1;
291 int s0 = sum[i] + sp[i], t0 = CV_DESCALE(s0*iscale, BLUR_SHIFT); local
292 sum[i] = s0 - sm[i]; dst[i] = (uchar)t0;
480 double t0 = s0*scale, t1 = s1*scale; local
482 dst[i] = (float)t0; dst[i+1] = (float)t1;
496 double s0 = sum[i] + sp[i], t0 = s0*scale; local
497 sum[i] = s0 - sm[i]; dst[i] = (float)t0;
H A Dcvcorner.cpp180 double t0 = buf[j]*dst[6*j + 2]; local
183 dst[6*j + 2] = (float)t0;
186 t0 = buf[j + size.width]*dst[6*j + 4];
189 dst[6*j + 4] = (float)t0;
H A Dcvfundam.cpp687 double t0, t1, t2; local
733 t0 = f2[4]*f2[8] - f2[5]*f2[7];
737 c[3] = f2[0]*t0 - f2[1]*t1 + f2[2]*t2;
739 c[2] = f1[0]*t0 - f1[1]*t1 + f1[2]*t2 -
747 t0 = f1[4]*f1[8] - f1[5]*f1[7];
751 c[1] = f2[0]*t0 - f2[1]*t1 + f2[2]*t2 -
759 c[0] = f1[0]*t0 - f1[1]*t1 + f1[2]*t2;
/external/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c287 BN_ULONG ta=(a),tb=(b),t0; \
289 t0 = ta * tb; \
291 t1 = t0+t0; t2 += (t1<t0)?1:0; \
/external/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c776 char *t0; local
777 t0 = ctime(&t);
778 memcpy(buf, t0 + 4, 20);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java715 * @param t0 First point of the triangle.
721 public static int pointInsideTriangle(Vector2f t0, Vector2f t1, Vector2f t2, Vector2f p) { argument
722 int val1 = counterClockwise(t0, t1, p);
733 int val3 = counterClockwise(t2, t0, p);
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py786 t0 = temp_tokens[0]
792 return self._CreateVariable(t0, name, type_name, modifiers,
1233 t0 = name_tokens[0]
1235 t0.start-7, t0.start-2)
1316 t0 = tokens[0]
1317 return Friend(t0.start, t0.end, tokens, self.namespace_stack)
/external/guava/guava-tests/test/com/google/common/base/
H A DSuppliersTest.java297 long t0 = System.nanoTime();
299 if (System.nanoTime() - t0 > timeout) {
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c7370 IRTemp* t1, IRTemp* t0 )
7377 vassert(t0 && *t0 == IRTemp_INVALID);
7382 *t0 = newTemp(Ity_I32);
7386 assign( *t0, unop(Iop_64to32, mkexpr(lo64)) );
7395 IRTemp t1, IRTemp t0 )
7400 binop(Iop_32HLto64, mkexpr(t1), mkexpr(t0))
7409 IRTemp* t1, IRTemp* t0 )
7416 vassert(t0 && *t0
7871 IRTemp addr, t0, t1, t2, t3, t4, t5, t6; local
[all...]
H A Dguest_amd64_toIR.c8661 IRTemp* t1, IRTemp* t0 )
8668 vassert(t0 && *t0 == IRTemp_INVALID);
8673 *t0 = newTemp(Ity_I32);
8677 assign( *t0, unop(Iop_64to32, mkexpr(lo64)) );
8686 IRTemp t1, IRTemp t0 )
8691 binop(Iop_32HLto64, mkexpr(t1), mkexpr(t0))
8700 IRTemp* t1, IRTemp* t0 )
8707 vassert(t0 && *t0
9065 IRTemp addr, t0, t1, t2, t3, t4, t5, t6; local
[all...]
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp388 int t0 = slope << 7; local
397 ep_table[5] = ((t1 + t0) >> 8) & 0x1ff;
399 ep_table[7] = ((t2 + t0) >> 8) & 0x1ff;
1166 CvPoint pt0, pt1, t0, t1; local
1192 t0.y = pt0.y; t1.y = pt1.y;
1193 t0.x = (pt0.x + (XY_ONE >> 1)) >> XY_SHIFT;
1195 icvLine( img, t0, t1, color, line_type );
1199 t0.x = pt0.x; t1.x = pt1.x;
1200 t0.y = pt0.y << XY_SHIFT;
1202 icvLineAA( img, t0, t
[all...]
/external/skia/src/gpu/
H A DGrMatrix.cpp658 GrPoint t0, t1, t2;
659 t0 = a.mapPoint(pt); // map to a new point
663 GrAssert(t0 == t1 && t1 == t2);
665 GrVec vec = origin - t0;
666 // vec.setBetween(t0, origin);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp921 bool trianglesOverlap(LoopBlinnLocalTriangulator::Triangle* t0, argument
924 return trianglesOverlap(t0->getVertex(0)->xyCoordinates(),
925 t0->getVertex(1)->xyCoordinates(),
926 t0->getVertex(2)->xyCoordinates(),
/external/bluetooth/bluedroid/stack/smp/
H A Daes.c524 { uint_8t tt, t0, t1, t2, t3; local
526 t0 = ctx->ksch[cc - 4];
532 tt = t0;
533 t0 = s_box(t1) ^ rc;
541 t0 = s_box(t0);
547 ctx->ksch[cc + 0] = ctx->ksch[tt + 0] ^ t0;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c933 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
988 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
990 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
992 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2];
994 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3];
1001 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1056 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
1058 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
1060 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
1062 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0)
[all...]
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c752 UINT8 t0; local
805 t0 = p_pa_iso->ats_res[NCI_ATS_T0_INDEX];
807 if (t0 & NCI_ATS_TA_MASK)
809 if (t0 & NCI_ATS_TB_MASK)
816 if (t0 & NCI_ATS_TC_MASK)
/external/qemu/target-mips/
H A Dop_helper.c716 target_ulong t0; local
724 t0 = env->CP0_Status & ~0xf1000018;
725 t0 |= tcstatus & (0xf << CP0TCSt_TCU0);
726 t0 |= (tcstatus & (1 << CP0TCSt_TMX)) >> (CP0TCSt_TMX - CP0St_MX);
727 t0 |= (tcstatus & (0x3 << CP0TCSt_TKSU)) >> (CP0TCSt_TKSU - CP0St_KSU);
729 return t0;
749 target_ulong t0 = env->CP0_Debug; local
751 t0 |= 1 << CP0DB_DM;
753 return t0;
1730 target_ulong t0 local
1740 target_ulong t0 = env->CP0_Status; local
[all...]
/external/opencv/ml/src/
H A Dmlsvm.cpp299 double t0 = sample[k] - another[k]; local
302 s += t0*t0 + t1*t1;
304 t0 = sample[k+2] - another[k+2];
307 s += t0*t0 + t1*t1;
312 double t0 = sample[k] - another[k]; local
313 s += t0*t0;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java142 long t0 = System.nanoTime();
147 (System.nanoTime() - t0) / (1000L * 1000L);

Completed in 643 milliseconds

123456789