Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 25 of 2077) sorted by relevance

12345678910>>...84

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/
Dlt.pass.cpp44 const T2 t2; in main() local
45 assert(!(t1 < t2)); in main()
46 assert( (t1 <= t2)); in main()
47 assert(!(t1 > t2)); in main()
48 assert( (t1 >= t2)); in main()
54 const T2 t2(1); in main() local
55 assert(!(t1 < t2)); in main()
56 assert( (t1 <= t2)); in main()
57 assert(!(t1 > t2)); in main()
58 assert( (t1 >= t2)); in main()
[all …]
Deq.pass.cpp32 const T2 t2; in main() local
33 assert(t1 == t2); in main()
34 assert(!(t1 != t2)); in main()
40 const T2 t2(1.1); in main() local
41 assert(!(t1 == t2)); in main()
42 assert(t1 != t2); in main()
48 const T2 t2(1); in main() local
49 assert(t1 == t2); in main()
50 assert(!(t1 != t2)); in main()
56 const T2 t2(1, 2); in main() local
[all …]
/external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/
Dop_less.pass.cpp45 T1 t2(Duration1(3)); in main() local
46 assert(!(t1 < t2)); in main()
47 assert(!(t1 > t2)); in main()
48 assert( (t1 <= t2)); in main()
49 assert( (t1 >= t2)); in main()
53 T1 t2(Duration1(4)); in main() local
54 assert( (t1 < t2)); in main()
55 assert(!(t1 > t2)); in main()
56 assert( (t1 <= t2)); in main()
57 assert(!(t1 >= t2)); in main()
[all …]
Dop_equal.pass.cpp37 T1 t2(Duration1(3)); in main() local
38 assert( (t1 == t2)); in main()
39 assert(!(t1 != t2)); in main()
43 T1 t2(Duration1(4)); in main() local
44 assert(!(t1 == t2)); in main()
45 assert( (t1 != t2)); in main()
49 T2 t2(Duration2(3000)); in main() local
50 assert( (t1 == t2)); in main()
51 assert(!(t1 != t2)); in main()
55 T2 t2(Duration2(3001)); in main() local
[all …]
/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghashv8-armx.pl68 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14));
103 vshr.u64 $t2,$xC2,#63
105 vext.8 $t0,$t2,$xC2,#8 @ t0=0xc2....01
106 vshr.u64 $t2,$IN,#63
108 vand $t2,$t2,$t0
110 vext.8 $t2,$t2,$t2,#8
112 vorr $IN,$IN,$t2 @ H<<<=1
124 veor $t2,$Xl,$Xh
126 veor $Xm,$Xm,$t2
127 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase
[all …]
Dghash-neon-armv8.pl77 my ($t0, $t1, $t2, $t3) = map("v$_", (16..19));
96 ext $t2.8b, $a.8b, $a.8b, #3 // A3
98 pmull $t2.8h, $t2.8b, $b.8b // J = A3*B
127 eor $t2.16b, $t2.16b, $r.16b // N = I + J
133 zip1 $t2l_t3l.2d, $t2.2d, $t3.2d
135 zip2 $t2h_t3h.2d, $t2.2d, $t3.2d
143 zip1 $t2.2d, $t2l_t3l.2d, $t2h_t3h.2d
151 ext $t2.16b, $t2.16b, $t2.16b, #13 // t2 = t2 << 24
153 eor $t2.16b, $t2.16b, $t3.16b
155 eor $r.16b, $r.16b, $t2.16b
[all …]
Dghash-armv4.pl128 my ($t0,$t1,$t2,$t3)=map("q$_",(8..12));
142 vext.8 $t2#lo, $a, $a, #3 @ A3
144 vmull.p8 $t2, $t2#lo, $b @ J = A3*B
154 veor $t2, $t2, $r @ N = I + J
157 veor $t2#lo, $t2#lo, $t2#hi @ t2 = (N) (P4 + P5) << 24
158 vand $t2#hi, $t2#hi, $k16
163 veor $t2#lo, $t2#lo, $t2#hi
166 vext.8 $t2, $t2, $t2, #13
168 veor $t2, $t2, $t3
170 veor $r, $r, $t2
[all …]
/external/libcxx/test/support/
Dtest_comparisons.h27 TEST_CONSTEXPR_CXX14 bool testComparisons6(const T& t1, const T& t2, bool isEqual, bool isLess) in testComparisons6() argument
31 if (!(t1 == t2)) return false; in testComparisons6()
32 if (!(t2 == t1)) return false; in testComparisons6()
33 if ( (t1 != t2)) return false; in testComparisons6()
34 if ( (t2 != t1)) return false; in testComparisons6()
35 if ( (t1 < t2)) return false; in testComparisons6()
36 if ( (t2 < t1)) return false; in testComparisons6()
37 if (!(t1 <= t2)) return false; in testComparisons6()
38 if (!(t2 <= t1)) return false; in testComparisons6()
39 if ( (t1 > t2)) return false; in testComparisons6()
[all …]
/external/rust/crates/ring/crypto/fipsmodule/modes/asm/
Dghashv8-armx.pl60 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14));
94 vshr.u64 $t2,$xC2,#63
96 vext.8 $t0,$t2,$xC2,#8 @ t0=0xc2....01
97 vshr.u64 $t2,$IN,#63
99 vand $t2,$t2,$t0
101 vext.8 $t2,$t2,$t2,#8
103 vorr $IN,$IN,$t2 @ H<<<=1
115 veor $t2,$Xl,$Xh
117 veor $Xm,$Xm,$t2
118 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase
[all …]
Dghash-armv4.pl128 my ($t0,$t1,$t2,$t3)=map("q$_",(8..12));
142 vext.8 $t2#lo, $a, $a, #3 @ A3
144 vmull.p8 $t2, $t2#lo, $b @ J = A3*B
154 veor $t2, $t2, $r @ N = I + J
157 veor $t2#lo, $t2#lo, $t2#hi @ t2 = (N) (P4 + P5) << 24
158 vand $t2#hi, $t2#hi, $k16
163 veor $t2#lo, $t2#lo, $t2#hi
166 vext.8 $t2, $t2, $t2, #13
168 veor $t2, $t2, $t3
170 veor $r, $r, $t2
[all …]
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mop.cc26 ScopedThread t1, t2; in TEST() local
29 t2.Write1(l2); in TEST()
33 ScopedThread t1, t2; in TEST() local
36 t2.Write1(l, true); in TEST()
40 ScopedThread t1, t2; in TEST() local
43 t2.Write1(l, true); in TEST()
47 ScopedThread t1, t2; in TEST() local
50 t2.Read1(l, true); in TEST()
54 ScopedThread t1, t2; in TEST() local
57 t2.Read1(l); in TEST()
[all …]
/external/aac/libFDK/src/
Dfft_rad2.cpp184 INT t2 = t1 + (mh << 1); in dit_fft() local
188 vi = x[t2 + 1] >> 1; in dit_fft()
189 vr = x[t2] >> 1; in dit_fft()
197 x[t2] = ur - vr; in dit_fft()
198 x[t2 + 1] = ui - vi; in dit_fft()
201 t2 = t1 + (mh << 1); in dit_fft()
204 vr = x[t2 + 1] >> 1; in dit_fft()
205 vi = x[t2] >> 1; in dit_fft()
213 x[t2] = ur - vr; in dit_fft()
214 x[t2 + 1] = ui + vi; in dit_fft()
[all …]
/external/aac/libAACenc/src/
Dbit_cnt.cpp126 INT t0, t1, t2, t3; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() local
140 t2 = values[i + 2]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
143 bc1_2 += (INT)FDKaacEnc_huff_ltab1_2[t0 + 1][t1 + 1][t2 + 1][t3 + 1]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
145 (INT)FDKaacEnc_huff_ltab5_6[t2 + 4][t3 + 4]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
151 t2 = fixp_abs(t2); in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
152 sc += (t2 > 0); in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
156 bc3_4 += (INT)FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
158 (INT)FDKaacEnc_huff_ltab7_8[t2][t3]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
160 (INT)FDKaacEnc_huff_ltab9_10[t2][t3]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
162 (INT)FDKaacEnc_huff_ltab11[t0][t1] + (INT)FDKaacEnc_huff_ltab11[t2][t3]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
[all …]
/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-load-sse41.h32 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
33 buf = _mm_shuffle_epi32(t2, _MM_SHUFFLE(2,1,0,3));
38 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
39 buf = _mm_shuffle_epi32(t2, _MM_SHUFFLE(2,3,0,1));
44 t2 = _mm_blend_epi16(m0, t1, 0xF0); \
45 buf = _mm_shuffle_epi32(t2, _MM_SHUFFLE(2,3,0,1));
50 t2 = _mm_blend_epi16(t0, t1, 0x0C); \
51 buf = _mm_shuffle_epi32(t2, _MM_SHUFFLE(2,3,0,1));
56 t2 = _mm_blend_epi16(t0, t1, 0x0F); \
57 buf = _mm_shuffle_epi32(t2, _MM_SHUFFLE(3,1,0,2));
[all …]
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Darmv8-mont.pl282 my ($t0,$t1,$t2,$t3)=map("x$_",(14..17));
378 mul $t2,$a3,$a0
384 adcs $acc3,$acc3,$t2
385 mul $t2,$a7,$a0
392 adcs $acc7,$acc7,$t2
393 umulh $t2,$a4,$a0
402 adcs $acc5,$acc5,$t2
403 mul $t2,$a2,$a1 // lo(a[2..7]*a[1]) (ii)
411 adds $acc3,$acc3,$t2
412 mul $t2,$a6,$a1
[all …]
/external/rust/crates/ring/crypto/fipsmodule/bn/asm/
Darmv8-mont.pl282 my ($t0,$t1,$t2,$t3)=map("x$_",(14..17));
378 mul $t2,$a3,$a0
384 adcs $acc3,$acc3,$t2
385 mul $t2,$a7,$a0
392 adcs $acc7,$acc7,$t2
393 umulh $t2,$a4,$a0
402 adcs $acc5,$acc5,$t2
403 mul $t2,$a2,$a1 // lo(a[2..7]*a[1]) (ii)
411 adds $acc3,$acc3,$t2
412 mul $t2,$a6,$a1
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
Dunique.pass.cpp26 const T t2[] = {0, 5, 0, 5}; in main() local
28 C c2(std::begin(t2), std::end(t2)); in main()
36 const T t2[] = {0}; in main() local
38 C c2(std::begin(t2), std::end(t2)); in main()
46 const T t2[] = {5}; in main() local
48 C c2(std::begin(t2), std::end(t2)); in main()
64 const T t2[] = {5, 0}; in main() local
66 C c2(std::begin(t2), std::end(t2)); in main()
75 const T t2[] = {0, 5, 0, 5}; in main() local
77 C c2(std::begin(t2), std::end(t2)); in main()
[all …]
Dunique_pred.pass.cpp31 const T t2[] = {0, 5, 0, 5}; in main() local
33 C c2(std::begin(t2), std::end(t2)); in main()
41 const T t2[] = {0}; in main() local
43 C c2(std::begin(t2), std::end(t2)); in main()
51 const T t2[] = {5}; in main() local
53 C c2(std::begin(t2), std::end(t2)); in main()
69 const T t2[] = {5, 0}; in main() local
71 C c2(std::begin(t2), std::end(t2)); in main()
80 const T t2[] = {0, 5, 0, 5}; in main() local
82 C c2(std::begin(t2), std::end(t2)); in main()
[all …]
/external/boringssl/src/crypto/fipsmodule/sha/asm/
Dsha512-armv4.pl89 $t2="r11";
116 ldr $t2,[sp,#$Hoff+0] @ h.lo
131 adds $Tlo,$Tlo,$t2
132 ldr $t2,[sp,#$Goff+0] @ g.lo
136 eor $t0,$t0,$t2
144 eor $t0,$t0,$t2
145 ldr $t2,[$Ktbl,#$lo] @ K[i].lo
153 adds $Tlo,$Tlo,$t2
154 and $t0,$t2,#0xff
157 ldr $t2,[sp,#$Boff+0] @ b.lo
[all …]
/external/rust/crates/ring/crypto/fipsmodule/sha/asm/
Dsha512-armv4.pl89 $t2="r11";
116 ldr $t2,[sp,#$Hoff+0] @ h.lo
131 adds $Tlo,$Tlo,$t2
132 ldr $t2,[sp,#$Goff+0] @ g.lo
136 eor $t0,$t0,$t2
144 eor $t0,$t0,$t2
145 ldr $t2,[$Ktbl,#$lo] @ K[i].lo
153 adds $Tlo,$Tlo,$t2
154 and $t0,$t2,#0xff
157 ldr $t2,[sp,#$Boff+0] @ b.lo
[all …]
/external/speex/libspeexdsp/
Dsmallft.c119 int t0,t1,t2,t3,t4,t5,t6; in dradf2() local
122 t0=(t2=l1*ido); in dradf2()
125 ch[t1<<1]=cc[t1]+cc[t2]; in dradf2()
126 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2]; in dradf2()
128 t2+=ido; in dradf2()
135 t2=t0; in dradf2()
137 t3=t2; in dradf2()
154 t2+=ido; in dradf2()
160 t3=(t2=(t1=ido)-1); in dradf2()
161 t2+=t0; in dradf2()
[all …]
/external/rust/crates/ring/crypto/fipsmodule/ec/asm/
Decp_nistz256-armv8.pl91 my ($rp,$ap,$bp,$bi,$a0,$a1,$a2,$a3,$t0,$t1,$t2,$t3,$poly1,$poly3,
166 ldp $t2,$t3,[$bp,#16]
210 umulh $t2,$a2,$bi
220 adcs $acc3,$acc3,$t2
250 subs $t2,$acc0,$t0 // "*0xffff0001"
256 adcs $acc2,$acc3,$t2 // +=acc[0]*0xffff0001
257 mul $t2,$a2,$bi // lo(a[2]*b[i])
266 adcs $acc2,$acc2,$t2
267 umulh $t2,$a2,$bi // hi(a[2]*b[i])
280 adcs $acc3,$acc3,$t2
[all …]
/external/eigen/test/
Dgeo_homogeneous.cpp58 T2MatrixType t2 = T2MatrixType::Random(); in homogeneous() local
59 VERIFY_IS_APPROX(t2 * (v0.homogeneous().eval()), t2 * v0.homogeneous()); in homogeneous()
60 VERIFY_IS_APPROX(t2 * (m0.colwise().homogeneous().eval()), t2 * m0.colwise().homogeneous()); in homogeneous()
61 VERIFY_IS_APPROX(t2 * (v0.homogeneous().asDiagonal()), t2 * hv0.asDiagonal()); in homogeneous()
62 VERIFY_IS_APPROX((v0.homogeneous().asDiagonal()) * t2, hv0.asDiagonal() * t2); in homogeneous()
64 VERIFY_IS_APPROX((v0.transpose().rowwise().homogeneous().eval()) * t2, in homogeneous()
65 v0.transpose().rowwise().homogeneous() * t2); in homogeneous()
66 VERIFY_IS_APPROX((m0.transpose().rowwise().homogeneous().eval()) * t2, in homogeneous()
67 m0.transpose().rowwise().homogeneous() * t2); in homogeneous()
102 VERIFY_IS_APPROX( (t2 * v0.homogeneous()).hnormalized(), in homogeneous()
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR22806_constrain_tuple_like_ctor.pass.cpp97 std::tuple< T&& > t2(std::move(t1)); in main() local
98 assert(&std::get<0>(t2) == &t1); in main()
103 std::tuple< T const & > t2(t1); in main() local
104 assert(&std::get<0>(t2) == &t1); in main()
112 std::tuple< T & > t2(t1); in main() local
113 assert(&std::get<0>(t2) == &t1); in main()
118 std::tuple< T const && > t2(std::move(t1)); in main() local
119 assert(&std::get<0>(t2) == &t1); in main()
123 std::tuple< T&& > t2(std::allocator_arg, A, std::move(t1)); in main() local
124 assert(&std::get<0>(t2) == &t1); in main()
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/asm/
Dp256-armv8-asm.pl50 my ($rp,$ap,$bp,$bi,$a0,$a1,$a2,$a3,$t0,$t1,$t2,$t3,$poly1,$poly3,
159 mov $t2,$acc2
184 mov $t2,$acc2
195 mov $t2,$a2
263 umulh $t2,$a2,$bi
273 adcs $acc3,$acc3,$t2
303 subs $t2,$acc0,$t0 // "*0xffff0001"
309 adcs $acc2,$acc3,$t2 // +=acc[0]*0xffff0001
310 mul $t2,$a2,$bi // lo(a[2]*b[i])
319 adcs $acc2,$acc2,$t2
[all …]

12345678910>>...84