/third_party/ffmpeg/libavcodec/ |
H A D | hqxdsp.c | 30 int t10, t11, t12, t13; in idct_col() local 58 t10 = tF - t5; in idct_col() 66 blk[3 * 8] = t10 + t5 * 2; in idct_col() 67 blk[4 * 8] = t10; in idct_col() 76 int t10, t11, t12, t13; in idct_row() local 94 t10 = tF - t5; in idct_row() 102 blk[3] = (t10 + t5 * 2 + 4) >> 3; in idct_row() 103 blk[4] = (t10 + 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 1320 t10 = t11a - t10a; in idct16_1d() 1331 t10a = (dctint)(-(t13 * 15137U + t10 * 6270U) + (1 << 13)) >> 14; in idct16_1d() 1332 t13a = (dctint)( t13 * 6270U - t10 * 15137U + (1 << 13)) >> 14; in idct16_1d() 1344 t10 = t9a - t10a; in idct16_1d() 1351 t10a = (dctint)((t13 - t10) * 11585U + (1 << 13)) >> 14; in idct16_1d() 1352 t13a = (dctint)((t13 + t10) * 11585U + (1 << 13)) >> 14; 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 1391 t10 = IN(5) * 8423U + IN(10) * 14053U; in iadst16_1d() 1400 t2a = (dctint)((1U << 13) + t2 + t10) >> 1 in iadst16_1d() 1525 dctint t10 = 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); 956 SRC(1,7)=SRC(2,6)=SRC(3,5)=SRC(4,4)=SRC(5,3)=SRC(6,2)=SRC(7,1)= (t8 + 2*t9 + t10 + 2) >> 2; in pred8x8l_down_left() 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() 1074 SRC(5,7)=SRC(6,5)=SRC(7,3)= (t8 + 2*t9 + t10 + 2) >> 2; in pred8x8l_vertical_left() 1075 SRC(6,6)=SRC(7,4)= (t9 + t10 + 1) >> 1; in pred8x8l_vertical_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 in pred8x8l_vertical_left() [all...] |
H A D | mv30.c | 126 const unsigned t10 = (((int)(tB * 277U) >> 8) - tD) + tF; in idct_1d() local 131 blk[3 * step] = t5 - t10; in idct_1d() 132 blk[4 * step] = t5 + t10; in idct_1d()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | castingTuple.js | 22 var t10: [E1, E2] = [E1.one, E2.one]; variable 23 var t11 = <[number, number]>t10; 106 var t10 = [E1.one, E2.one];
variable 107 var t11 = t10;
|
H A D | jsxHash.js | 10 var t10 = <a><i/>#</a>; variable 24 var t10 = <a><i />#</a>;
variable
|
H A D | unionsOfTupleTypes1.js | 36 let t10 = t1[0]; // string 77 var t10 = t1[0]; // string
|
H A D | contextualTyping.js | 96 t10: IFoo[]; 116 t10: IFoo[]; 135 objc8.t10 = [<IFoo>({}),<IFoo>({})]; 301 objc8.t10 = [({}), ({})];
|
H A D | dynamicNames.js | 113 let t10: T10; 192 let t10;
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | regdef.h | 55 #define t10 $24 macro 67 #define ta t10
|
/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)); 178 lwxs $t10,$i2($Tbl) # Te3[s1] 206 rotr $t10,$t10,24 213 xor $t2,$t10 305 ext $t10,$s1,0,8 310 $PTR_INS $i2,$t10,2,8 317 lw $t10,0($i2) # Te3[s1] 335 lw $t10,0($i2) # Te3[s1] 356 rotr $t10, [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)); 178 lwxs $t10,$i2($Tbl) # Te3[s1] 206 rotr $t10,$t10,24 213 xor $t2,$t10 305 ext $t10,$s1,0,8 310 $PTR_INS $i2,$t10,2,8 317 lw $t10,0($i2) # Te3[s1] 335 lw $t10,0($i2) # Te3[s1] 356 rotr $t10, [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | smallft.c | 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local 292 t10=ip*ido; in dradfg() 473 t2+=t10; in dradfg() 485 t2+=t10; in dradfg() 507 t5+=t10; in dradfg() 537 t6+=t10; in dradfg() 538 t7+=t10; in dradfg() 566 t6+=t10; in dradfg() 567 t7+=t10; in dradfg() 692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradb3() 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/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm.asm | 913 ; or (x86-32) t0-t5 are in m0-m5, t10-t15 are in x11/9/7/5/3/1, 925 pmulhrsw m7, m0, [pw_m4756x2] ; t10-11 929 ; m3=t8, m5=t9, m1=t10, m7=t11, m0=t12, m6=t13, m2=t14, m4=t15 934 VP9_UNPACK_MULSUB_2W_4X 6, 1, 0, 7, 6270, m15137, [pd_8192], 4, 5 ; t10, t13 938 ; m7=t8, m6=t9, m2=t10, m3=t11, m4=t12, m5=t13, m1=t14, m0=t15 970 pmulhrsw m7, [pw_7723x2] ; t10 977 VP9_UNPACK_MULSUB_2W_4X 7, 0, 14449, 7723, [pd_8192], 4, 5 ; t10, t13 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, m [all...] |
/third_party/skia/tests/ |
H A D | PathOpsCubicIntersectionTest.cpp | 576 double t10 = t1Seed - t1Step * 2; in intersectionFinder() local 582 test = c1.ptAtT(t10); in intersectionFinder() 583 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder() 605 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 606 SkDPoint p10 = c1.ptAtT(t10); in intersectionFinder()
|
H A D | PathOpsQuadIntersectionTest.cpp | 468 double t10 = t1Seed - t1Step * 2; in intersectionFinder() local 474 test = quad1.ptAtT(t10); in intersectionFinder() 475 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder() 497 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 498 SkDPoint p10 = quad1.ptAtT(t10); in intersectionFinder()
|
/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 355 t10 = cnst_para1 * in_l3 + cnst_para2 * in_l0 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() 421 t7 = cnst_para1 * t8 + cnst_para2 * t9 - cnst_para0 * t7 - cnst_para3 * t10; in put_vc1_mspel_mc_h_v_msa()
|
/third_party/musl/src/math/ |
H A D | lgamma_r.c | 111 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable 244 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __lgamma_r()
|
H A D | lgammaf_r.c | 46 t10 = 8.8108185446e-04, /* 0x3a66f867 */ variable 179 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __lgammaf_r()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | lgamma_r.c | 111 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable 244 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __lgamma_r()
|
H A D | lgammaf_r.c | 46 t10 = 8.8108185446e-04, /* 0x3a66f867 */ variable 179 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __lgammaf_r()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | AlignOf.h | 111 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; member in llvm::detail::AlignerImpl
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 80 t10 = 2.25976482322181046611440855340968560e-03L, variable 283 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+ in lgammal_r()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | WriteIndicCharts.java | 81 Transliterator t10 = Transliterator.getInstance("InterIndic-Latin"); in writeIICharts() 171 String s = t10.transliterate(str); in writeIICharts()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 841 butterfly d24, d21, d23, d21 @ d24 = t9, d21 = t10 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 1001 butterfly d3, d7, d23, d21 @ d3 =-out[1], d7 = t10
|