/third_party/typescript/tests/baselines/reference/ |
D | shorthandPropertyAssignmentsInDestructuring_ES6.types | 266 >(function() { let y2: string, y3: { x: string }; ({ y2 = 5, y3 = { x: 1 } } = {})}) : () => void 267 >function() { let y2: string, y3: { x: string }; ({ y2 = 5, y3 = { x: 1 } } = {})} : () => void 269 let y2: string, y3: { x: string }; 271 >y3 : { x: string; } 274 ({ y2 = 5, y3 = { x: 1 } } = {}) 275 >({ y2 = 5, y3 = { x: 1 } } = {}) : { y2?: string; y3?: { x: string; }; } 276 >{ y2 = 5, y3 = { x: 1 } } = {} : { y2?: string; y3?: { x: string; }; } 277 >{ y2 = 5, y3 = { x: 1 } } : { y2?: string; y3?: { x: string; }; } 280 >y3 : { x: string; } 284 >{} : { y2?: string; y3?: { x: string; }; } [all …]
|
D | shorthandPropertyAssignmentsInDestructuring.types | 266 >(function() { let y2: string, y3: { x: string }; ({ y2 = 5, y3 = { x: 1 } } = {})}) : () => void 267 >function() { let y2: string, y3: { x: string }; ({ y2 = 5, y3 = { x: 1 } } = {})} : () => void 269 let y2: string, y3: { x: string }; 271 >y3 : { x: string; } 274 ({ y2 = 5, y3 = { x: 1 } } = {}) 275 >({ y2 = 5, y3 = { x: 1 } } = {}) : { y2?: string; y3?: { x: string; }; } 276 >{ y2 = 5, y3 = { x: 1 } } = {} : { y2?: string; y3?: { x: string; }; } 277 >{ y2 = 5, y3 = { x: 1 } } : { y2?: string; y3?: { x: string; }; } 280 >y3 : { x: string; } 284 >{} : { y2?: string; y3?: { x: string; }; } [all …]
|
D | shorthandPropertyAssignmentsInDestructuring_ES6.js | 80 let y2: string, y3: { x: string }; 81 ({ y2 = 5, y3 = { x: 1 } } = {}) variable 85 let y2: string, y3: { x: string }; 86 ({ y2:y2 = 5, y3:y3 = { x: 1 } } = {}) variable 184 let y2, y3; 185 ({ y2 = 5, y3 = { x: 1 } } = {}); variable 188 let y2, y3; 189 ({ y2: y2 = 5, y3: y3 = { x: 1 } } = {}); variable
|
D | augmentedTypesFunction.js | 14 function y3() { } // error function 15 class y3 { } // error class 51 function y3() { } // error 52 var y3 = /** @class */ (function () { 53 function y3() { function 55 return y3;
|
D | shorthandPropertyAssignmentsInDestructuring.js | 80 let y2: string, y3: { x: string }; 81 ({ y2 = 5, y3 = { x: 1 } } = {}) variable 85 let y2: string, y3: { x: string }; 86 ({ y2:y2 = 5, y3:y3 = { x: 1 } } = {}) variable 207 var y2, y3; 208 …(_a = {}, _b = _a.y2, y2 = _b === void 0 ? 5 : _b, _c = _a.y3, y3 = _c === void 0 ? { x: 1 } : _c); 212 var y2, y3; 213 …(_a = {}, _b = _a.y2, y2 = _b === void 0 ? 5 : _b, _c = _a.y3, y3 = _c === void 0 ? { x: 1 } : _c);
|
D | shorthandPropertyAssignmentsInDestructuring.symbols | 145 let y2: string, y3: { x: string }; 147 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 78, 16)) 150 ({ y2 = 5, y3 = { x: 1 } } = {}) 152 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 79, 11)) 158 let y2: string, y3: { x: string }; 160 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 83, 16)) 163 ({ y2:y2 = 5, y3:y3 = { x: 1 } } = {}) 166 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 84, 14)) 167 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring.ts, 83, 16))
|
D | shorthandPropertyAssignmentsInDestructuring_ES6.symbols | 145 let y2: string, y3: { x: string }; 147 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 78, 16)) 150 ({ y2 = 5, y3 = { x: 1 } } = {}) 152 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 79, 11)) 158 let y2: string, y3: { x: string }; 160 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 83, 16)) 163 ({ y2:y2 = 5, y3:y3 = { x: 1 } } = {}) 166 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 84, 14)) 167 >y3 : Symbol(y3, Decl(shorthandPropertyAssignmentsInDestructuring_ES6.ts, 83, 16))
|
D | tsxStatelessFunctionComponentOverload4.types | 122 …r; children: JSX.Element; }): JSX.Element; (a: { y1: boolean; y2?: number; y3: boolean; }): JSX.El… 129 … children: JSX.Element;}): JSX.Element; (a: { y1: boolean; y2?: number; y3: boolean; }): JSX.El… 137 declare function TestingOptional(a: {y1: boolean, y2?: number, y3: boolean}): JSX.Element; 138 …en: JSX.Element; }): JSX.Element; (a: { y1: boolean; y2?: number; y3: boolean;}): JSX.Ele… 139 >a : { y1: boolean; y2?: number; y3: boolean; } 142 >y3 : boolean 146 const e1 = <TestingOptional y1 y3="hello"/> 148 ><TestingOptional y1 y3="hello"/> : JSX.Element 149 …r; children: JSX.Element; }): JSX.Element; (a: { y1: boolean; y2?: number; y3: boolean; }): JSX.El… 151 >y3 : string [all …]
|
D | augmentedTypesFunction.types | 25 function y3() { } // error 26 >y3 : typeof y3 28 class y3 { } // error 29 >y3 : y3
|
D | tsxStatelessFunctionComponentOverload1.js | 32 declare function TestingOptional(a: {y1: boolean, y2?: number, y3: boolean}): JSX.Element; 38 const e5 = <TestingOptional y1 y3/> 39 const e6 = <TestingOptional y1 y3 y2={10} /> 40 const e2 = <TestingOptional y1 y3 extra-prop/> 65 var e5 = <TestingOptional y1 y3/>; 66 var e6 = <TestingOptional y1 y3 y2={10}/>; 67 var e2 = <TestingOptional y1 y3 extra-prop/>;
|
D | noImplicitAnyParametersInAmbientClass.types | 44 // Implicit-'any' errors for x1, y2, x3, and y3. 46 >pub_f8 : { (x1: any, y1: number): any; (x2: string, y2: any): any; (x3: any, y3: any): any; } 51 >pub_f8 : { (x1: any, y1: number): any; (x2: string, y2: any): any; (x3: any, y3: any): any; } 55 public pub_f8(x3, y3): any; 56 >pub_f8 : { (x1: any, y1: number): any; (x2: string, y2: any): any; (x3: any, y3: any): any; } 58 >y3 : any 137 >priv_f8 : { (x1: any, y1: number): any; (x2: string, y2: any): any; (x3: any, y3: any): any; } 142 >priv_f8 : { (x1: any, y1: number): any; (x2: string, y2: any): any; (x3: any, y3: any): any; } 146 private priv_f8(x3, y3): any; 147 >priv_f8 : { (x1: any, y1: number): any; (x2: string, y2: any): any; (x3: any, y3: any): any; } [all …]
|
D | augmentedTypesFunction.errors.txt | 7 tests/cases/compiler/augmentedTypesFunction.ts(13,10): error TS2300: Duplicate identifier 'y3'. 8 tests/cases/compiler/augmentedTypesFunction.ts(14,7): error TS2300: Duplicate identifier 'y3'. 40 function y3() { } // error 42 !!! error TS2300: Duplicate identifier 'y3'. 43 !!! related TS6203 tests/cases/compiler/augmentedTypesFunction.ts:14:7: 'y3' was also declared here. 44 class y3 { } // error 46 !!! error TS2300: Duplicate identifier 'y3'. 47 !!! related TS6203 tests/cases/compiler/augmentedTypesFunction.ts:13:10: 'y3' was also declared her…
|
D | tsxStatelessFunctionComponentOverload1.types | 145 …?: string; y2?: number;}): JSX.Element; (a: { y1: boolean; y2?: number; y3: boolean; }): JSX.El… 151 declare function TestingOptional(a: {y1: boolean, y2?: number, y3: boolean}): JSX.Element; 152 …ng; y2?: number; }): JSX.Element; (a: { y1: boolean; y2?: number; y3: boolean;}): JSX.Ele… 153 >a : { y1: boolean; y2?: number; y3: boolean; } 156 >y3 : boolean 163 …y1?: string; y2?: number; }): JSX.Element; (a: { y1: boolean; y2?: number; y3: boolean; }): JSX.El… 168 …y1?: string; y2?: number; }): JSX.Element; (a: { y1: boolean; y2?: number; y3: boolean; }): JSX.El… 174 …y1?: string; y2?: number; }): JSX.Element; (a: { y1: boolean; y2?: number; y3: boolean; }): JSX.El… 179 const e5 = <TestingOptional y1 y3/> 181 ><TestingOptional y1 y3/> : JSX.Element [all …]
|
D | externalModuleAssignToVar.types | 32 var y3: new () => ext3 = ext3; 33 >y3 : new () => ext3 36 y3 = ext3; // ok 37 >y3 = ext3 : typeof ext3 38 >y3 : new () => ext3
|
D | externalModuleAssignToVar.js | 25 var y3: new () => ext3 = ext3; variable 26 y3 = ext3; // ok 69 var y3 = ext3; 70 y3 = ext3; // ok
|
D | externalModuleAssignToVar.symbols | 32 var y3: new () => ext3 = ext3; 33 >y3 : Symbol(y3, Decl(externalModuleAssignToVar_core.ts, 10, 3)) 37 y3 = ext3; // ok 38 >y3 : Symbol(y3, Decl(externalModuleAssignToVar_core.ts, 10, 3))
|
D | tsxStatelessFunctionComponentOverload4.js | 31 declare function TestingOptional(a: {y1: boolean, y2?: number, y3: boolean}): JSX.Element; 34 const e1 = <TestingOptional y1 y3="hello"/> 35 const e2 = <TestingOptional y1="hello" y2={1000} y3 /> 62 var e1 = <TestingOptional y1 y3="hello"/>; 63 var e2 = <TestingOptional y1="hello" y2={1000} y3/>;
|
/third_party/mindspore/tests/st/ops/graph_kernel/ |
D | test_compare.py | 78 y3 = Tensor(y3_np) 79 return x0, y0, x1, y1, x2, y2, x3, y3 82 def get_less_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument 88 less_output_3 = net_less(x3, y3).asnumpy() 92 def get_greater_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument 98 greater_output_3 = net_greater(x3, y3).asnumpy() 102 def get_less_equal_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument 108 less_equal_output_3 = net_less_equal(x3, y3).asnumpy() 112 def get_greater_equal_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument 118 greter_equal_output_3 = net_greater_equal(x3, y3).asnumpy() [all …]
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 234 ADDR_CHANNEL_SETTING y3 = InitChannel(1, 1, bankYStart); in ComputeBankEquation() local 243 y3.value = (threshY > bankYStart) ? y3.value : 0; in ComputeBankEquation() 260 pEquation->addr[3] = y3; in ComputeBankEquation() 272 pEquation->addr[3] = y3; in ComputeBankEquation() 284 pEquation->addr[3] = y3; in ComputeBankEquation() 296 pEquation->addr[3] = y3; in ComputeBankEquation() 313 pEquation->addr[2] = y3; in ComputeBankEquation() 323 pEquation->addr[2] = y3; in ComputeBankEquation() 333 pEquation->addr[2] = y3; in ComputeBankEquation() 347 pEquation->addr[1] = y3; in ComputeBankEquation() [all …]
|
/third_party/boost/libs/qvm/test/ |
D | rot_mat_test.cpp | 90 for( float y3=0; y3<6.28f; y3+=0.5f ) in test_xzy() local 92 mat<float,D,D> const m2 = rotx_mat<D>(x1) * rotz_mat<D>(z2) * roty_mat<D>(y3); in test_xzy() 94 mat<float,D,D> m1 = rot_mat_xzy<D>(x1,z2,y3); in test_xzy() 98 mat<float,D,D> m1; set_rot_xzy(m1,x1,z2,y3); in test_xzy() 102 mat<float,D,D> m1 = identity_mat<float,D>(); rotate_xzy(m1,x1,z2,y3); in test_xzy() 215 for( float y3=0; y3<6.28f; y3+=0.5f ) in test_zxy() local 217 mat<float,D,D> const m2 = rotz_mat<D>(z1) * rotx_mat<D>(x2) * roty_mat<D>(y3); in test_zxy() 219 mat<float,D,D> m1 = rot_mat_zxy<D>(z1,x2,y3); in test_zxy() 223 mat<float,D,D> m1; set_rot_zxy(m1,z1,x2,y3); in test_zxy() 227 mat<float,D,D> m1 = identity_mat<float,D>(); rotate_zxy(m1,z1,x2,y3); in test_zxy() [all …]
|
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/ |
D | ir_fusion_test.py | 58 y3 = allreduce(x3) 61 return make_tuple(y1, y2, y3, y4, y5) 68 y3 = tuple_getitem(ar, 2) 71 res = make_tuple(y1, y2, y3, y4, y5) 85 y3 = allreduce(x3) 88 return make_tuple(y1, y2, y3, y4, y5) 96 y3 = tuple_getitem(ar2, 0) 99 res = make_tuple(y1, y2, y3, y4, y5) 107 y3 = tuple_getitem(ar1, 1) 111 output = make_tuple(y1, y2, y3, y4, y5)
|
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/ |
D | test_stack.py | 40 y3 = self.pop[2]() 42 return y1, y2, y3 73 y3 = self.pop_0[1]() 78 return y1, y2, y3, z1, z2, z3 92 y1, y2, y3 = net(x1, x2, x3) 98 print(y3) 101 assert np.array_equal(y3.asnumpy(), x1.asnumpy()) 115 y1, y2, y3, z1, z2, z3 = net(x1, x2, x3) 121 print(y3) 124 assert np.array_equal(y3.asnumpy(), x2.asnumpy())
|
/third_party/typescript/tests/cases/compiler/ |
D | shorthandPropertyAssignmentsInDestructuring_ES6.ts | 82 let y2: string, y3: { x: string }; variable 83 ({ y2 = 5, y3 = { x: 1 } } = {}) 87 let y2: string, y3: { x: string }; variable 88 ({ y2:y2 = 5, y3:y3 = { x: 1 } } = {})
|
D | shorthandPropertyAssignmentsInDestructuring.ts | 82 let y2: string, y3: { x: string }; variable 83 ({ y2 = 5, y3 = { x: 1 } } = {}) 87 let y2: string, y3: { x: string }; variable 88 ({ y2:y2 = 5, y3:y3 = { x: 1 } } = {})
|
/third_party/pixman/demos/ |
D | quad2quad.c | 13 double x3, double y3, in quad_to_quad() argument 118 t6 = px2 * px3 * t5 * y3; in quad_to_quad() 120 t7 = - px2 * px3 * x2 * x3 * y3; in quad_to_quad() 126 t12 = - px2 * py3 * t5 * y3; in quad_to_quad() 128 t13 = px2 * py3 * x2 * x3 * y3; in quad_to_quad() 154 t34 = - px3 * py2 * y3; in quad_to_quad() 156 t35 = px2 * py3 * y3; in quad_to_quad() 161 t39 = - px2 * px3 * t5 * y3; in quad_to_quad() 163 t40 = px2 * px3 * x2 * x3 * y3; in quad_to_quad() 169 t45 = px2 * py3 * t5 * y3; in quad_to_quad() [all …]
|