Home
last modified time | relevance | path

Searched refs:t5 (Results 1 - 25 of 121) sorted by relevance

12345

/third_party/pulseaudio/speex/libspeexdsp/
H A Dsmallft.c119 int t0,t1,t2,t3,t4,t5,t6; in dradf2() local
139 t5=t1; in dradf2()
144 t5+=2; in dradf2()
148 ch[t6]=cc[t5]+ti2; in dradf2()
149 ch[t4]=ti2-cc[t5]; in dradf2()
150 ch[t6-1]=cc[t5-1]+tr2; in dradf2()
151 ch[t4-1]=cc[t5-1]-tr2; in dradf2()
174 int i,k,t0,t1,t2,t3,t4,t5,t6; in dradf4() local
187 ch[t5=t3<<2]=tr1+tr2; in dradf4()
188 ch[(ido<<2)+t5 in dradf4()
278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; dradfg() local
637 int i,k,t0,t1,t2,t3,t4,t5,t6; dradb2() local
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; dradb3() local
754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; dradb4() local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, dradbg() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dppc64-mont.pl144 $t5="r29";
303 extrdi $t5,$t7,16,32
307 std $t5,`$FRAME+40`($sp)
316 lwz $t5,`0^$LITTLE_ENDIAN`($np)
331 mulhwu $t5,$a0,$t1
334 add $t5,$t5,$t6
335 add $t5,$t5,$t7
348 mullw $t2,$t5,
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dppc64-mont.pl144 $t5="r29";
303 extrdi $t5,$t7,16,32
307 std $t5,`$FRAME+40`($sp)
316 lwz $t5,`0^$LITTLE_ENDIAN`($np)
331 mulhwu $t5,$a0,$t1
334 add $t5,$t5,$t6
335 add $t5,$t5,$t7
348 mullw $t2,$t5,
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdynamicNames.js108 let t5: N.T5;
122 t4 = t5, t4 = t6, t4 = t7, t5 = t4, t5 = t6, t5 = t7, t6 = t4, t6 = t5, t6 = t7, t7 = t4, t7 = t5, t7 = t6;
187 let t5;
200 t4 = t5, t4 = t6, t4 = t7, t5
[all...]
H A DbestCommonTypeOfTuple2.js16 var t5: [C1, F] variable
22 var e51 = t5[2]; // {}
82 var t5; variable
87 var e51 = t5[2]; // {}
H A DreadonlyTupleAndArrayElaboration.js33 const t5: [1] = [1];
34 const t6: readonly [] = t5;
94 var t5 = [1]; variable
95 var t6 = t5;
H A DduplicateObjectLiteralProperty_computedName.js22 const t5 = {
64 var t5 = (_e = {
/third_party/ffmpeg/libavcodec/
H A Dhqxdsp.c29 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_col() local
47 t5 = t1 * 2 + t3; in idct_col()
58 t10 = tF - t5; in idct_col()
66 blk[3 * 8] = t10 + t5 * 2; in idct_col()
75 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_row() local
83 t5 = t1 * 2 + t3; in idct_row()
94 t10 = tF - t5; in idct_row()
102 blk[3] = (t10 + t5 * 2 + 4) >> 3; in idct_row()
H A Divi_dsp.c246 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\
247 t1 = (s1) * 2; t5 = (s5) * 2;\
248 IVI_HAAR_BFLY(t1, t5, t1, t5, t0); IVI_HAAR_BFLY(t1, s3, t1, t3, t0);\
249 IVI_HAAR_BFLY(t5, s7, t5, t7, t0); IVI_HAAR_BFLY(t1, s2, t1, t2, t0);\
250 IVI_HAAR_BFLY(t3, s4, t3, t4, t0); IVI_HAAR_BFLY(t5, s6, t5, t6, t0);\
256 d5 = COMPENSATE(t5);\
278 int t0, t1, t2, t3, t4, t5, t in ff_ivi_inverse_haar_8x8() local
330 int t0, t1, t2, t3, t4, t5, t6, t7, t8; ff_ivi_row_haar8() local
355 int t0, t1, t2, t3, t4, t5, t6, t7, t8; ff_ivi_col_haar8() local
543 int t0, t1, t2, t3, t4, t5, t6, t7, t8; ff_ivi_inverse_slant_8x8() local
633 int t0, t1, t2, t3, t4, t5, t6, t7, t8; ff_ivi_row_slant8() local
671 int t0, t1, t2, t3, t4, t5, t6, t7, t8; ff_ivi_col_slant8() local
[all...]
H A Dh264pred.c150 src[0+3*stride]=(t3 + t5 + 2*t4 + 2 + l3 + l5 + 2*l4 + 2)>>3; in pred4x4_down_left_rv40_c()
153 src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l4 + l6 + 2*l5 + 2)>>3; in pred4x4_down_left_rv40_c()
155 src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l5 + l7 + 2*l6 + 2)>>3; in pred4x4_down_left_rv40_c()
176 src[0+3*stride]=(t3 + t5 + 2*t4 + 2 + l3*4 + 2)>>3; in pred4x4_down_left_rv40_nodown_c()
179 src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l3*4 + 2)>>3; in pred4x4_down_left_rv40_nodown_c()
181 src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l3*4 + 2)>>3; in pred4x4_down_left_rv40_nodown_c()
200 src[3+2*stride]=(t4 + t5+ 1)>>1; in pred4x4_vertical_left_rv40()
207 src[2+3*stride]=(t3 + 2*t4 + t5 + 2)>>2; in pred4x4_vertical_left_rv40()
208 src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2; in pred4x4_vertical_left_rv40()
248 src[2+3*stride]=(t3 + 2*t4 + t5 in pred4x4_vertical_left_vp8_c()
[all...]
H A Dfft_template.c481 BF(t3, t5, t5, t1);\
482 BF(a2.re, a0.re, a0.re, t5);\
494 BF(t3, t5, t5, t1);\
495 BF(a2.re, a0.re, r0, t5);\
504 CMUL(t5, t6, a3.re, a3.im, wre, wim);\
511 t5 = a3.re;\
520 FFTDouble t1, t2, t3, t4, t5, t6;\
556 FFTDouble t1, t2, t3, t4, t5, t in fft4() local
570 FFTDouble t1, t2, t3, t4, t5, t6; fft8() local
586 FFTDouble t1, t2, t3, t4, t5, t6; fft16() local
[all...]
H A Dh264pred_template.c117 const unsigned av_unused t5 = topright[1];\
185 src[0+3*stride]=(t3 + t5 + 2*t4 + 2)>>2; in pred4x4_down_left()
188 src[1+3*stride]=(t4 + t6 + 2*t5 + 2)>>2; in pred4x4_down_left()
190 src[2+3*stride]=(t5 + t7 + 2*t6 + 2)>>2; in pred4x4_down_left()
239 src[3+2*stride]=(t4 + t5+ 1)>>1; in pred4x4_vertical_left()
246 src[2+3*stride]=(t3 + 2*t4 + t5 + 2)>>2; in pred4x4_vertical_left()
247 src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2; in pred4x4_vertical_left()
888 const pixel4 dc = PIXEL_SPLAT_X4((t0+t1+t2+t3+t4+t5+t6+t7+4) >> 3); in pred8x8l_top_dc()
900 +t0+t1+t2+t3+t4+t5+t6+t7+8) >> 4); in pred8x8l_dc()
931 src[5] = t5; in pred8x8l_vertical()
[all...]
/third_party/ffmpeg/libavcodec/alpha/
H A Dhpeldsp_alpha_asm.S62 ldq_u t5, 8(a1)
81 extqh t5, a1, t5
84 or t4, t5, t4
112 addq t4, a2, t5
116 addq t5, a2, t6
120 stq t2, 0(t5)
H A Dme_cmp_mvi_asm.S71 t5: left_u -> left lo -> left label
91 ldq_u t5, 0(a2) # left_u
110 extql t5, a2, t5 # left lo
113 or t5, ta, t5 # left
115 perr t8, t5, tc # error left
136 ldq t5, 8(a2) # right
162 perr t5, t7, t1 # error right
/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_msa.c144 v4i32 t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_4x8_msa() local
172 t5 = cnst_17 * (in_r4 + in_r6) + cnst_4; in ff_vc1_inv_trans_4x8_msa()
181 in_r4 = (t5 + t7) >> 3; in ff_vc1_inv_trans_4x8_msa()
187 in_r7 = (t5 - t7) >> 3; in ff_vc1_inv_trans_4x8_msa()
198 t5 = t1 + t3, t6 = t2 + t4; in ff_vc1_inv_trans_4x8_msa()
212 in_r0 = (t5 + t1) >> 7; in ff_vc1_inv_trans_4x8_msa()
219 in_r7 = (t5 - t1 + cnst_1) >> 7; in ff_vc1_inv_trans_4x8_msa()
234 v4i32 t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_8x4_msa() local
260 t5 = t1 + t3, t6 = t2 + t4; in ff_vc1_inv_trans_8x4_msa()
266 in0 = (t5 in ff_vc1_inv_trans_8x4_msa()
318 v8i16 t0, t1, t2, t3, t4, t5, t6, t7; put_vc1_mspel_mc_h_v_msa() local
[all...]
H A Dmpegaudiodsp_mips_fixed.c361 int t4, t5, t6, t8, t7; in imdct36_mips_fixed() local
388 "lw %[t5], 13*4(%[in]) \n\t" in imdct36_mips_fixed()
393 "addu %[t4], %[t4], %[t5] \n\t" in imdct36_mips_fixed()
394 "addu %[t5], %[t5], %[t6] \n\t" in imdct36_mips_fixed()
396 "addu %[t3], %[t3], %[t5] \n\t" in imdct36_mips_fixed()
403 "addu %[t5], %[t5], %[t7] \n\t" in imdct36_mips_fixed()
406 "sw %[t5], 13*4(%[in]) \n\t" in imdct36_mips_fixed()
418 "lw %[t5], in imdct36_mips_fixed()
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvc1dsp_lasx.c30 __m256i temp0, temp1, temp2, temp3, t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_8x8_lasx() local
67 t5 = __lasx_xvadd_w(t1, t3); in ff_vc1_inv_trans_8x8_lasx()
82 DUP4_ARG2(__lasx_xvadd_w, t1, t5, t6, t2, t7, t3, t8, t4, in ff_vc1_inv_trans_8x8_lasx()
84 DUP4_ARG2(__lasx_xvsub_w, t8, t4, t7, t3, t6, t2, t5, t1, in ff_vc1_inv_trans_8x8_lasx()
104 t5 = __lasx_xvadd_w(t1, t3); in ff_vc1_inv_trans_8x8_lasx()
119 DUP4_ARG2(__lasx_xvadd_w, t5, t1, t6, t2, t7, t3, t8, t4, in ff_vc1_inv_trans_8x8_lasx()
121 DUP4_ARG2(__lasx_xvsub_w, t8, t4, t7, t3, t6, t2, t5, t1, in ff_vc1_inv_trans_8x8_lasx()
527 __m256i t0, t1, t2, t3, t4, t5, t6, t7; in put_vc1_mspel_mc_h_v_lasx() local
583 t5 = __lasx_xvdp2_h_bu(temp0, const_para1_2); in put_vc1_mspel_mc_h_v_lasx()
584 t5 in put_vc1_mspel_mc_h_v_lasx()
815 __m256i t0, t1, t2, t3, t4, t5, t6, t7; put_vc1_mspel_mc_h_lasx() local
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Dme_cmp.c77 vector unsigned char t5 = vec_sub(vec_max(pix1v, avgv), in sad16_x2_altivec() local
81 sad = vec_sum4s(t5, sad); in sad16_x2_altivec()
101 vector unsigned char pix1v, pix3v, avgv, t5; in sad16_y2_altivec() local
127 t5 = vec_sub(vec_max(pix1v, avgv), vec_min(pix1v, avgv)); in sad16_y2_altivec()
130 sad = vec_sum4s(t5, sad); in sad16_y2_altivec()
154 vector unsigned char avgv, t5; in sad16_xy2_altivec() local
214 t5 = vec_sub(vec_max(pix1v, avgv), vec_min(pix1v, avgv)); in sad16_xy2_altivec()
217 sad = vec_sum4s(t5, sad); in sad16_xy2_altivec()
251 vector unsigned char t5 = vec_sub(t3, t4); in sad16_altivec() local
254 sad = vec_sum4s(t5, sa in sad16_altivec()
293 vector unsigned char t5 = vec_sub(t3, t4); sad8_altivec() local
338 vector unsigned char t5 = vec_sub(t3, t4); sse8_altivec() local
378 vector unsigned char t5 = vec_sub(t3, t4); sse16_altivec() local
[all...]
H A Didctdsp.c55 t5 = vec_adds(vx0, vx4); \
65 t7 = vec_adds(t5, t2); \
66 t2 = vec_subs(t5, t2); \
67 t5 = vec_adds(t0, t4); \
75 vy1 = vec_mradds(c4, t3, t5); \
76 vy6 = vec_mradds(mc4, t3, t5); \
84 vec_s16 t0, t1, t2, t3, t4, t5, t6, t7, t8; \
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-mips.pl126 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
167 lwxs $t5,$i1($Tbl) # Te2[s3>>8]
189 rotr $t5,$t5,16
195 xor $t1,$t5
196 lwxs $t5,$i1($Tbl) # Te0[s1>>24]
217 xor $t1,$t5
250 ext $t5,$s3,8,8
256 $PTR_INS $i1,$t5,2,8
302 lw $t5,
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-mips.pl126 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
167 lwxs $t5,$i1($Tbl) # Te2[s3>>8]
189 rotr $t5,$t5,16
195 xor $t1,$t5
196 lwxs $t5,$i1($Tbl) # Te0[s1>>24]
217 xor $t1,$t5
250 ext $t5,$s3,8,8
256 $PTR_INS $i1,$t5,2,8
302 lw $t5,
[all...]
/third_party/python/Lib/test/
H A Dtest_pkg.py185 ("t5", None),
186 ("t5 __init__.py", "import t5.foo"),
187 ("t5 string.py", "spam = 1"),
188 ("t5 foo.py",
193 import t5 namespace
195 from t5 import *
196 self.assertEqual(dir(), ['foo', 'self', 'string', 't5'])
200 import t5 namespace
201 self.assertEqual(fixdir(dir(t5)),
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_smpl.c1497 BIGNUM *t1, *t2, *t3, *t4, *t5 = NULL; in ossl_ec_GFp_simple_ladder_pre() local
1503 t5 = s->Y; in ossl_ec_GFp_simple_ladder_pre()
1509 || !group->meth->field_mul(group, t5, p->X, group->b, ctx) in ossl_ec_GFp_simple_ladder_pre()
1510 || !BN_mod_lshift_quick(t5, t5, 3, group->field) in ossl_ec_GFp_simple_ladder_pre()
1512 || !BN_mod_sub_quick(r->X, t4, t5, group->field) in ossl_ec_GFp_simple_ladder_pre()
1568 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_step() local
1576 t5 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_ladder_step()
1584 || !group->meth->field_mul(group, t5, group->a, t0, ctx) in ossl_ec_GFp_simple_ladder_step()
1585 || !BN_mod_add_quick(t5, t in ossl_ec_GFp_simple_ladder_step()
1656 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; ossl_ec_GFp_simple_ladder_post() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_smpl.c1497 BIGNUM *t1, *t2, *t3, *t4, *t5 = NULL; in ossl_ec_GFp_simple_ladder_pre() local
1503 t5 = s->Y; in ossl_ec_GFp_simple_ladder_pre()
1509 || !group->meth->field_mul(group, t5, p->X, group->b, ctx) in ossl_ec_GFp_simple_ladder_pre()
1510 || !BN_mod_lshift_quick(t5, t5, 3, group->field) in ossl_ec_GFp_simple_ladder_pre()
1512 || !BN_mod_sub_quick(r->X, t4, t5, group->field) in ossl_ec_GFp_simple_ladder_pre()
1568 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_step() local
1576 t5 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_ladder_step()
1584 || !group->meth->field_mul(group, t5, group->a, t0, ctx) in ossl_ec_GFp_simple_ladder_step()
1585 || !BN_mod_add_quick(t5, t in ossl_ec_GFp_simple_ladder_step()
1656 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; ossl_ec_GFp_simple_ladder_post() local
[all...]
/third_party/skia/bench/
H A DStreamBench.cpp28 const char t5[] = { 1, 2, 3, 4, 5 }; variable
37 stream.write(t5, 5);

Completed in 19 milliseconds

12345