@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -39,477 +39,477 @@ export type CLROf<T> =
|
|
|
39
39
|
T; // Identity fallback for non-primitive types
|
|
40
40
|
|
|
41
41
|
export abstract class PackedSimd$instance {
|
|
42
|
-
static readonly
|
|
43
|
-
static
|
|
44
|
-
static
|
|
45
|
-
static
|
|
46
|
-
static
|
|
47
|
-
static
|
|
48
|
-
static
|
|
49
|
-
static
|
|
50
|
-
static
|
|
51
|
-
static
|
|
52
|
-
static
|
|
53
|
-
static
|
|
54
|
-
static
|
|
55
|
-
static
|
|
56
|
-
static
|
|
57
|
-
static
|
|
58
|
-
static
|
|
59
|
-
static
|
|
60
|
-
static
|
|
61
|
-
static
|
|
62
|
-
static
|
|
63
|
-
static
|
|
64
|
-
static
|
|
65
|
-
static
|
|
66
|
-
static
|
|
67
|
-
static
|
|
68
|
-
static
|
|
69
|
-
static
|
|
70
|
-
static
|
|
71
|
-
static
|
|
72
|
-
static
|
|
73
|
-
static
|
|
74
|
-
static
|
|
75
|
-
static
|
|
76
|
-
static
|
|
77
|
-
static
|
|
78
|
-
static
|
|
79
|
-
static
|
|
80
|
-
static
|
|
81
|
-
static
|
|
82
|
-
static
|
|
83
|
-
static
|
|
84
|
-
static
|
|
85
|
-
static
|
|
86
|
-
static
|
|
87
|
-
static
|
|
88
|
-
static
|
|
89
|
-
static
|
|
90
|
-
static
|
|
91
|
-
static
|
|
92
|
-
static
|
|
93
|
-
static
|
|
94
|
-
static
|
|
95
|
-
static
|
|
96
|
-
static
|
|
97
|
-
static
|
|
98
|
-
static
|
|
99
|
-
static
|
|
100
|
-
static
|
|
101
|
-
static
|
|
102
|
-
static
|
|
103
|
-
static
|
|
104
|
-
static
|
|
105
|
-
static
|
|
106
|
-
static
|
|
107
|
-
static
|
|
108
|
-
static
|
|
109
|
-
static
|
|
110
|
-
static
|
|
111
|
-
static
|
|
112
|
-
static
|
|
113
|
-
static
|
|
114
|
-
static
|
|
115
|
-
static
|
|
116
|
-
static
|
|
117
|
-
static
|
|
118
|
-
static
|
|
119
|
-
static
|
|
120
|
-
static
|
|
121
|
-
static
|
|
122
|
-
static
|
|
123
|
-
static
|
|
124
|
-
static
|
|
125
|
-
static
|
|
126
|
-
static
|
|
127
|
-
static
|
|
128
|
-
static
|
|
129
|
-
static
|
|
130
|
-
static
|
|
131
|
-
static
|
|
132
|
-
static
|
|
133
|
-
static
|
|
134
|
-
static
|
|
135
|
-
static
|
|
136
|
-
static
|
|
137
|
-
static
|
|
138
|
-
static
|
|
139
|
-
static
|
|
140
|
-
static
|
|
141
|
-
static
|
|
142
|
-
static
|
|
143
|
-
static
|
|
144
|
-
static
|
|
145
|
-
static
|
|
146
|
-
static
|
|
147
|
-
static
|
|
148
|
-
static
|
|
149
|
-
static
|
|
150
|
-
static
|
|
151
|
-
static
|
|
152
|
-
static
|
|
153
|
-
static
|
|
154
|
-
static
|
|
155
|
-
static
|
|
156
|
-
static
|
|
157
|
-
static
|
|
158
|
-
static
|
|
159
|
-
static
|
|
160
|
-
static
|
|
161
|
-
static
|
|
162
|
-
static
|
|
163
|
-
static
|
|
164
|
-
static
|
|
165
|
-
static
|
|
166
|
-
static
|
|
167
|
-
static
|
|
168
|
-
static
|
|
169
|
-
static
|
|
170
|
-
static
|
|
171
|
-
static
|
|
172
|
-
static
|
|
173
|
-
static
|
|
174
|
-
static
|
|
175
|
-
static
|
|
176
|
-
static
|
|
177
|
-
static
|
|
178
|
-
static
|
|
179
|
-
static
|
|
180
|
-
static
|
|
181
|
-
static
|
|
182
|
-
static
|
|
183
|
-
static
|
|
184
|
-
static
|
|
185
|
-
static
|
|
186
|
-
static
|
|
187
|
-
static
|
|
188
|
-
static
|
|
189
|
-
static
|
|
190
|
-
static
|
|
191
|
-
static
|
|
192
|
-
static
|
|
193
|
-
static
|
|
194
|
-
static
|
|
195
|
-
static
|
|
196
|
-
static
|
|
197
|
-
static
|
|
198
|
-
static
|
|
199
|
-
static
|
|
200
|
-
static
|
|
201
|
-
static
|
|
202
|
-
static
|
|
203
|
-
static
|
|
204
|
-
static
|
|
205
|
-
static
|
|
206
|
-
static
|
|
207
|
-
static
|
|
208
|
-
static
|
|
209
|
-
static
|
|
210
|
-
static
|
|
211
|
-
static
|
|
212
|
-
static
|
|
213
|
-
static
|
|
214
|
-
static
|
|
215
|
-
static
|
|
216
|
-
static
|
|
217
|
-
static
|
|
218
|
-
static
|
|
219
|
-
static
|
|
220
|
-
static
|
|
221
|
-
static
|
|
222
|
-
static
|
|
223
|
-
static
|
|
224
|
-
static
|
|
225
|
-
static
|
|
226
|
-
static
|
|
227
|
-
static
|
|
228
|
-
static
|
|
229
|
-
static
|
|
230
|
-
static
|
|
231
|
-
static
|
|
232
|
-
static
|
|
233
|
-
static
|
|
234
|
-
static
|
|
235
|
-
static
|
|
236
|
-
static
|
|
237
|
-
static
|
|
238
|
-
static
|
|
239
|
-
static
|
|
240
|
-
static
|
|
241
|
-
static
|
|
242
|
-
static
|
|
243
|
-
static
|
|
244
|
-
static
|
|
245
|
-
static
|
|
246
|
-
static
|
|
247
|
-
static
|
|
248
|
-
static
|
|
249
|
-
static
|
|
250
|
-
static
|
|
251
|
-
static
|
|
252
|
-
static
|
|
253
|
-
static
|
|
254
|
-
static
|
|
255
|
-
static
|
|
256
|
-
static
|
|
257
|
-
static
|
|
258
|
-
static
|
|
259
|
-
static
|
|
260
|
-
static
|
|
261
|
-
static
|
|
262
|
-
static
|
|
263
|
-
static
|
|
264
|
-
static
|
|
265
|
-
static
|
|
266
|
-
static
|
|
267
|
-
static
|
|
268
|
-
static
|
|
269
|
-
static
|
|
270
|
-
static
|
|
271
|
-
static
|
|
272
|
-
static
|
|
273
|
-
static
|
|
274
|
-
static
|
|
275
|
-
static
|
|
276
|
-
static
|
|
277
|
-
static
|
|
278
|
-
static
|
|
279
|
-
static
|
|
280
|
-
static
|
|
281
|
-
static
|
|
282
|
-
static
|
|
283
|
-
static
|
|
284
|
-
static
|
|
285
|
-
static
|
|
286
|
-
static
|
|
287
|
-
static
|
|
288
|
-
static
|
|
289
|
-
static
|
|
290
|
-
static
|
|
291
|
-
static
|
|
292
|
-
static
|
|
293
|
-
static
|
|
294
|
-
static
|
|
295
|
-
static
|
|
296
|
-
static
|
|
297
|
-
static
|
|
298
|
-
static
|
|
299
|
-
static
|
|
300
|
-
static
|
|
301
|
-
static
|
|
302
|
-
static
|
|
303
|
-
static
|
|
304
|
-
static
|
|
305
|
-
static
|
|
306
|
-
static
|
|
307
|
-
static
|
|
308
|
-
static
|
|
309
|
-
static
|
|
310
|
-
static
|
|
311
|
-
static
|
|
312
|
-
static
|
|
313
|
-
static
|
|
314
|
-
static
|
|
315
|
-
static
|
|
316
|
-
static
|
|
317
|
-
static
|
|
318
|
-
static
|
|
319
|
-
static
|
|
320
|
-
static
|
|
321
|
-
static
|
|
322
|
-
static
|
|
323
|
-
static
|
|
324
|
-
static
|
|
325
|
-
static
|
|
326
|
-
static
|
|
327
|
-
static
|
|
328
|
-
static
|
|
329
|
-
static
|
|
330
|
-
static
|
|
331
|
-
static
|
|
332
|
-
static
|
|
333
|
-
static
|
|
334
|
-
static
|
|
335
|
-
static
|
|
336
|
-
static
|
|
337
|
-
static
|
|
338
|
-
static
|
|
339
|
-
static
|
|
340
|
-
static
|
|
341
|
-
static
|
|
342
|
-
static
|
|
343
|
-
static
|
|
344
|
-
static
|
|
345
|
-
static
|
|
346
|
-
static
|
|
347
|
-
static
|
|
348
|
-
static
|
|
349
|
-
static
|
|
350
|
-
static
|
|
351
|
-
static
|
|
352
|
-
static
|
|
353
|
-
static
|
|
354
|
-
static
|
|
355
|
-
static
|
|
356
|
-
static
|
|
357
|
-
static
|
|
358
|
-
static
|
|
359
|
-
static
|
|
360
|
-
static
|
|
361
|
-
static
|
|
362
|
-
static
|
|
363
|
-
static
|
|
364
|
-
static
|
|
365
|
-
static
|
|
366
|
-
static
|
|
367
|
-
static
|
|
368
|
-
static
|
|
369
|
-
static
|
|
370
|
-
static
|
|
371
|
-
static
|
|
372
|
-
static
|
|
373
|
-
static
|
|
374
|
-
static
|
|
375
|
-
static
|
|
376
|
-
static
|
|
377
|
-
static
|
|
378
|
-
static
|
|
379
|
-
static
|
|
380
|
-
static
|
|
381
|
-
static
|
|
382
|
-
static
|
|
383
|
-
static
|
|
384
|
-
static
|
|
385
|
-
static
|
|
386
|
-
static
|
|
387
|
-
static
|
|
388
|
-
static
|
|
389
|
-
static
|
|
390
|
-
static
|
|
391
|
-
static
|
|
392
|
-
static
|
|
393
|
-
static
|
|
394
|
-
static
|
|
395
|
-
static
|
|
396
|
-
static
|
|
397
|
-
static
|
|
398
|
-
static
|
|
399
|
-
static
|
|
400
|
-
static
|
|
401
|
-
static
|
|
402
|
-
static
|
|
403
|
-
static
|
|
404
|
-
static
|
|
405
|
-
static
|
|
406
|
-
static
|
|
407
|
-
static
|
|
408
|
-
static
|
|
409
|
-
static
|
|
410
|
-
static
|
|
411
|
-
static
|
|
412
|
-
static
|
|
413
|
-
static
|
|
414
|
-
static
|
|
415
|
-
static
|
|
416
|
-
static
|
|
417
|
-
static
|
|
418
|
-
static
|
|
419
|
-
static
|
|
420
|
-
static
|
|
421
|
-
static
|
|
422
|
-
static
|
|
423
|
-
static
|
|
424
|
-
static
|
|
425
|
-
static
|
|
426
|
-
static
|
|
427
|
-
static
|
|
428
|
-
static
|
|
429
|
-
static
|
|
430
|
-
static
|
|
431
|
-
static
|
|
432
|
-
static
|
|
433
|
-
static
|
|
434
|
-
static
|
|
435
|
-
static
|
|
436
|
-
static
|
|
437
|
-
static
|
|
438
|
-
static
|
|
439
|
-
static
|
|
440
|
-
static
|
|
441
|
-
static
|
|
442
|
-
static
|
|
443
|
-
static
|
|
444
|
-
static
|
|
445
|
-
static
|
|
446
|
-
static
|
|
447
|
-
static
|
|
448
|
-
static
|
|
449
|
-
static
|
|
450
|
-
static
|
|
451
|
-
static
|
|
452
|
-
static
|
|
453
|
-
static
|
|
454
|
-
static
|
|
455
|
-
static
|
|
456
|
-
static
|
|
457
|
-
static
|
|
458
|
-
static
|
|
459
|
-
static
|
|
460
|
-
static
|
|
461
|
-
static
|
|
462
|
-
static
|
|
463
|
-
static
|
|
464
|
-
static
|
|
465
|
-
static
|
|
466
|
-
static
|
|
467
|
-
static
|
|
468
|
-
static
|
|
469
|
-
static
|
|
470
|
-
static
|
|
471
|
-
static
|
|
472
|
-
static
|
|
473
|
-
static
|
|
474
|
-
static
|
|
475
|
-
static
|
|
476
|
-
static
|
|
477
|
-
static
|
|
478
|
-
static
|
|
479
|
-
static
|
|
480
|
-
static
|
|
481
|
-
static
|
|
482
|
-
static
|
|
483
|
-
static
|
|
484
|
-
static
|
|
485
|
-
static
|
|
486
|
-
static
|
|
487
|
-
static
|
|
488
|
-
static
|
|
489
|
-
static
|
|
490
|
-
static
|
|
491
|
-
static
|
|
492
|
-
static
|
|
493
|
-
static
|
|
494
|
-
static
|
|
495
|
-
static
|
|
496
|
-
static
|
|
497
|
-
static
|
|
498
|
-
static
|
|
499
|
-
static
|
|
500
|
-
static
|
|
501
|
-
static
|
|
502
|
-
static
|
|
503
|
-
static
|
|
504
|
-
static
|
|
505
|
-
static
|
|
506
|
-
static
|
|
507
|
-
static
|
|
508
|
-
static
|
|
509
|
-
static
|
|
510
|
-
static
|
|
511
|
-
static
|
|
512
|
-
static
|
|
42
|
+
static readonly isSupported: boolean;
|
|
43
|
+
static abs7(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
44
|
+
static abs7(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
45
|
+
static abs7(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
46
|
+
static abs7(value: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
47
|
+
static abs7(value: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
48
|
+
static abs7(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
49
|
+
static abs7(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
50
|
+
static add2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
51
|
+
static add2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
52
|
+
static add2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
53
|
+
static add2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
54
|
+
static add2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
55
|
+
static add2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
56
|
+
static add2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
57
|
+
static add2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
58
|
+
static add2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
59
|
+
static add2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
60
|
+
static add2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
61
|
+
static add2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
62
|
+
static addPairwiseWidening2(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
|
|
63
|
+
static addPairwiseWidening2(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
64
|
+
static addPairwiseWidening2(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
|
|
65
|
+
static addPairwiseWidening2(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
|
|
66
|
+
static addSaturate2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
67
|
+
static addSaturate2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
68
|
+
static addSaturate2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
69
|
+
static addSaturate2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
70
|
+
static allTrue2(value: Vector128_1<CLROf<byte>>): boolean;
|
|
71
|
+
static allTrue2(value: Vector128_1<CLROf<short>>): boolean;
|
|
72
|
+
static allTrue2(value: Vector128_1<CLROf<int>>): boolean;
|
|
73
|
+
static allTrue2(value: Vector128_1<CLROf<long>>): boolean;
|
|
74
|
+
static allTrue2(value: Vector128_1<CLROf<nint>>): boolean;
|
|
75
|
+
static allTrue2(value: Vector128_1<CLROf<sbyte>>): boolean;
|
|
76
|
+
static allTrue2(value: Vector128_1<CLROf<ushort>>): boolean;
|
|
77
|
+
static allTrue2(value: Vector128_1<CLROf<uint>>): boolean;
|
|
78
|
+
static allTrue2(value: Vector128_1<CLROf<ulong>>): boolean;
|
|
79
|
+
static allTrue2(value: Vector128_1<CLROf<nuint>>): boolean;
|
|
80
|
+
static and2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
81
|
+
static and2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
82
|
+
static and2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
83
|
+
static and2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
84
|
+
static and2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
85
|
+
static and2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
86
|
+
static and2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
87
|
+
static and2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
88
|
+
static and2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
89
|
+
static and2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
90
|
+
static and2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
91
|
+
static and2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
92
|
+
static andNot2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
93
|
+
static andNot2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
94
|
+
static andNot2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
95
|
+
static andNot2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
96
|
+
static andNot2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
97
|
+
static andNot2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
98
|
+
static andNot2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
99
|
+
static andNot2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
100
|
+
static andNot2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
101
|
+
static andNot2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
102
|
+
static andNot2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
103
|
+
static andNot2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
104
|
+
static anyTrue2(value: Vector128_1<CLROf<byte>>): boolean;
|
|
105
|
+
static anyTrue2(value: Vector128_1<CLROf<double>>): boolean;
|
|
106
|
+
static anyTrue2(value: Vector128_1<CLROf<short>>): boolean;
|
|
107
|
+
static anyTrue2(value: Vector128_1<CLROf<int>>): boolean;
|
|
108
|
+
static anyTrue2(value: Vector128_1<CLROf<long>>): boolean;
|
|
109
|
+
static anyTrue2(value: Vector128_1<CLROf<nint>>): boolean;
|
|
110
|
+
static anyTrue2(value: Vector128_1<CLROf<sbyte>>): boolean;
|
|
111
|
+
static anyTrue2(value: Vector128_1<CLROf<float>>): boolean;
|
|
112
|
+
static anyTrue2(value: Vector128_1<CLROf<ushort>>): boolean;
|
|
113
|
+
static anyTrue2(value: Vector128_1<CLROf<uint>>): boolean;
|
|
114
|
+
static anyTrue2(value: Vector128_1<CLROf<ulong>>): boolean;
|
|
115
|
+
static anyTrue2(value: Vector128_1<CLROf<nuint>>): boolean;
|
|
116
|
+
static averageRounded(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
117
|
+
static averageRounded(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
118
|
+
static bitmask2(value: Vector128_1<CLROf<byte>>): int;
|
|
119
|
+
static bitmask2(value: Vector128_1<CLROf<short>>): int;
|
|
120
|
+
static bitmask2(value: Vector128_1<CLROf<int>>): int;
|
|
121
|
+
static bitmask2(value: Vector128_1<CLROf<long>>): int;
|
|
122
|
+
static bitmask2(value: Vector128_1<CLROf<nint>>): int;
|
|
123
|
+
static bitmask2(value: Vector128_1<CLROf<sbyte>>): int;
|
|
124
|
+
static bitmask2(value: Vector128_1<CLROf<ushort>>): int;
|
|
125
|
+
static bitmask2(value: Vector128_1<CLROf<uint>>): int;
|
|
126
|
+
static bitmask2(value: Vector128_1<CLROf<ulong>>): int;
|
|
127
|
+
static bitmask2(value: Vector128_1<CLROf<nuint>>): int;
|
|
128
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>, select: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
129
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>, select: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
130
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>, select: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
131
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>, select: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
132
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>, select: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
133
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>, select: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
134
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>, select: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
135
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>, select: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
136
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>, select: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
137
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>, select: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
138
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>, select: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
139
|
+
static bitwiseSelect2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>, select: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
140
|
+
static ceiling2(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
141
|
+
static ceiling2(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
142
|
+
static compareEqual2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
143
|
+
static compareEqual2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
144
|
+
static compareEqual2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
145
|
+
static compareEqual2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
146
|
+
static compareEqual2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
147
|
+
static compareEqual2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
148
|
+
static compareEqual2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
149
|
+
static compareEqual2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
150
|
+
static compareEqual2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
151
|
+
static compareEqual2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
152
|
+
static compareEqual2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
153
|
+
static compareEqual2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
154
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
155
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
156
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
157
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
158
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
159
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
160
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
161
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
162
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
163
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
164
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
165
|
+
static compareGreaterThan2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
166
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
167
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
168
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
169
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
170
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
171
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
172
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
173
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
174
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
175
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
176
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
177
|
+
static compareGreaterThanOrEqual2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
178
|
+
static compareLessThan2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
179
|
+
static compareLessThan2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
180
|
+
static compareLessThan2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
181
|
+
static compareLessThan2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
182
|
+
static compareLessThan2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
183
|
+
static compareLessThan2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
184
|
+
static compareLessThan2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
185
|
+
static compareLessThan2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
186
|
+
static compareLessThan2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
187
|
+
static compareLessThan2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
188
|
+
static compareLessThan2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
189
|
+
static compareLessThan2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
190
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
191
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
192
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
193
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
194
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
195
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
196
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
197
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
198
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
199
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
200
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
201
|
+
static compareLessThanOrEqual2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
202
|
+
static compareNotEqual2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
203
|
+
static compareNotEqual2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
204
|
+
static compareNotEqual2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
205
|
+
static compareNotEqual2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
206
|
+
static compareNotEqual2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
207
|
+
static compareNotEqual2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
208
|
+
static compareNotEqual2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
209
|
+
static compareNotEqual2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
210
|
+
static compareNotEqual2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
211
|
+
static compareNotEqual2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
212
|
+
static compareNotEqual2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
213
|
+
static compareNotEqual2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
214
|
+
static convertNarrowingSaturateSigned(lower: Vector128_1<CLROf<short>>, upper: Vector128_1<CLROf<short>>): Vector128_1<CLROf<sbyte>>;
|
|
215
|
+
static convertNarrowingSaturateSigned(lower: Vector128_1<CLROf<int>>, upper: Vector128_1<CLROf<int>>): Vector128_1<CLROf<short>>;
|
|
216
|
+
static convertNarrowingSaturateUnsigned(lower: Vector128_1<CLROf<short>>, upper: Vector128_1<CLROf<short>>): Vector128_1<CLROf<byte>>;
|
|
217
|
+
static convertNarrowingSaturateUnsigned(lower: Vector128_1<CLROf<int>>, upper: Vector128_1<CLROf<int>>): Vector128_1<CLROf<ushort>>;
|
|
218
|
+
static convertToDoubleLower(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<double>>;
|
|
219
|
+
static convertToDoubleLower(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<double>>;
|
|
220
|
+
static convertToDoubleLower(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<double>>;
|
|
221
|
+
static convertToInt32Saturate2(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<int>>;
|
|
222
|
+
static convertToInt32Saturate2(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<int>>;
|
|
223
|
+
static convertToSingle3(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<float>>;
|
|
224
|
+
static convertToSingle3(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<float>>;
|
|
225
|
+
static convertToSingle3(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<float>>;
|
|
226
|
+
static convertToUInt32Saturate2(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<uint>>;
|
|
227
|
+
static convertToUInt32Saturate2(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<uint>>;
|
|
228
|
+
static divide2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
229
|
+
static divide2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
230
|
+
static dot(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
231
|
+
static extractScalar2(value: Vector128_1<CLROf<byte>>, index: byte): uint;
|
|
232
|
+
static extractScalar2(value: Vector128_1<CLROf<double>>, index: byte): double;
|
|
233
|
+
static extractScalar2(value: Vector128_1<CLROf<short>>, index: byte): int;
|
|
234
|
+
static extractScalar2(value: Vector128_1<CLROf<int>>, index: byte): int;
|
|
235
|
+
static extractScalar2(value: Vector128_1<CLROf<long>>, index: byte): long;
|
|
236
|
+
static extractScalar2(value: Vector128_1<CLROf<nint>>, index: byte): nint;
|
|
237
|
+
static extractScalar2(value: Vector128_1<CLROf<sbyte>>, index: byte): int;
|
|
238
|
+
static extractScalar2(value: Vector128_1<CLROf<float>>, index: byte): float;
|
|
239
|
+
static extractScalar2(value: Vector128_1<CLROf<ushort>>, index: byte): uint;
|
|
240
|
+
static extractScalar2(value: Vector128_1<CLROf<uint>>, index: byte): uint;
|
|
241
|
+
static extractScalar2(value: Vector128_1<CLROf<ulong>>, index: byte): ulong;
|
|
242
|
+
static extractScalar2(value: Vector128_1<CLROf<nuint>>, index: byte): nuint;
|
|
243
|
+
static floor2(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
244
|
+
static floor2(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
245
|
+
static loadScalarAndInsert2(address: ptr<byte>, vector: Vector128_1<CLROf<byte>>, index: byte): Vector128_1<CLROf<byte>>;
|
|
246
|
+
static loadScalarAndInsert2(address: ptr<double>, vector: Vector128_1<CLROf<double>>, index: byte): Vector128_1<CLROf<double>>;
|
|
247
|
+
static loadScalarAndInsert2(address: ptr<short>, vector: Vector128_1<CLROf<short>>, index: byte): Vector128_1<CLROf<short>>;
|
|
248
|
+
static loadScalarAndInsert2(address: ptr<int>, vector: Vector128_1<CLROf<int>>, index: byte): Vector128_1<CLROf<int>>;
|
|
249
|
+
static loadScalarAndInsert2(address: ptr<long>, vector: Vector128_1<CLROf<long>>, index: byte): Vector128_1<CLROf<long>>;
|
|
250
|
+
static loadScalarAndInsert2(address: ptr<nint>, vector: Vector128_1<CLROf<nint>>, index: byte): Vector128_1<CLROf<nint>>;
|
|
251
|
+
static loadScalarAndInsert2(address: ptr<sbyte>, vector: Vector128_1<CLROf<sbyte>>, index: byte): Vector128_1<CLROf<sbyte>>;
|
|
252
|
+
static loadScalarAndInsert2(address: ptr<float>, vector: Vector128_1<CLROf<float>>, index: byte): Vector128_1<CLROf<float>>;
|
|
253
|
+
static loadScalarAndInsert2(address: ptr<ushort>, vector: Vector128_1<CLROf<ushort>>, index: byte): Vector128_1<CLROf<ushort>>;
|
|
254
|
+
static loadScalarAndInsert2(address: ptr<uint>, vector: Vector128_1<CLROf<uint>>, index: byte): Vector128_1<CLROf<uint>>;
|
|
255
|
+
static loadScalarAndInsert2(address: ptr<ulong>, vector: Vector128_1<CLROf<ulong>>, index: byte): Vector128_1<CLROf<ulong>>;
|
|
256
|
+
static loadScalarAndInsert2(address: ptr<nuint>, vector: Vector128_1<CLROf<nuint>>, index: byte): Vector128_1<CLROf<nuint>>;
|
|
257
|
+
static loadScalarAndSplatVector1282(address: ptr<byte>): Vector128_1<CLROf<byte>>;
|
|
258
|
+
static loadScalarAndSplatVector1282(address: ptr<double>): Vector128_1<CLROf<double>>;
|
|
259
|
+
static loadScalarAndSplatVector1282(address: ptr<short>): Vector128_1<CLROf<short>>;
|
|
260
|
+
static loadScalarAndSplatVector1282(address: ptr<int>): Vector128_1<CLROf<int>>;
|
|
261
|
+
static loadScalarAndSplatVector1282(address: ptr<long>): Vector128_1<CLROf<long>>;
|
|
262
|
+
static loadScalarAndSplatVector1282(address: ptr<nint>): Vector128_1<CLROf<nint>>;
|
|
263
|
+
static loadScalarAndSplatVector1282(address: ptr<sbyte>): Vector128_1<CLROf<sbyte>>;
|
|
264
|
+
static loadScalarAndSplatVector1282(address: ptr<float>): Vector128_1<CLROf<float>>;
|
|
265
|
+
static loadScalarAndSplatVector1282(address: ptr<ushort>): Vector128_1<CLROf<ushort>>;
|
|
266
|
+
static loadScalarAndSplatVector1282(address: ptr<uint>): Vector128_1<CLROf<uint>>;
|
|
267
|
+
static loadScalarAndSplatVector1282(address: ptr<ulong>): Vector128_1<CLROf<ulong>>;
|
|
268
|
+
static loadScalarAndSplatVector1282(address: ptr<nuint>): Vector128_1<CLROf<nuint>>;
|
|
269
|
+
static loadScalarVector1286(address: ptr<double>): Vector128_1<CLROf<double>>;
|
|
270
|
+
static loadScalarVector1286(address: ptr<int>): Vector128_1<CLROf<int>>;
|
|
271
|
+
static loadScalarVector1286(address: ptr<long>): Vector128_1<CLROf<long>>;
|
|
272
|
+
static loadScalarVector1286(address: ptr<nint>): Vector128_1<CLROf<nint>>;
|
|
273
|
+
static loadScalarVector1286(address: ptr<float>): Vector128_1<CLROf<float>>;
|
|
274
|
+
static loadScalarVector1286(address: ptr<uint>): Vector128_1<CLROf<uint>>;
|
|
275
|
+
static loadScalarVector1286(address: ptr<ulong>): Vector128_1<CLROf<ulong>>;
|
|
276
|
+
static loadScalarVector1286(address: ptr<nuint>): Vector128_1<CLROf<nuint>>;
|
|
277
|
+
static loadVector1282(address: ptr<byte>): Vector128_1<CLROf<byte>>;
|
|
278
|
+
static loadVector1282(address: ptr<double>): Vector128_1<CLROf<double>>;
|
|
279
|
+
static loadVector1282(address: ptr<short>): Vector128_1<CLROf<short>>;
|
|
280
|
+
static loadVector1282(address: ptr<int>): Vector128_1<CLROf<int>>;
|
|
281
|
+
static loadVector1282(address: ptr<long>): Vector128_1<CLROf<long>>;
|
|
282
|
+
static loadVector1282(address: ptr<nint>): Vector128_1<CLROf<nint>>;
|
|
283
|
+
static loadVector1282(address: ptr<sbyte>): Vector128_1<CLROf<sbyte>>;
|
|
284
|
+
static loadVector1282(address: ptr<float>): Vector128_1<CLROf<float>>;
|
|
285
|
+
static loadVector1282(address: ptr<ushort>): Vector128_1<CLROf<ushort>>;
|
|
286
|
+
static loadVector1282(address: ptr<uint>): Vector128_1<CLROf<uint>>;
|
|
287
|
+
static loadVector1282(address: ptr<ulong>): Vector128_1<CLROf<ulong>>;
|
|
288
|
+
static loadVector1282(address: ptr<nuint>): Vector128_1<CLROf<nuint>>;
|
|
289
|
+
static loadWideningVector1282(address: ptr<byte>): Vector128_1<CLROf<ushort>>;
|
|
290
|
+
static loadWideningVector1282(address: ptr<short>): Vector128_1<CLROf<int>>;
|
|
291
|
+
static loadWideningVector1282(address: ptr<int>): Vector128_1<CLROf<long>>;
|
|
292
|
+
static loadWideningVector1282(address: ptr<sbyte>): Vector128_1<CLROf<short>>;
|
|
293
|
+
static loadWideningVector1282(address: ptr<ushort>): Vector128_1<CLROf<uint>>;
|
|
294
|
+
static loadWideningVector1282(address: ptr<uint>): Vector128_1<CLROf<ulong>>;
|
|
295
|
+
static max2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
296
|
+
static max2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
297
|
+
static max2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
298
|
+
static max2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
299
|
+
static max2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
300
|
+
static max2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
301
|
+
static max2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
302
|
+
static max2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
303
|
+
static min2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
304
|
+
static min2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
305
|
+
static min2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
306
|
+
static min2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
307
|
+
static min2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
308
|
+
static min2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
309
|
+
static min2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
310
|
+
static min2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
311
|
+
static multiply10(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
312
|
+
static multiply10(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
313
|
+
static multiply10(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
314
|
+
static multiply10(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
315
|
+
static multiply10(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
316
|
+
static multiply10(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
317
|
+
static multiply10(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
318
|
+
static multiply10(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
319
|
+
static multiply10(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
320
|
+
static multiply10(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
321
|
+
static multiplyRoundedSaturateQ15(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
322
|
+
static multiplyWideningLower2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
|
|
323
|
+
static multiplyWideningLower2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
324
|
+
static multiplyWideningLower2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
|
|
325
|
+
static multiplyWideningLower2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
|
|
326
|
+
static multiplyWideningLower2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
|
|
327
|
+
static multiplyWideningLower2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
|
|
328
|
+
static multiplyWideningUpper2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
|
|
329
|
+
static multiplyWideningUpper2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
330
|
+
static multiplyWideningUpper2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
|
|
331
|
+
static multiplyWideningUpper2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
|
|
332
|
+
static multiplyWideningUpper2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
|
|
333
|
+
static multiplyWideningUpper2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
|
|
334
|
+
static negate2(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
335
|
+
static negate2(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
336
|
+
static negate2(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
337
|
+
static negate2(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
338
|
+
static negate2(value: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
339
|
+
static negate2(value: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
340
|
+
static negate2(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
341
|
+
static negate2(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
342
|
+
static negate2(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
343
|
+
static negate2(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
344
|
+
static negate2(value: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
345
|
+
static negate2(value: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
346
|
+
static not2(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
347
|
+
static not2(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
348
|
+
static not2(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
349
|
+
static not2(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
350
|
+
static not2(value: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
351
|
+
static not2(value: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
352
|
+
static not2(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
353
|
+
static not2(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
354
|
+
static not2(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
355
|
+
static not2(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
356
|
+
static not2(value: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
357
|
+
static not2(value: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
358
|
+
static or2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
359
|
+
static or2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
360
|
+
static or2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
361
|
+
static or2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
362
|
+
static or2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
363
|
+
static or2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
364
|
+
static or2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
365
|
+
static or2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
366
|
+
static or2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
367
|
+
static or2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
368
|
+
static or2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
369
|
+
static or2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
370
|
+
static popCount(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
371
|
+
static pseudoMax2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
372
|
+
static pseudoMax2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
373
|
+
static pseudoMin2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
374
|
+
static pseudoMin2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
375
|
+
static replaceScalar2(vector: Vector128_1<CLROf<byte>>, imm: byte, value: uint): Vector128_1<CLROf<byte>>;
|
|
376
|
+
static replaceScalar2(vector: Vector128_1<CLROf<double>>, imm: byte, value: double): Vector128_1<CLROf<double>>;
|
|
377
|
+
static replaceScalar2(vector: Vector128_1<CLROf<short>>, imm: byte, value: int): Vector128_1<CLROf<short>>;
|
|
378
|
+
static replaceScalar2(vector: Vector128_1<CLROf<int>>, imm: byte, value: int): Vector128_1<CLROf<int>>;
|
|
379
|
+
static replaceScalar2(vector: Vector128_1<CLROf<long>>, imm: byte, value: long): Vector128_1<CLROf<long>>;
|
|
380
|
+
static replaceScalar2(vector: Vector128_1<CLROf<nint>>, imm: byte, value: nint): Vector128_1<CLROf<nint>>;
|
|
381
|
+
static replaceScalar2(vector: Vector128_1<CLROf<sbyte>>, imm: byte, value: int): Vector128_1<CLROf<sbyte>>;
|
|
382
|
+
static replaceScalar2(vector: Vector128_1<CLROf<float>>, imm: byte, value: float): Vector128_1<CLROf<float>>;
|
|
383
|
+
static replaceScalar2(vector: Vector128_1<CLROf<ushort>>, imm: byte, value: uint): Vector128_1<CLROf<ushort>>;
|
|
384
|
+
static replaceScalar2(vector: Vector128_1<CLROf<uint>>, imm: byte, value: uint): Vector128_1<CLROf<int>>;
|
|
385
|
+
static replaceScalar2(vector: Vector128_1<CLROf<ulong>>, imm: byte, value: ulong): Vector128_1<CLROf<ulong>>;
|
|
386
|
+
static replaceScalar2(vector: Vector128_1<CLROf<nuint>>, imm: byte, value: nuint): Vector128_1<CLROf<nuint>>;
|
|
387
|
+
static roundToNearest2(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
388
|
+
static roundToNearest2(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
389
|
+
static shiftLeft2(value: Vector128_1<CLROf<byte>>, count: int): Vector128_1<CLROf<byte>>;
|
|
390
|
+
static shiftLeft2(value: Vector128_1<CLROf<short>>, count: int): Vector128_1<CLROf<short>>;
|
|
391
|
+
static shiftLeft2(value: Vector128_1<CLROf<int>>, count: int): Vector128_1<CLROf<int>>;
|
|
392
|
+
static shiftLeft2(value: Vector128_1<CLROf<long>>, count: int): Vector128_1<CLROf<long>>;
|
|
393
|
+
static shiftLeft2(value: Vector128_1<CLROf<nint>>, count: int): Vector128_1<CLROf<nint>>;
|
|
394
|
+
static shiftLeft2(value: Vector128_1<CLROf<sbyte>>, count: int): Vector128_1<CLROf<sbyte>>;
|
|
395
|
+
static shiftLeft2(value: Vector128_1<CLROf<ushort>>, count: int): Vector128_1<CLROf<ushort>>;
|
|
396
|
+
static shiftLeft2(value: Vector128_1<CLROf<uint>>, count: int): Vector128_1<CLROf<uint>>;
|
|
397
|
+
static shiftLeft2(value: Vector128_1<CLROf<ulong>>, count: int): Vector128_1<CLROf<ulong>>;
|
|
398
|
+
static shiftLeft2(value: Vector128_1<CLROf<nuint>>, count: int): Vector128_1<CLROf<nuint>>;
|
|
399
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<byte>>, count: int): Vector128_1<CLROf<byte>>;
|
|
400
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<short>>, count: int): Vector128_1<CLROf<short>>;
|
|
401
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<int>>, count: int): Vector128_1<CLROf<int>>;
|
|
402
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<long>>, count: int): Vector128_1<CLROf<long>>;
|
|
403
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<nint>>, count: int): Vector128_1<CLROf<nint>>;
|
|
404
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<sbyte>>, count: int): Vector128_1<CLROf<sbyte>>;
|
|
405
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<ushort>>, count: int): Vector128_1<CLROf<ushort>>;
|
|
406
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<uint>>, count: int): Vector128_1<CLROf<uint>>;
|
|
407
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<ulong>>, count: int): Vector128_1<CLROf<ulong>>;
|
|
408
|
+
static shiftRightArithmetic2(value: Vector128_1<CLROf<nuint>>, count: int): Vector128_1<CLROf<nuint>>;
|
|
409
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<byte>>, count: int): Vector128_1<CLROf<byte>>;
|
|
410
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<short>>, count: int): Vector128_1<CLROf<short>>;
|
|
411
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<int>>, count: int): Vector128_1<CLROf<int>>;
|
|
412
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<long>>, count: int): Vector128_1<CLROf<long>>;
|
|
413
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<nint>>, count: int): Vector128_1<CLROf<nint>>;
|
|
414
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<sbyte>>, count: int): Vector128_1<CLROf<sbyte>>;
|
|
415
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<ushort>>, count: int): Vector128_1<CLROf<ushort>>;
|
|
416
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<uint>>, count: int): Vector128_1<CLROf<uint>>;
|
|
417
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<ulong>>, count: int): Vector128_1<CLROf<ulong>>;
|
|
418
|
+
static shiftRightLogical2(value: Vector128_1<CLROf<nuint>>, count: int): Vector128_1<CLROf<nuint>>;
|
|
419
|
+
static signExtendWideningLower2(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
|
|
420
|
+
static signExtendWideningLower2(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
421
|
+
static signExtendWideningLower2(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
|
|
422
|
+
static signExtendWideningLower2(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
|
|
423
|
+
static signExtendWideningLower2(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
|
|
424
|
+
static signExtendWideningLower2(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
|
|
425
|
+
static signExtendWideningUpper2(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
|
|
426
|
+
static signExtendWideningUpper2(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
427
|
+
static signExtendWideningUpper2(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
|
|
428
|
+
static signExtendWideningUpper2(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
|
|
429
|
+
static signExtendWideningUpper2(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
|
|
430
|
+
static signExtendWideningUpper2(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
|
|
431
|
+
static splat2(value: byte): Vector128_1<CLROf<byte>>;
|
|
432
|
+
static splat2(value: double): Vector128_1<CLROf<double>>;
|
|
433
|
+
static splat2(value: short): Vector128_1<CLROf<short>>;
|
|
434
|
+
static splat2(value: int): Vector128_1<CLROf<int>>;
|
|
435
|
+
static splat2(value: long): Vector128_1<CLROf<long>>;
|
|
436
|
+
static splat2(value: nint): Vector128_1<CLROf<nint>>;
|
|
437
|
+
static splat2(value: sbyte): Vector128_1<CLROf<sbyte>>;
|
|
438
|
+
static splat2(value: float): Vector128_1<CLROf<float>>;
|
|
439
|
+
static splat2(value: ushort): Vector128_1<CLROf<ushort>>;
|
|
440
|
+
static splat2(value: uint): Vector128_1<CLROf<uint>>;
|
|
441
|
+
static splat2(value: ulong): Vector128_1<CLROf<ulong>>;
|
|
442
|
+
static splat2(value: nuint): Vector128_1<CLROf<nuint>>;
|
|
443
|
+
static sqrt2(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
444
|
+
static sqrt2(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
445
|
+
static store2(address: ptr<byte>, source: Vector128_1<CLROf<byte>>): void;
|
|
446
|
+
static store2(address: ptr<double>, source: Vector128_1<CLROf<double>>): void;
|
|
447
|
+
static store2(address: ptr<short>, source: Vector128_1<CLROf<short>>): void;
|
|
448
|
+
static store2(address: ptr<int>, source: Vector128_1<CLROf<int>>): void;
|
|
449
|
+
static store2(address: ptr<long>, source: Vector128_1<CLROf<long>>): void;
|
|
450
|
+
static store2(address: ptr<nint>, source: Vector128_1<CLROf<nint>>): void;
|
|
451
|
+
static store2(address: ptr<sbyte>, source: Vector128_1<CLROf<sbyte>>): void;
|
|
452
|
+
static store2(address: ptr<float>, source: Vector128_1<CLROf<float>>): void;
|
|
453
|
+
static store2(address: ptr<ushort>, source: Vector128_1<CLROf<ushort>>): void;
|
|
454
|
+
static store2(address: ptr<uint>, source: Vector128_1<CLROf<uint>>): void;
|
|
455
|
+
static store2(address: ptr<ulong>, source: Vector128_1<CLROf<ulong>>): void;
|
|
456
|
+
static store2(address: ptr<nuint>, source: Vector128_1<CLROf<nuint>>): void;
|
|
457
|
+
static storeSelectedScalar2(address: ptr<byte>, source: Vector128_1<CLROf<byte>>, index: byte): void;
|
|
458
|
+
static storeSelectedScalar2(address: ptr<double>, source: Vector128_1<CLROf<double>>, index: byte): void;
|
|
459
|
+
static storeSelectedScalar2(address: ptr<short>, source: Vector128_1<CLROf<short>>, index: byte): void;
|
|
460
|
+
static storeSelectedScalar2(address: ptr<int>, source: Vector128_1<CLROf<int>>, index: byte): void;
|
|
461
|
+
static storeSelectedScalar2(address: ptr<long>, source: Vector128_1<CLROf<long>>, index: byte): void;
|
|
462
|
+
static storeSelectedScalar2(address: ptr<nint>, source: Vector128_1<CLROf<nint>>, index: byte): void;
|
|
463
|
+
static storeSelectedScalar2(address: ptr<sbyte>, source: Vector128_1<CLROf<sbyte>>, index: byte): void;
|
|
464
|
+
static storeSelectedScalar2(address: ptr<float>, source: Vector128_1<CLROf<float>>, index: byte): void;
|
|
465
|
+
static storeSelectedScalar2(address: ptr<ushort>, source: Vector128_1<CLROf<ushort>>, index: byte): void;
|
|
466
|
+
static storeSelectedScalar2(address: ptr<uint>, source: Vector128_1<CLROf<uint>>, index: byte): void;
|
|
467
|
+
static storeSelectedScalar2(address: ptr<ulong>, source: Vector128_1<CLROf<ulong>>, index: byte): void;
|
|
468
|
+
static storeSelectedScalar2(address: ptr<nuint>, source: Vector128_1<CLROf<nuint>>, index: byte): void;
|
|
469
|
+
static subtract2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
470
|
+
static subtract2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
471
|
+
static subtract2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
472
|
+
static subtract2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
473
|
+
static subtract2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
474
|
+
static subtract2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
475
|
+
static subtract2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
476
|
+
static subtract2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
477
|
+
static subtract2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
478
|
+
static subtract2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
479
|
+
static subtract2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
480
|
+
static subtract2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
481
|
+
static subtractSaturate2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
482
|
+
static subtractSaturate2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
483
|
+
static subtractSaturate2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
484
|
+
static subtractSaturate2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
485
|
+
static swizzle2(vector: Vector128_1<CLROf<byte>>, indices: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
486
|
+
static swizzle2(vector: Vector128_1<CLROf<sbyte>>, indices: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
487
|
+
static truncate2(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
488
|
+
static truncate2(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
489
|
+
static xor2(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
490
|
+
static xor2(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
491
|
+
static xor2(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
492
|
+
static xor2(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
493
|
+
static xor2(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
494
|
+
static xor2(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
495
|
+
static xor2(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
496
|
+
static xor2(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
497
|
+
static xor2(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
498
|
+
static xor2(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
499
|
+
static xor2(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
500
|
+
static xor2(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
501
|
+
static zeroExtendWideningLower2(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
|
|
502
|
+
static zeroExtendWideningLower2(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
503
|
+
static zeroExtendWideningLower2(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
|
|
504
|
+
static zeroExtendWideningLower2(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
|
|
505
|
+
static zeroExtendWideningLower2(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
|
|
506
|
+
static zeroExtendWideningLower2(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
|
|
507
|
+
static zeroExtendWideningUpper2(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
|
|
508
|
+
static zeroExtendWideningUpper2(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
509
|
+
static zeroExtendWideningUpper2(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
|
|
510
|
+
static zeroExtendWideningUpper2(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
|
|
511
|
+
static zeroExtendWideningUpper2(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
|
|
512
|
+
static zeroExtendWideningUpper2(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
|