Home
last modified time | relevance | path

Searched refs:d3 (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/third_party/typescript/tests/baselines/reference/
DprotectedClassPropertyAccessibleWithinSubclass2.js8 var d3: Derived3;
14d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
24 var d3: Derived3;
30d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
40 var d3: Derived3;
46d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
57 var d3: Derived3;
63 d3.x; // OK, accessed within their declaring class
73 var d3: Derived3;
79d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
[all …]
DprotectedClassPropertyAccessibleWithinNestedSubclass1.js10 var d3: Derived3;
16d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
30 var d3: Derived3;
36d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
50 var d3: Derived3;
56d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
71 var d3: Derived3;
77 d3.x; // OK, accessed within their declaring class
91 var d3: Derived3;
97d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
[all …]
DdestructuringParameterDeclaration5.js30 function d3<T extends D>({y}: { y: D }) { }
45 d3({ y: new SubD() });
46 d3({ y: new SubClass() });
48 d3({ y: new Class() });
49 d3({});
50 d3({ y: 1 });
51 d3({ y: "world" });
103 function d3(_a) { function
118 d3({ y: new SubD() });
119 d3({ y: new SubClass() });
[all …]
DprotectedClassPropertyAccessibleWithinNestedSubclass1.types26 var d3: Derived3;
27 >d3 : Derived3
47d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
48 >d3.x : string
49 >d3 : Derived3
83 var d3: Derived3;
84 >d3 : Derived3
104d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
105 >d3.x : string
106 >d3 : Derived3
[all …]
DprotectedClassPropertyAccessibleWithinSubclass2.types20 var d3: Derived3;
21 >d3 : Derived3
41d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
42 >d3.x : string
43 >d3 : Derived3
69 var d3: Derived3;
70 >d3 : Derived3
90d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
91 >d3.x : string
92 >d3 : Derived3
[all …]
DdestructuringParameterDeclaration5.symbols73 function d3<T extends D>({y}: { y: D }) { }
74 >d3 : Symbol(d3, Decl(destructuringParameterDeclaration5.ts, 27, 51))
127 d3({ y: new SubD() });
128 >d3 : Symbol(d3, Decl(destructuringParameterDeclaration5.ts, 27, 51))
132 d3({ y: new SubClass() });
133 >d3 : Symbol(d3, Decl(destructuringParameterDeclaration5.ts, 27, 51))
138 d3({ y: new Class() });
139 >d3 : Symbol(d3, Decl(destructuringParameterDeclaration5.ts, 27, 51))
143 d3({});
144 >d3 : Symbol(d3, Decl(destructuringParameterDeclaration5.ts, 27, 51))
[all …]
DdestructuringParameterDeclaration5.types65 function d3<T extends D>({y}: { y: D }) { }
66 >d3 : <T extends D>({ y }: { y: D;}) => void
141 d3({ y: new SubD() });
142 >d3({ y: new SubD() }) : void
143 >d3 : <T extends D>({ y }: { y: D; }) => void
149 d3({ y: new SubClass() });
150 >d3({ y: new SubClass() }) : void
151 >d3 : <T extends D>({ y }: { y: D; }) => void
158 d3({ y: new Class() });
159 >d3({ y: new Class() }) : void
[all …]
DprotectedClassPropertyAccessibleWithinSubclass2.symbols23 var d3: Derived3;
24 >d3 : Symbol(d3, Decl(protectedClassPropertyAccessibleWithinSubclass2.ts, 6, 11))
46d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
47 >d3.x : Symbol(Derived3.x, Decl(protectedClassPropertyAccessibleWithinSubclass2.ts, 49, 33))
48 >d3 : Symbol(d3, Decl(protectedClassPropertyAccessibleWithinSubclass2.ts, 6, 11))
77 var d3: Derived3;
78 >d3 : Symbol(d3, Decl(protectedClassPropertyAccessibleWithinSubclass2.ts, 22, 11))
100d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
101 >d3.x : Symbol(Derived3.x, Decl(protectedClassPropertyAccessibleWithinSubclass2.ts, 49, 33))
102 >d3 : Symbol(d3, Decl(protectedClassPropertyAccessibleWithinSubclass2.ts, 22, 11))
[all …]
DintersectionsAndEmptyObjects.js46 const d3 = { variable
49 testDictionary(d3);
50 const d4 = intersectDictionaries(d1, d3);
52 const d5 = intersectDictionaries(d3, d1);
54 const d6 = intersectDictionaries(d3, d3);
137 const d3 = { variable
140 testDictionary(d3);
141 const d4 = intersectDictionaries(d1, d3);
143 const d5 = intersectDictionaries(d3, d1);
145 const d6 = intersectDictionaries(d3, d3);
DprotectedClassPropertyAccessibleWithinNestedSubclass1.symbols29 var d3: Derived3;
30 >d3 : Symbol(d3, Decl(protectedClassPropertyAccessibleWithinNestedSubclass1.ts, 8, 19))
52d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
53 >d3.x : Symbol(Derived3.x, Decl(protectedClassPropertyAccessibleWithinNestedSubclass1.ts, 61, 33))
54 >d3 : Symbol(d3, Decl(protectedClassPropertyAccessibleWithinNestedSubclass1.ts, 8, 19))
91 var d3: Derived3;
92 >d3 : Symbol(d3, Decl(protectedClassPropertyAccessibleWithinNestedSubclass1.ts, 28, 19))
114d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
115 >d3.x : Symbol(Derived3.x, Decl(protectedClassPropertyAccessibleWithinNestedSubclass1.ts, 61, 33))
116 >d3 : Symbol(d3, Decl(protectedClassPropertyAccessibleWithinNestedSubclass1.ts, 28, 19))
[all …]
/third_party/boost/libs/date_time/test/gregorian/
Dtestdate_iterator.cpp275 boost::date_time::date_itr<yfg, date> d3(date(2000,Jan,1)); in main() local
277 for (; d3 < date(2010,Jan,2); ++d3) { in main()
279 check("year iterator: " + to_iso_string(*d3), YearAnswers[i] == *d3); in main()
284 --d3; in main()
285 for (; d3 > date(1999,Dec,31); --d3) { in main()
287 check("year iterator: " + to_iso_string(*d3), YearAnswers[i] == *d3); in main()
298 boost::date_time::date_itr<yfg, date> d3(date(2000,Feb,28)); in main() local
300 for (; d3 < date(2010,Mar,1); ++d3) { in main()
302 check("year iterator: " + to_iso_string(*d3), YearAnswers[i] == *d3); in main()
307 --d3; in main()
[all …]
/third_party/skia/third_party/externals/libpng/arm/
Dfilter_neon.S67 vmov.i8 d3, #0
70 vadd.u8 d0, d3, d4
73 vadd.u8 d3, d2, d7
74 vst4.32 {d0[0],d1[0],d2[0],d3[0]},[r1,:128]!
83 vmov.i8 d3, #0
90 vadd.u8 d0, d3, d22
98 vadd.u8 d3, d2, d7
100 vst1.32 {d3[0]}, [r1], r2
122 vmov.i8 d3, #0
126 vhadd.u8 d0, d3, d16
[all …]
/third_party/flutter/skia/third_party/externals/libpng/arm/
Dfilter_neon.S67 vmov.i8 d3, #0
70 vadd.u8 d0, d3, d4
73 vadd.u8 d3, d2, d7
74 vst4.32 {d0[0],d1[0],d2[0],d3[0]},[r1,:128]!
83 vmov.i8 d3, #0
90 vadd.u8 d0, d3, d22
98 vadd.u8 d3, d2, d7
100 vst1.32 {d3[0]}, [r1], r2
122 vmov.i8 d3, #0
126 vhadd.u8 d0, d3, d16
[all …]
/third_party/libpng/arm/
Dfilter_neon.S67 vmov.i8 d3, #0
70 vadd.u8 d0, d3, d4
73 vadd.u8 d3, d2, d7
74 vst4.32 {d0[0],d1[0],d2[0],d3[0]},[r1,:128]!
83 vmov.i8 d3, #0
90 vadd.u8 d0, d3, d22
98 vadd.u8 d3, d2, d7
100 vst1.32 {d3[0]}, [r1], r2
122 vmov.i8 d3, #0
126 vhadd.u8 d0, d3, d16
[all …]
/third_party/typescript/tests/cases/conformance/classes/members/accessibility/
DprotectedClassPropertyAccessibleWithinSubclass2.ts7 var d3: Derived3;
13d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
23 var d3: Derived3;
29d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
39 var d3: Derived3;
45d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
56 var d3: Derived3;
62 d3.x; // OK, accessed within their declaring class
72 var d3: Derived3;
78d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
[all …]
DprotectedClassPropertyAccessibleWithinNestedSubclass1.ts9 var d3: Derived3;
15d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
29 var d3: Derived3;
35d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
49 var d3: Derived3;
55d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
70 var d3: Derived3;
76 d3.x; // OK, accessed within their declaring class
90 var d3: Derived3;
96d3.x; // Error, redefined in a subclass, can only be accessed in the declaring class or …
[all …]
/third_party/glslang/Test/
Dhlsl.promotions.frag11 uniform double3 d3;
29 float3 Fn_R_F3D(out float3 p) { p = d3; return d3; } // valid, but loss of precision on downconve…
34 int3 Fn_R_I3D(out int3 p) { p = d3; return d3; } // valid, but loss of precision on downconvers…
39 uint3 Fn_R_U3D(out uint3 p) { p = d3; return d3; } // valid, but loss of precision on downconver…
44 bool3 Fn_R_B3D(out bool3 p) { p = d3; return d3; }
57 float3 r03 = d3; // valid, but loss of precision on downconversion.
62 int3 r13 = d3; // valid, but loss of precision on downconversion.
67 uint3 r23 = d3; // valid, but loss of precision on downconversion.
72 bool3 r33 = d3;
83 r03 *= d3; // valid, but loss of precision on downconversion.
[all …]
/third_party/openssl/crypto/chacha/asm/
Dchacha-c64xplus.pl124 my ($d0,$d1,$d2,$d3) = (12..15);
137 || XOR @X[$a3],@X[$d3],@X[$d3]
143 || SWAP2 @X[$d3],@X[$d3]
148 || ADD @X[$d3],@X[$c3],@X[$c3]
173 || XOR @Y[$a3],@Y[$d3],@Y[$d3]
179 || XOR @X[$a3],@X[$d3],@X[$d3]
185 || SWAP2 @Y[$d3],@Y[$d3]
187 || ROTL @X[$d3],8,@X[$d3]
191 || ADD @Y[$d3],@Y[$c3],@Y[$c3]
201 || ADD @X[$d3],@X[$c3],@X[$c3]
[all …]
/third_party/ffmpeg/libavcodec/
Djrevdct.c218 int32_t d0, d1, d2, d3, d4, d5, d6, d7; variable
247 d3 = dataptr[5];
251 if ((d1 | d2 | d3 | d4 | d5 | d6 | d7) == 0) {
324 if (d3) {
328 z2 = d5 + d3;
329 z3 = d7 + d3;
335 tmp2 = MULTIPLY(d3, FIX_3_072711026);
351 z2 = d5 + d3;
352 z3 = d7 + d3;
357 tmp2 = MULTIPLY(d3, FIX_3_072711026);
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dh264pred_neon.S74 ldcol.8 d3, r2, r1
76 vaddl.u8 q1, d2, d3
121 ldcol.8 d3, r3, r1
123 vaddl.u8 q8, d2, d3
125 vsubl.u8 q3, d3, d1
140 vshl.i16 d3, d2, #3
142 vsub.i16 d3, d3, d2
145 vsub.i16 d2, d2, d3
146 vshl.i16 d3, d4, #4
148 vsub.i16 d6, d5, d3
[all …]
Dvp8dsp_neon.S31 vadd.i16 d4, d0, d3
35 vsub.i16 d5, d0, d3
43 vtrn.32 d1, d3
45 vtrn.16 d2, d3
49 vadd.i16 d4, d0, d3
52 vsub.i16 d5, d0, d3
63 vst1.16 {d3[0]}, [r0,:16], r3
67 vst1.16 {d3[1]}, [r0,:16], r3
71 vst1.16 {d3[2]}, [r0,:16], r3
75 vst1.16 {d3[3]}, [r0,:16], r3
[all …]
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterDeclaration5.ts29 function d3<T extends D>({y}: { y: D }) { } function
44 d3({ y: new SubD() });
45 d3({ y: new SubClass() });
47 d3({ y: new Class() });
48 d3({});
49 d3({ y: 1 });
50 d3({ y: "world" });
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dresize_nearest_neighbor_grad_impl.cu34 … const int d3, const int d4, bool align_corners, float h_scale, in ResizeNearestNeighborGrad() argument
40 int out_height = d3; in ResizeNearestNeighborGrad()
63 output_pos = pos_array[0] * d2 * d3 * d4 + pos_array[1] * d3 * d4 + out_y * d4 + out_x; in ResizeNearestNeighborGrad()
70 … const int s4, T *output, const int d1, const int d2, const int d3, const int d4, in CalResizeNearestNeighborGrad() argument
72 int output_size = d1 * d2 * d3 * d4; in CalResizeNearestNeighborGrad()
75 input_size, input, s1, s2, s3, s4, output, d1, d2, d3, d4, align_corners, h_scale, w_scale); in CalResizeNearestNeighborGrad()
81 … const int d3, const int d4, bool align_corners, float h_scale,
85 … const int d3, const int d4, bool align_corners, float h_scale,
89 … const int d3, const int d4, bool align_corners, float h_scale,
Dresize_nearest_neighbor_impl.cu25 … const int s4, T *output, const int d1, const int d2, const int d3, const int d4, in ResizeNearestNeighbor() argument
40 pos_array[0] = pos / (d2 * d3 * d4) % d1; in ResizeNearestNeighbor()
41 pos_array[1] = pos / (d3 * d4) % d2; in ResizeNearestNeighbor()
42 pos_array[2] = pos / (d4) % d3; in ResizeNearestNeighbor()
61 … T *output, const int d1, const int d2, const int d3, const int d4, bool align_corners, in CalResizeNearestNeighbor() argument
64d3, d4, align_corners, h_scale, w_scale); in CalResizeNearestNeighbor()
70 … const int d3, const int d4, bool align_corners, float h_scale,
74 … const int d3, const int d4, bool align_corners, float h_scale,
77 … const int s4, int *output, const int d1, const int d2, const int d3,
/third_party/boost/boost/geometry/geometries/
Dpoint_xyz.hpp23 namespace model { namespace d3 namespace
94 struct tag<model::d3::point_xyz<CoordinateType, CoordinateSystem> >
100 struct coordinate_type<model::d3::point_xyz<CoordinateType, CoordinateSystem> >
106 struct coordinate_system<model::d3::point_xyz<CoordinateType, CoordinateSystem> >
112 struct dimension<model::d3::point_xyz<CoordinateType, CoordinateSystem> >
117 struct access<model::d3::point_xyz<CoordinateType, CoordinateSystem>, Dimension >
120 model::d3::point_xyz<CoordinateType, CoordinateSystem> const& p) in get()
125 static inline void set(model::d3::point_xyz<CoordinateType, CoordinateSystem>& p, in set()

12345678910>>...24