Searched refs:b21 (Results 1 - 8 of 8) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A 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;
|
H A D | destructuringObjectBindingPatternAndAssignment1ES6.js | 14 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; property 68 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } };
property
|
H A D | unusedVariablesWithUnderscoreInBindingElement.js | 60 b21: { 66 } = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 }; 126 var _c = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 }, _a2 = _c.a2, _d = _c.b2.b21, _b211 = _d.b211, _b212 = _d.b212, _c2 = _c.c2, _d2 = _c.d2;
|
H A D | recursiveTypeReferences1.js | 47 const b21: Box2 = { value: 42 }; 168 var b21 = { value: 42 };
244 declare const b21: Box2;
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A 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 in ff_fdct_altivec() [all...] |
/third_party/skia/src/core/ |
H A 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/third_party/externals/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 833 // g20 b21 g22 b23 g24 in FixIsolatedPixel() 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() 1171 // g20 b21 g22 b23 g24 b25 g26 b27 g28 in FixSingleColumn()
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 1616 __ sqrshl(b8, b21, b13); in GenerateTestSequenceNEON() 1645 __ sqshl(b6, b21, b8); in GenerateTestSequenceNEON() 2365 __ uqshrn(b21, h27, 7); in GenerateTestSequenceNEON()
|
Completed in 9 milliseconds