/third_party/ffmpeg/libavcodec/ |
H A D | hqxdsp.c | 30 int t10, t11, t12, t13; in idct_col() local 59 t11 = tE - t8; in idct_col() 65 blk[2 * 8] = t11 + t8 * 2; in idct_col() 68 blk[5 * 8] = t11; in idct_col() 76 int t10, t11, t12, t13; in idct_row() local 95 t11 = tE - t8; in idct_row() 101 blk[2] = (t11 + t8 * 2 + 4) >> 3; in idct_row() 104 blk[5] = (t11 + 4) >> 3; in idct_row()
|
H A D | vp9dsp_template.c | 1289 dctint t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15; in idct16_1d() local 1321 t11 = t11a + t10a; in idct16_1d() 1342 t8a = t8 + t11; in idct16_1d() 1345 t11a = t8 - t11; in idct16_1d() 1353 t11 = (dctint)((t12a - t11a) * 11585U + (1 << 13)) >> 14; in idct16_1d() 1360 out[ 4] = t4 + t11; in idct16_1d() 1367 out[11] = t4 - t11; in idct16_1d() 1377 dctint t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15; in iadst16_1d() local 1392 t11 = IN(5) * 14053U - IN(10) * 8423U; in iadst16_1d() 1401 t3a = (dctint)((1U << 13) + t3 + t11) >> 1 in iadst16_1d() 1526 dctint t11 = t11a + t10a; idct32_1d() local [all...] |
H A D | h264pred_template.c | 846 int t8, t9, t10, t11, t12, t13, t14, t15; \ 850 } else t8=t9=t10=t11=t12=t13=t14=t15= SRC(7,-1); 957 SRC(2,7)=SRC(3,6)=SRC(4,5)=SRC(5,4)=SRC(6,3)=SRC(7,2)= (t9 + 2*t10 + t11 + 2) >> 2; in pred8x8l_down_left() 958 SRC(3,7)=SRC(4,6)=SRC(5,5)=SRC(6,4)=SRC(7,3)= (t10 + 2*t11 + t12 + 2) >> 2; in pred8x8l_down_left() 959 SRC(4,7)=SRC(5,6)=SRC(6,5)=SRC(7,4)= (t11 + 2*t12 + t13 + 2) >> 2; in pred8x8l_down_left() 1076 SRC(6,7)=SRC(7,5)= (t9 + 2*t10 + t11 + 2) >> 2; in pred8x8l_vertical_left() 1077 SRC(7,6)= (t10 + t11 + 1) >> 1; in pred8x8l_vertical_left() 1078 SRC(7,7)= (t10 + 2*t11 + t12 + 2) >> 2; in pred8x8l_vertical_left()
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
H A D | utimensat01.c | 43 static struct mytime t11 = {1, 1, 1, 1, 1, 1}; variable 61 {AT_FDCWD, TEST_FILE, &t11, 0, O_RDONLY, 0, 0400, 0}, 69 {AT_FDCWD, TEST_FILE, &t11, 0, O_RDONLY, 0, 0666, 0}, 77 {AT_FDCWD, TEST_FILE, &t11, 0, O_RDONLY, FS_APPEND_FL, 0600, EPERM}, 85 {AT_FDCWD, TEST_FILE, &t11, 0, O_RDONLY, FS_IMMUTABLE_FL, 0600, EPERM}, 93 {AT_FDCWD, TEST_FILE, &t11, 0, O_RDONLY, FS_APPEND_FL|FS_IMMUTABLE_FL, 0600, EPERM},
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | regdef.h | 56 #define t11 $25 macro 68 #define tb t11
|
H A D | me_cmp_mvi_asm.S | 26 #define tb t11
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 126 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23)); 180 lwxs $t11,$i3($Tbl) # Te3[s2] 208 rotr $t11,$t11,24 214 xor $t3,$t11 307 ext $t11,$s2,0,8 311 $PTR_INS $i3,$t11,2,8 319 lw $t11,0($i3) # Te3[s2] 337 lw $t11,0($i3) # Te3[s2] 357 rotr $t11, [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 126 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23)); 180 lwxs $t11,$i3($Tbl) # Te3[s2] 208 rotr $t11,$t11,24 214 xor $t3,$t11 307 ext $t11,$s2,0,8 311 $PTR_INS $i3,$t11,2,8 319 lw $t11,0($i3) # Te3[s2] 337 lw $t11,0($i3) # Te3[s2] 357 rotr $t11, [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | jsxHash.js | 11 var t11 = <a>#<i/></a>; variable 25 var t11 = <a>#<i /></a>;
variable
|
H A D | castingTuple.js | 23 var t11 = <[number, number]>t10; variable 107 var t11 = t10;
variable
|
H A D | unionsOfTupleTypes1.js | 37 let t11 = t1[1]; // number 78 var t11 = t1[1]; // number
|
H A D | contextualTyping.js | 97 t11: {(n: number, s: string): string;}[]; 117 t11: {(n: number, s: string): string;}[]; 136 objc8.t11 = [function(n, s) { return s; }]; 302 objc8.t11 = [function (n, s) { return s; }];
|
H A D | declFileTypeAnnotationVisibilityErrorTypeAlias.js | 35 type t11 = public1;
|
H A D | dynamicNames.js | 114 let t11: T11; 193 let t11;
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | smallft.c | 846 t11,t12; in dradbg() local 928 t11=t8; in dradbg() 933 t11-=2; in dradbg() 934 ch[t5-1]=cc[t9-1]+cc[t11-1]; in dradbg() 935 ch[t6-1]=cc[t9-1]-cc[t11-1]; in dradbg() 936 ch[t5]=cc[t9]-cc[t11]; in dradbg() 937 ch[t6]=cc[t9]+cc[t11]; in dradbg() 965 t11=t8; in dradbg() 968 ch[t5-1]=cc[t11-1]+cc[t12-1]; in dradbg() 969 ch[t6-1]=cc[t11 in dradbg() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm.asm | 929 ; m3=t8, m5=t9, m1=t10, m7=t11, m0=t12, m6=t13, m2=t14, m4=t15 938 ; m7=t8, m6=t9, m2=t10, m3=t11, m4=t12, m5=t13, m1=t14, m0=t15 971 pmulhrsw m1, m6, [pw_m4756x2] ; t11 978 VP9_UNPACK_MULSUB_2W_4X 1, 6, 4756, 15679, [pd_8192], 4, 5 ; t11, t12 982 ; m5=t8, m3=t9, m7=t10, m1=t11, m6=t12, m0=t13, m4=t14, m2=t15 984 SUMSUB_BA w, 7, 1, 4 ; t11, t10 988 ; m3=t8, m5=t9, m1=t10, m7=t11, m0=t12, m6=t13, m2=t14, m4=t15 996 ; m3=t8, m2=t9, m6=t10, m7=t11, m0=t12, m1=t13, m5=t14, m4=t15 998 SUMSUB_BA w, 7, 3, 4 ; t8, t11 1009 ; m7=t8, m6=t9, m2=t10, m3=t11, m [all...] |
H A D | vp9itxfm_16bpp.asm | 1043 SUMSUB_BA d, 5, 1, 0 ; m5=t11,m1=t10 1053 SUMSUB_MUL 4, 3, 0, 5, 11585, 11585 ; m4=t12, m3=t11 1326 SUMSUB_MUL_D 1, 2, 6, 7, 8423, 14053 ; m1/6=t10, m2/7=t11 1351 SUMSUB_MUL_D 4, 5, 6, 7, 9102, 13623 ; m4/6=t10, m5/7=t11 1407 SUMSUB_BA d, 2, 5, 6 ; m2=out14, m5=t11
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vc1dsp_msa.c | 319 v8i16 t8, t9, t10, t11, t12, t13, t14, t15; in put_vc1_mspel_mc_h_v_msa() local 362 t11 = cnst_para1 * in_l0 + cnst_para2 * in_l1 in put_vc1_mspel_mc_h_v_msa() 395 ADD4(t8, cnst_r, t9, cnst_r, t10, cnst_r, t11, cnst_r, in put_vc1_mspel_mc_h_v_msa() 396 t8, t9, t10, t11); in put_vc1_mspel_mc_h_v_msa() 401 t8 >>= shift, t9 >>= shift, t10 >>= shift, t11 >>= shift; in put_vc1_mspel_mc_h_v_msa() 405 TRANSPOSE8x8_SH_SH(t8, t9, t10, t11, t12, t13, t14, t15, in put_vc1_mspel_mc_h_v_msa() 406 t8, t9, t10, t11, t12, t13, t14, t15); in put_vc1_mspel_mc_h_v_msa()
|
/third_party/musl/src/math/ |
H A D | lgamma_r.c | 112 t11 = -5.38595305356740546715e-04, /* 0xBF41A610, 0x9C73E0EC */ variable 245 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __lgamma_r()
|
H A D | lgammaf_r.c | 47 t11 = -5.3859531181e-04, /* 0xba0d3085 */ variable 180 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __lgammaf_r()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | lgamma_r.c | 112 t11 = -5.38595305356740546715e-04, /* 0xBF41A610, 0x9C73E0EC */ variable 245 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __lgamma_r()
|
H A D | lgammaf_r.c | 47 t11 = -5.3859531181e-04, /* 0xba0d3085 */ variable 180 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __lgammaf_r()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 81 t11 = -1.40225144590445082933490395950664961e-03L, variable 283 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+ in lgammal_r()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 846 mbutterfly0 d29, d28, d29, d28, d16, d30, q8, q15 @ d29 = t12, d28 = t11 849 vswp d28, d27 @ d28 = t12, d27 = t11 877 butterfly d24, d21, d29, d21 @ d24 = t11, d21 = t10 902 butterfly d24, d21, d29, d21 @ d24 = t11, d21 = t10 953 mbutterfly_l q3, q2, d21, d26, d3[1], d3[0] @ q3 = t11, q2 = t10 978 mbutterfly_l q5, q4, d21, d26, d3[0], d3[1] @ q5 = t11, q4 = t10 1008 butterfly d4, d9, d24, d26 @ d4 = out[14],d9 = t11
|
/third_party/python/Lib/ |
H A D | turtle.py | 2929 def shapetransform(self, t11=None, t12=None, t21=None, t22=None): 2932 Optional arguments: t11, t12, t21, t22 -- numbers. 2937 according to the matrix consisting of first row t11, t12 and 2949 if t11 is t12 is t21 is t22 is None: 2952 if t11 is not None: m11 = t11 2956 if t11 * t22 - t12 * t21 == 0: 3003 t11, t12, t21, t22 = self._shapetrafo 3006 t11, t12, t21, t22 = l, 0, 0, l 3009 return tuple((t11* [all...] |