/third_party/typescript/tests/baselines/reference/ |
D | destructuringObjectBindingPatternAndAssignment1ES5.types | 24 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; 26 >b21 : string 27 >{ b21: "string" } : { b21: string; } 28 >b21 : string 30 >{ b2: { b21: "world" } } : { b2?: { b21: string; }; } 31 >b2 : { b21: string; } 32 >{ b21: "world" } : { b21: string; } 33 >b21 : string
|
D | destructuringObjectBindingPatternAndAssignment1ES6.types | 24 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; 26 >b21 : string 27 >{ b21: "string" } : { b21: string; } 28 >b21 : string 30 >{ b2: { b21: "world" } } : { b2?: { b21: string; }; } 31 >b2 : { b21: string; } 32 >{ b21: "world" } : { b21: string; } 33 >b21 : string
|
D | destructuringObjectBindingPatternAndAssignment1ES5.js | 14 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; property 68 var _a = { b2: { b21: "world" } }.b2, _b = _a === void 0 ? { b21: "string" } : _a, b21 = _b.b21; variable
|
D | destructuringObjectBindingPatternAndAssignment1ES6.js | 14 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; property 68 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; property
|
D | destructuringObjectBindingPatternAndAssignment1ES6.symbols | 21 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; 23 >b21 : Symbol(b21, Decl(destructuringObjectBindingPatternAndAssignment1ES6.ts, 12, 11)) 24 >b21 : Symbol(b21, Decl(destructuringObjectBindingPatternAndAssignment1ES6.ts, 12, 21)) 26 >b21 : Symbol(b21, Decl(destructuringObjectBindingPatternAndAssignment1ES6.ts, 12, 50))
|
D | destructuringObjectBindingPatternAndAssignment1ES5.symbols | 21 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; 23 >b21 : Symbol(b21, Decl(destructuringObjectBindingPatternAndAssignment1ES5.ts, 12, 11)) 24 >b21 : Symbol(b21, Decl(destructuringObjectBindingPatternAndAssignment1ES5.ts, 12, 21)) 26 >b21 : Symbol(b21, Decl(destructuringObjectBindingPatternAndAssignment1ES5.ts, 12, 50))
|
D | unusedVariablesWithUnderscoreInBindingElement.types | 267 b21: { 268 >b21 : any 285 } = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 }; 286 >{ a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 } : { a2: number; b2: { b21: { b211: numb… 289 >b2 : { b21: { b211: number; b212: number; }; } 290 >{ b21: { b211: 1, b212: 1 } } : { b21: { b211: number; b212: number; }; } 291 >b21 : { b211: number; b212: number; }
|
D | unusedVariablesWithUnderscoreInBindingElement.js | 60 b21: { 66 } = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 }; property 126 …var _c = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 }, _a2 = _c.a2, _d = _c.b2.b21, … property
|
D | unusedVariablesWithUnderscoreInBindingElement.symbols | 193 b21: { 194 >b21 : Symbol(b21, Decl(unusedVariablesWithUnderscoreInBindingElement.ts, 64, 22)) 211 } = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 }; 214 >b21 : Symbol(b21, Decl(unusedVariablesWithUnderscoreInBindingElement.ts, 64, 22))
|
D | recursiveTypeReferences1.js | 47 const b21: Box2 = { value: 42 }; variable 164 var b21 = { value: 42 }; variable 240 declare const b21: Box2;
|
D | unusedVariablesWithUnderscoreInBindingElement.errors.txt | 103 b21: { 109 } = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 };
|
D | recursiveTypeReferences1.symbols | 149 const b21: Box2 = { value: 42 }; 150 >b21 : Symbol(b21, Decl(recursiveTypeReferences1.ts, 45, 5))
|
D | recursiveTypeReferences1.errors.txt | 64 const b21: Box2 = { value: 42 };
|
D | recursiveTypeReferences1.types | 167 const b21: Box2 = { value: 42 }; 168 >b21 : Box2
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringObjectBindingPatternAndAssignment1ES5.ts | 13 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } };
|
D | destructuringObjectBindingPatternAndAssignment1ES6.ts | 14 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } };
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fdctdsp.c | 200 vector float b01, b11, b21, b31, b41, b51, b61, b71; in ff_fdct_altivec() local 226 b21 = ((vector float) MERGE_S16(h, b10, b50)); in ff_fdct_altivec() 243 x4 = ((vector float) MERGE_S16(h, b21, b61)); in ff_fdct_altivec() 244 x5 = ((vector float) MERGE_S16(l, b21, b61)); in ff_fdct_altivec() 298 x1 = vec_add(b61, b21); in ff_fdct_altivec() 305 b21 = vec_madd(cnst, b21, x1); in ff_fdct_altivec() 407 x0 = vec_mergel(b01, b21); in ff_fdct_altivec() 408 x1 = vec_mergeh(b01, b21); in ff_fdct_altivec() 424 b21 = vec_mergeh(x4, x6); in ff_fdct_altivec() 429 FDCTCOL(b01, b11, b21, b31, b41, b51, b61, b71); in ff_fdct_altivec()
|
/third_party/skia/src/core/ |
D | SkMatrixInvert.cpp | 48 double b21 = a21 * a10 - a11 * a20; in SkInvert3x3Matrix() local 51 double determinant = a00 * b01 + a01 * b11 + a02 * b21; in SkInvert3x3Matrix() 60 outMatrix[6] = b21 * invdet; in SkInvert3x3Matrix()
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Inverse.metal | 54 T b21 = a21*a10 - a11*a20; 55 T det = a00*b01 + a01*b11 + a02*b21; 58 b21, (-a21*a00 + a01*a20), ( a11*a00 - a01*a10)) * (1/det);
|
/third_party/typescript/tests/cases/compiler/ |
D | unusedVariablesWithUnderscoreInBindingElement.ts | 61 b21: { 67 } = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 };
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_bad_pixels.cpp | 848 int32 b21 = p2 [1]; in FixIsolatedPixel() local 867 Abs_int32 (b01 - b21) + in FixIsolatedPixel() 869 Abs_int32 (b21 - b41) + in FixIsolatedPixel() 880 Abs_int32 (b21 - b43); in FixIsolatedPixel() 897 Abs_int32 (b03 - b21) + in FixIsolatedPixel()
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/ |
D | recursiveTypeReferences1.ts | 49 const b21: Box2 = { value: 42 }; constant
|
/third_party/glslang/Test/ |
D | stringToDouble.vert | 81 double b21 = 9223372036854774784.0;
|
/third_party/glslang/Test/baseResults/ |
D | stringToDouble.vert.out | 370 0:81 'b21' ( temp double) 894 0:81 'b21' ( temp double)
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | README.rst | 314 CP_SET_VISIBILITY_OVERRIDE - b11, b21, b30?
|