Home
last modified time | relevance | path

Searched refs:b21 (Results 1 – 25 of 39) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DdestructuringObjectBindingPatternAndAssignment1ES6.types24 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
DdestructuringObjectBindingPatternAndAssignment1ES5.types24 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
DdestructuringObjectBindingPatternAndAssignment1ES5.js14 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; property
DdestructuringObjectBindingPatternAndAssignment1ES6.js14 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; property
68 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } }; property
DdestructuringObjectBindingPatternAndAssignment1ES5.symbols21 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))
DdestructuringObjectBindingPatternAndAssignment1ES6.symbols21 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))
DunusedVariablesWithUnderscoreInBindingElement.types267 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; }
DunusedVariablesWithUnderscoreInBindingElement.js60 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
DunusedVariablesWithUnderscoreInBindingElement.symbols193 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))
DrecursiveTypeReferences1.js47 const b21: Box2 = { value: 42 }; variable
164 var b21 = { value: 42 }; variable
240 declare const b21: Box2;
DunusedVariablesWithUnderscoreInBindingElement.errors.txt103 b21: {
109 } = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 };
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringObjectBindingPatternAndAssignment1ES5.ts13 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } };
DdestructuringObjectBindingPatternAndAssignment1ES6.ts14 var { b2: { b21 } = { b21: "string" } } = { b2: { b21: "world" } };
/third_party/boost/libs/math/example/
DHSO3.hpp112 TYPE_FLOAT b21 = rot.a21; in find_invariant_vector() local
121 b11*b22-b12*b21, in find_invariant_vector()
122 b11*b23-b13*b21, in find_invariant_vector()
127 b21*b32-b22*b31, in find_invariant_vector()
128 b21*b33-b23*b31, in find_invariant_vector()
151 y = (-b11*b23+b13*b21)/det; in find_invariant_vector()
160 z = (-b11*b22+b12*b21)/det; in find_invariant_vector()
168 y = (-b11*b23+b13*b21)/det; in find_invariant_vector()
169 z = (-b12*b21+b11*b22)/det; in find_invariant_vector()
205 y = (-b21*b33+b23*b31)/det; in find_invariant_vector()
[all …]
/third_party/ffmpeg/libavcodec/ppc/
Dfdctdsp.c200 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/boost/boost/geometry/srs/projections/proj/
Dlask.hpp62 static const double b21 = 0.0802894; variable
80 xy_y = lp_lat * (b01 + l2 * (b21 + p2 * b23 + l2 * b41) + in fwd()
/third_party/typescript/tests/cases/compiler/
DunusedVariablesWithUnderscoreInBindingElement.ts61 b21: {
67 } = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 };
/third_party/skia/src/core/
DSkMatrixInvert.cpp48 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/
DInverse.metal54 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/boost/boost/qvm/gen/
Dvec_mat_operations3.hpp94 Tb const b21 = mat_traits<B>::template read_element<2,1>(b); in operator *() local
100 vec_traits<R>::template write_element<1>(r)=a0*b01+a1*b11+a2*b21; in operator *()
Dvec_mat_operations4.hpp106 Tb const b21 = mat_traits<B>::template read_element<2,1>(b); in operator *() local
117 vec_traits<R>::template write_element<1>(r)=a0*b01+a1*b11+a2*b21+a3*b31; in operator *()
Dmat_operations3.hpp1710 Tb const b21 = mat_traits<B>::template read_element<2,1>(b); in operator *() local
1717 mat_traits<R>::template write_element<0,1>(r)=a00*b01+a01*b11+a02*b21; in operator *()
1720 mat_traits<R>::template write_element<1,1>(r)=a10*b01+a11*b11+a12*b21; in operator *()
1723 mat_traits<R>::template write_element<2,1>(r)=a20*b01+a21*b11+a22*b21; in operator *()
1774 Tb const b21 = mat_traits<B>::template read_element<2,1>(b); in operator *=() local
1777 mat_traits<A>::template write_element<0,1>(a)=a00*b01+a01*b11+a02*b21; in operator *=()
1780 mat_traits<A>::template write_element<1,1>(a)=a10*b01+a11*b11+a12*b21; in operator *=()
1783 mat_traits<A>::template write_element<2,1>(a)=a20*b01+a21*b11+a22*b21; in operator *=()
1880 Tb const b21 = mat_traits<B>::template read_element<2,1>(b); in operator *() local
1887 mat_traits<R>::template write_element<0,1>(r)=a00*b01+a01*b11+a02*b21; in operator *()
/third_party/boost/boost/numeric/odeint/stepper/
Drunge_kutta_cash_karp54_classic.hpp125 const value_type b21 = static_cast<value_type> ( 1 ) / static_cast<value_type> ( 5 ); in do_step_impl() local
152 … typename operations_type::template scale_sum2< value_type , time_type >( 1.0 , dt*b21 ) ); in do_step_impl()
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/
DrecursiveTypeReferences1.ts49 const b21: Box2 = { value: 42 }; constant
/third_party/glslang/Test/
DstringToDouble.vert81 double b21 = 9223372036854774784.0;

12