Searched refs:t2 (Results 201 - 225 of 873) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dutimer.h201 double t1, t2; local
204 t2 = (double)timer2->start.tv_sec + (double)timer2->start.tv_usec/(1000*1000);
205 return (t2-t1);
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dutimer.h201 double t1, t2; local
204 t2 = (double)timer2->start.tv_sec + (double)timer2->start.tv_usec/(1000*1000);
205 return (t2-t1);
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.h37 FT_Pos t1, t2; member in struct:AF_WarperRec_
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineUtilities.h12 void sub_divide(const _Line& src, double t1, double t2, _Line& dst);
/external/clang/test/CodeGenCXX/
H A Dglobal-array-destruction.cpp47 static T t2[2][3] = { 1.0, 2, 3.0, 4, 5.0, 6, 7.0, 8, 9.0, 10, 11.0, 12 }; variable
/external/clang/test/PCH/
H A Dnamespaces.cpp10 N1::t2 *ip2 = &int_val;
/external/clang/test/Sema/
H A Dpragma-ms_struct.c32 } __attribute__((ms_struct)) t2; variable in typeref:struct:S
/external/clang/test/SemaCXX/
H A Dtrivial-constructor.cpp28 static T2 t2; member in struct:T6
/external/clang/test/SemaTemplate/
H A Dmetafun-apply.cpp37 apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested here}} local
/external/freetype/src/autofit/
H A Dafwarp.h37 FT_Pos t1, t2; member in struct:AF_WarperRec_
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp20 T t2; local
/external/lzma/C/
H A DLzma2Enc.c178 int t1, t1n, t2, t3; local
186 t2 = p->numBlockThreads;
189 if (t2 > NUM_MT_CODER_THREADS_MAX)
190 t2 = NUM_MT_CODER_THREADS_MAX;
194 if (t2 <= 0)
195 t2 = 1;
196 t3 = t1n * t2;
198 else if (t2 <= 0)
200 t2 = t3 / t1n;
201 if (t2
[all...]
/external/skia/experimental/Intersection/
H A DLineUtilities.h12 void sub_divide(const _Line& src, double t1, double t2, _Line& dst);
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dmain.c19 IRType t_dst, t1, t2, t3, t4; local
21 typeof_primop(op->op, &t_dst, &t1, &t2, &t3, &t4);
27 data->opnds[0].type = t2;
33 data->opnds[1].type = t2;
/external/eigen/test/
H A Dgeo_homogeneous.cpp54 T2MatrixType t2 = T2MatrixType::Random(); local
55 VERIFY_IS_APPROX(t2 * (v0.homogeneous().eval()), t2 * v0.homogeneous());
56 VERIFY_IS_APPROX(t2 * (m0.colwise().homogeneous().eval()), t2 * m0.colwise().homogeneous());
58 VERIFY_IS_APPROX((v0.transpose().rowwise().homogeneous().eval()) * t2,
59 v0.transpose().rowwise().homogeneous() * t2);
61 VERIFY_IS_APPROX((m0.transpose().rowwise().homogeneous().eval()) * t2,
62 m0.transpose().rowwise().homogeneous() * t2);
/external/valgrind/main/none/tests/mips64/
H A Dcvm_ins.c131 TESTINST1("exts $t1, $t2, 1, 7", reg_val[i], t1, t2, 1, 7);
138 TESTINST1("exts32 $t1, $t2, 1 , 7", reg_val[i], t1, t2, 1, 7);
145 TESTINST1("cins $t1, $t2, 2 , 9", reg_val[i], t1, t2, 2, 9);
152 TESTINST1("cins32 $t1, $t2, 2 , 9", reg_val[i], t1, t2, 2, 9);
159 TESTINST2("seq $t1, $t2 ,$t3 ", reg_val[i], reg_val[j],
160 t1, t2, t
[all...]
/external/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl145 my ($r,$t0,$t1,$t2,$t3)=map("q$_",(0..3,8..12));
174 vext.8 $t2#lo, $a, $a, #3 @ A3
176 vmull.p8 $t2, $t2#lo, $b @ J = A3*B
186 veor $t2, $t2, $r @ N = I + J
189 veor $t2#lo, $t2#lo, $t2#hi @ t2
[all...]
/external/pixman/pixman/
H A Dpixman-mips-memcpy-asm.S109 lw t2, 8(a1)
119 sw t2, 8(a0)
131 lw t2, 40(a1)
141 sw t2, 40(a0)
165 lw t2, 8(a1)
175 sw t2, 8(a0)
258 LWHI t2, 8(a1)
259 LWLO t2, 11(a1)
274 sw t2, 8(a0)
288 LWHI t2, 4
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
H A Dmemcpy.S17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
19 ldd [%src + (offset) + 0x08], %t2; \
24 st %t2, [%dst + (offset) + 0x08]; \
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
33 ldd [%src + (offset) + 0x08], %t2; \
37 std %t2, [%dst + (offset) + 0x08]; \
41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \
43 ldd [%src - (offset) - 0x08], %t2; \
46 st %t2, [%dst - (offset) - 0x08]; \
49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha256-586.pl406 my ($t1,$t2) = ("ecx","esi");
412 # &mov ($t2,&DWP(32+4*(($i+14)&15),"esp"));
414 &mov ("edi",$t2);
415 &ror ($t2,19-17);
419 &xor ($t2,"edi");
421 &ror ($t2,17);
425 #&xor ("edi",$t2) # sigma1(X[-2])
430 &xor ("edi",$t2) if ($i>=16); # sigma1(X[-2])
431 &mov ($t2,&off($f));
438 &xor ($t2,"ed
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c261 float t0, t1, t2; local
305 t2 = 0.5f - x2 * x2 - y2 * y2;
306 if (t2 < 0.0f)
309 t2 *= t2;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
348 float t0, t1, t2, t3; local
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
450 if (t2 < 0.
531 float t0, t1, t2, t3, t4; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c261 float t0, t1, t2; local
305 t2 = 0.5f - x2 * x2 - y2 * y2;
306 if (t2 < 0.0f)
309 t2 *= t2;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
348 float t0, t1, t2, t3; local
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
450 if (t2 < 0.
531 float t0, t1, t2, t3, t4; local
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl61 $t2="%l6";
196 ld [$key+8],$t2
204 xor $t2,$s2,$s2
207 ld [$key+24],$t2
288 xor $acc8,$t2,$t2
290 xor $acc9,$t2,$t2
292 xor $acc10,$t2,$t2
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/aes/
H A Daes.c705 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
725 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^
730 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^
732 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^
734 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^
737 Te3[t2 & 0xff] ^ rk[11];
743 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^
748 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^
750 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^
752 s2 = Te0[t2 >> 2
893 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/external/openssl/crypto/aes/
H A Daes_core.c785 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
805 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
808 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
809 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
810 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
811 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
815 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
818 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
819 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
820 s2 = Te0[t2 >> 2
976 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]

Completed in 514 milliseconds

1234567891011>>