/third_party/typescript/tests/baselines/reference/ |
H A D | unionsOfTupleTypes1.js | 41 let t21 = t2[1]; // number | undefined 82 var t21 = t2[1]; // number | undefined
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 91 t21 = -1.64508584981658692556994212457518536e-05L, variable 284 y*(t17+y*(t18+y*(t19+y*(t20+y*(t21+y*(t22+y*(t23+ in lgammal_r()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm.asm | 2284 VP9_UNPACK_MULSUB_2W_4X 1, 4, 5, 0, 9102, 13623, [pd_8192], 7, 2 ; t21, t26 2306 VP9_UNPACK_MULSUB_2W_4X 0, 5, 8423, 14053, [pd_8192], 2, 3 ; t21, t26 2311 VP9_UNPACK_MULSUB_2W_4X 1, 4, 9102, 13623, [pd_8192], 2, 3 ; t21, t26 2335 ; m4=t16, m5=t17, m9=t18, m8=t19, m0=t20, m1=t21, m13=t22, m12=t23, 2348 VP9_UNPACK_MULSUB_2W_4X 2, 7, 6270, m15137, [pd_8192], 4, 5 ; t21, t26 2350 ; m8[s]=t16, m9=t17, m5=t18, m4[s]=t19, m12=t20, m13=t21, m1=t22, m0=t23, 2394 ; m0=t16, m1=t17, m2=t18, m3=t19, m11=t20, m10=t21, m9=t22, m8=t23, 2441 ; m0=t16, m1=t17, m2=t18, m3=t19, m4=t20, m5=t21, m6=t22, m7=t23, 2447 mova [tmpq+ 1*%%str], m3 ; t21 2489 mova m8, [tmpq+ 1*%%str] ; t21 [all...] |
H A D | vp9itxfm_16bpp.asm | 1655 SUMSUB_BA d, 1, 3, 4 ; m1=t20, m3=t21 1676 SUMSUB_BA d, 3, 0, 6 ; m3=t22, m0=t21 1713 SUMSUB_BA d, 0, 6, 1 ; m0=t18, m6=t21
|
/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. 2938 second row t21, 22. 2949 if t11 is t12 is t21 is t22 is None: 2954 if t21 is not None: m21 = t21 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*x + t12*y, t21* [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1536 dctint t21 = t20a - t21a; in idct32_1d() local 1558 t21a = (dctint)( t26 * 13623U - t21 * 9102U + (1 << 13)) >> 14; in idct32_1d() 1559 t26a = (dctint)( t26 * 9102U + t21 * 13623U + (1 << 13)) >> 14; in idct32_1d() 1584 t21 = t22a - t21a; in idct32_1d() 1606 t21a = (dctint)(-(t26 * 15137U + t21 * 6270U) + (1 << 13)) >> 14; in idct32_1d() 1607 t26a = (dctint)( t26 * 6270U - t21 * 15137U + (1 << 13)) >> 14; in idct32_1d() 1630 t21 = t18a - t21a; in idct32_1d() 1644 t21a = (dctint)((t26 - t21 ) * 11585U + (1 << 13)) >> 14; in idct32_1d() 1645 t26a = (dctint)((t26 + t21 ) * 11585U + (1 << 13)) >> 14; in idct32_1d()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp8dsp_mmi.c | 1011 int t00, t01, t02, t03, t10, t11, t12, t13, t20, t21, t22, t23, t30, t31, t32, t33; in ff_vp8_luma_dc_wht_mmi() 1025 t21 = dc[6] + dc[10]; in ff_vp8_luma_dc_wht_mmi() 1035 dc[ 2] = t20 + t21; in ff_vp8_luma_dc_wht_mmi() 1045 dc[10] = t20 - t21; in ff_vp8_luma_dc_wht_mmi()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 1381 butterfly d19, d21, d22, d21 @ d19 = t22, d21 = t21 1396 butterfly d18, d21, d27, d21 @ d18 = t18, d21 = t21 1434 butterfly d10, d26, d18, d26 @ d10 = t20, d26 = t21 1473 butterfly d10, d26, d18, d26 @ d10 = t20, d26 = t21
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 7468 T21 t21 = NullType(), in operator ()() 7503 SetArg<21, T21>::set(kernel_, t21); in operator ()()
|