/third_party/ffmpeg/libavcodec/ppc/ |
D | mpegvideodsp.c | 35 int stride, int h, int x16, int y16, int rounder) in gmc1_altivec() argument 40 (16 - x16) * (16 - y16), /* A */ in gmc1_altivec() 41 (x16) * (16 - y16), /* B */ in gmc1_altivec() 42 (16 - x16) * (y16), /* C */ in gmc1_altivec() 43 (x16) * (y16), /* D */ in gmc1_altivec()
|
D | fft_vsx.h | 67 vec_f y16, y17, y18, y19; in pass_vsx_interleave() local 124 y16 = vec_perm(y10, y15, vcprm(0,2,s0,s2)); in pass_vsx_interleave() 132 y18 = vec_add(vz0plus1, y16); in pass_vsx_interleave() 133 y19 = vec_sub(vz0plus1, y16); in pass_vsx_interleave() 216 y16 = vec_perm(y10, y15, vcprm(0,2,s0,s2)); in pass_vsx_interleave() 224 y18 = vec_add(vz0plus1, y16); in pass_vsx_interleave() 225 y19 = vec_sub(vz0plus1, y16); in pass_vsx_interleave()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideodsp.c | 25 int x16, int y16, int rounder) in gmc1_c() argument 27 const int A = (16 - x16) * (16 - y16); in gmc1_c() 28 const int B = (x16) * (16 - y16); in gmc1_c() 29 const int C = (16 - x16) * (y16); in gmc1_c() 30 const int D = (x16) * (y16); in gmc1_c()
|
D | mpegvideodsp.h | 33 int srcStride, int h, int x16, int y16, int rounder);
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitDestructuringArrayPattern4.js | 5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable 16 var _c = [1, 2, 3], x16 = _c[0], y16 = _c[1], z16 = _c[2], a8 = _c.slice(3); 27 declare var x16: number, y16: number, z16: number, a8: [];
|
D | declarationEmitDestructuringArrayPattern4.symbols | 14 var [x16, y16, z16, ...a8] = [1, 2, 3]; 16 >y16 : Symbol(y16, Decl(declarationEmitDestructuringArrayPattern4.ts, 3, 9))
|
D | declarationEmitDestructuringArrayPattern4.types | 26 var [x16, y16, z16, ...a8] = [1, 2, 3]; 28 >y16 : number
|
D | genericsManyTypeParameters.js | 35 x14: a114, y16: a214, z14: a314, a14: a414, b14: a514, c14: a614, 55 x14 , y16 , z14 , a14 , b14 , c14, 63 …b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14… 77 x14, y16, z14, a14, b14, c14,
|
D | genericsManyTypeParameters.types | 3 …3: a113, y15: a213, z13: a313, a13: a413, b13: a513, c13: a613, x14: a114, y16: a214, z14: a314, a… 128 x14: a114, y16: a214, z14: a314, a14: a414, b14: a514, c14: a614, 130 >y16 : a214 171 … , b12 , c12, x13 , y15 , z13 , a13 , b13 , c13, x14 , y16 , z14 , a14 , b14 ,… 275 x14 , y16 , z14 , a14 , b14 , c14, 277 >y16 : a214
|
D | genericsManyTypeParameters.symbols | 332 x14: a114, y16: a214, z14: a314, a14: a414, b14: a514, c14: a614, 335 >y16 : Symbol(y16, Decl(genericsManyTypeParameters.ts, 33, 18)) 508 x14 , y16 , z14 , a14 , b14 , c14, 510 >y16 : Symbol(y16, Decl(genericsManyTypeParameters.ts, 33, 18))
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitDestructuringArrayPattern4.ts | 5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
|
D | genericsManyTypeParameters.ts | 34 x14: a114, y16: a214, z14: a314, a14: a414, b14: a514, c14: a614, 54 x14 , y16 , z14 , a14 , b14 , c14,
|