@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,252 +39,260 @@ export type CLROf<T> =
|
|
|
39
39
|
T extends string ? System_Internal.String :
|
|
40
40
|
T; // Identity fallback for non-primitive types
|
|
41
41
|
|
|
42
|
-
export class Vector128_1$instance<T> {
|
|
42
|
+
export class Vector128_1$instance<T> implements IAdditionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IBitwiseOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IDivisionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IEqualityOperators_3<Vector128_1<T>, Vector128_1<T>, CLROf<boolean>>, IMultiplyOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IShiftOperators_3<Vector128_1<T>, CLROf<int>, Vector128_1<T>>, ISubtractionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IUnaryNegationOperators_2<Vector128_1<T>, Vector128_1<T>>, IUnaryPlusOperators_2<Vector128_1<T>, Vector128_1<T>> {
|
|
43
43
|
readonly item: T;
|
|
44
|
-
equals(obj:
|
|
44
|
+
equals(obj: unknown): boolean;
|
|
45
45
|
equals(other: Vector128_1<T>): boolean;
|
|
46
46
|
getHashCode(): int;
|
|
47
47
|
toString(): string;
|
|
48
|
-
static readonly
|
|
49
|
-
static readonly
|
|
50
|
-
static readonly
|
|
51
|
-
static readonly
|
|
52
|
-
static readonly
|
|
53
|
-
static readonly
|
|
48
|
+
static readonly allBitsSet: unknown;
|
|
49
|
+
static readonly count: int;
|
|
50
|
+
static readonly indices: unknown;
|
|
51
|
+
static readonly isSupported: boolean;
|
|
52
|
+
static readonly one: unknown;
|
|
53
|
+
static readonly zero: unknown;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
export interface __Vector128_1$views<T> {
|
|
58
|
-
|
|
58
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector128_1<T>>;
|
|
59
59
|
|
|
60
60
|
// Structural method bridges for numeric interface constraints
|
|
61
61
|
Equals(other: Vector128_1<T>): boolean;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
+
export interface Vector128_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector128_1<T>, Vector128_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector128_1<T>, CLROf<int>, Vector128_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector128_1<T>, Vector128_1<T>> {}
|
|
65
|
+
|
|
64
66
|
export type Vector128_1<T> = Vector128_1$instance<T> & __Vector128_1$views<T>;
|
|
65
67
|
|
|
66
68
|
|
|
67
|
-
export class Vector256_1$instance<T> {
|
|
69
|
+
export class Vector256_1$instance<T> implements IAdditionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IBitwiseOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IDivisionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IEqualityOperators_3<Vector256_1<T>, Vector256_1<T>, CLROf<boolean>>, IMultiplyOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IShiftOperators_3<Vector256_1<T>, CLROf<int>, Vector256_1<T>>, ISubtractionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IUnaryNegationOperators_2<Vector256_1<T>, Vector256_1<T>>, IUnaryPlusOperators_2<Vector256_1<T>, Vector256_1<T>> {
|
|
68
70
|
readonly item: T;
|
|
69
|
-
equals(obj:
|
|
71
|
+
equals(obj: unknown): boolean;
|
|
70
72
|
equals(other: Vector256_1<T>): boolean;
|
|
71
73
|
getHashCode(): int;
|
|
72
74
|
toString(): string;
|
|
73
|
-
static readonly
|
|
74
|
-
static readonly
|
|
75
|
-
static readonly
|
|
76
|
-
static readonly
|
|
77
|
-
static readonly
|
|
78
|
-
static readonly
|
|
75
|
+
static readonly allBitsSet: unknown;
|
|
76
|
+
static readonly count: int;
|
|
77
|
+
static readonly indices: unknown;
|
|
78
|
+
static readonly isSupported: boolean;
|
|
79
|
+
static readonly one: unknown;
|
|
80
|
+
static readonly zero: unknown;
|
|
79
81
|
}
|
|
80
82
|
|
|
81
83
|
|
|
82
84
|
export interface __Vector256_1$views<T> {
|
|
83
|
-
|
|
85
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector256_1<T>>;
|
|
84
86
|
|
|
85
87
|
// Structural method bridges for numeric interface constraints
|
|
86
88
|
Equals(other: Vector256_1<T>): boolean;
|
|
87
89
|
}
|
|
88
90
|
|
|
91
|
+
export interface Vector256_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector256_1<T>, Vector256_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector256_1<T>, CLROf<int>, Vector256_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector256_1<T>, Vector256_1<T>> {}
|
|
92
|
+
|
|
89
93
|
export type Vector256_1<T> = Vector256_1$instance<T> & __Vector256_1$views<T>;
|
|
90
94
|
|
|
91
95
|
|
|
92
|
-
export class Vector512_1$instance<T> {
|
|
96
|
+
export class Vector512_1$instance<T> implements IAdditionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IBitwiseOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IDivisionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IEqualityOperators_3<Vector512_1<T>, Vector512_1<T>, CLROf<boolean>>, IMultiplyOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IShiftOperators_3<Vector512_1<T>, CLROf<int>, Vector512_1<T>>, ISubtractionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IUnaryNegationOperators_2<Vector512_1<T>, Vector512_1<T>>, IUnaryPlusOperators_2<Vector512_1<T>, Vector512_1<T>> {
|
|
93
97
|
readonly item: T;
|
|
94
|
-
equals(obj:
|
|
98
|
+
equals(obj: unknown): boolean;
|
|
95
99
|
equals(other: Vector512_1<T>): boolean;
|
|
96
100
|
getHashCode(): int;
|
|
97
101
|
toString(): string;
|
|
98
|
-
static readonly
|
|
99
|
-
static readonly
|
|
100
|
-
static readonly
|
|
101
|
-
static readonly
|
|
102
|
-
static readonly
|
|
103
|
-
static readonly
|
|
102
|
+
static readonly allBitsSet: unknown;
|
|
103
|
+
static readonly count: int;
|
|
104
|
+
static readonly indices: unknown;
|
|
105
|
+
static readonly isSupported: boolean;
|
|
106
|
+
static readonly one: unknown;
|
|
107
|
+
static readonly zero: unknown;
|
|
104
108
|
}
|
|
105
109
|
|
|
106
110
|
|
|
107
111
|
export interface __Vector512_1$views<T> {
|
|
108
|
-
|
|
112
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector512_1<T>>;
|
|
109
113
|
|
|
110
114
|
// Structural method bridges for numeric interface constraints
|
|
111
115
|
Equals(other: Vector512_1<T>): boolean;
|
|
112
116
|
}
|
|
113
117
|
|
|
118
|
+
export interface Vector512_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector512_1<T>, Vector512_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector512_1<T>, CLROf<int>, Vector512_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector512_1<T>, Vector512_1<T>> {}
|
|
119
|
+
|
|
114
120
|
export type Vector512_1<T> = Vector512_1$instance<T> & __Vector512_1$views<T>;
|
|
115
121
|
|
|
116
122
|
|
|
117
|
-
export class Vector64_1$instance<T> {
|
|
123
|
+
export class Vector64_1$instance<T> implements IAdditionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IBitwiseOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IDivisionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IEqualityOperators_3<Vector64_1<T>, Vector64_1<T>, CLROf<boolean>>, IMultiplyOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IShiftOperators_3<Vector64_1<T>, CLROf<int>, Vector64_1<T>>, ISubtractionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IUnaryNegationOperators_2<Vector64_1<T>, Vector64_1<T>>, IUnaryPlusOperators_2<Vector64_1<T>, Vector64_1<T>> {
|
|
118
124
|
readonly item: T;
|
|
119
|
-
equals(obj:
|
|
125
|
+
equals(obj: unknown): boolean;
|
|
120
126
|
equals(other: Vector64_1<T>): boolean;
|
|
121
127
|
getHashCode(): int;
|
|
122
128
|
toString(): string;
|
|
123
|
-
static readonly
|
|
124
|
-
static readonly
|
|
125
|
-
static readonly
|
|
126
|
-
static readonly
|
|
127
|
-
static readonly
|
|
128
|
-
static readonly
|
|
129
|
+
static readonly allBitsSet: unknown;
|
|
130
|
+
static readonly count: int;
|
|
131
|
+
static readonly indices: unknown;
|
|
132
|
+
static readonly isSupported: boolean;
|
|
133
|
+
static readonly one: unknown;
|
|
134
|
+
static readonly zero: unknown;
|
|
129
135
|
}
|
|
130
136
|
|
|
131
137
|
|
|
132
138
|
export interface __Vector64_1$views<T> {
|
|
133
|
-
|
|
139
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector64_1<T>>;
|
|
134
140
|
|
|
135
141
|
// Structural method bridges for numeric interface constraints
|
|
136
142
|
Equals(other: Vector64_1<T>): boolean;
|
|
137
143
|
}
|
|
138
144
|
|
|
145
|
+
export interface Vector64_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector64_1<T>, Vector64_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector64_1<T>, CLROf<int>, Vector64_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector64_1<T>, Vector64_1<T>> {}
|
|
146
|
+
|
|
139
147
|
export type Vector64_1<T> = Vector64_1$instance<T> & __Vector64_1$views<T>;
|
|
140
148
|
|
|
141
149
|
|
|
142
150
|
export abstract class Vector128$instance {
|
|
143
|
-
static readonly
|
|
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
|
|
151
|
+
static readonly isHardwareAccelerated: boolean;
|
|
152
|
+
static abs<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
153
|
+
static add<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
154
|
+
static addSaturate<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
155
|
+
static all<T>(vector: Vector128_1<T>, value: T): boolean;
|
|
156
|
+
static allWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
|
|
157
|
+
static andNot<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
158
|
+
static any_<T>(vector: Vector128_1<T>, value: T): boolean;
|
|
159
|
+
static anyWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
|
|
160
|
+
static as_<TFrom, TTo>(vector: Vector128_1<TFrom>): Vector128_1<TTo>;
|
|
161
|
+
static asByte<T>(vector: Vector128_1<T>): Vector128_1<CLROf<byte>>;
|
|
162
|
+
static asDouble<T>(vector: Vector128_1<T>): Vector128_1<CLROf<double>>;
|
|
163
|
+
static asInt16<T>(vector: Vector128_1<T>): Vector128_1<CLROf<short>>;
|
|
164
|
+
static asInt32<T>(vector: Vector128_1<T>): Vector128_1<CLROf<int>>;
|
|
165
|
+
static asInt64<T>(vector: Vector128_1<T>): Vector128_1<CLROf<long>>;
|
|
166
|
+
static asNInt<T>(vector: Vector128_1<T>): Vector128_1<CLROf<nint>>;
|
|
167
|
+
static asNUInt<T>(vector: Vector128_1<T>): Vector128_1<CLROf<nuint>>;
|
|
168
|
+
static asPlane(value: Vector128_1<CLROf<float>>): Plane;
|
|
169
|
+
static asQuaternion(value: Vector128_1<CLROf<float>>): Quaternion;
|
|
170
|
+
static asSByte<T>(vector: Vector128_1<T>): Vector128_1<CLROf<sbyte>>;
|
|
171
|
+
static asSingle<T>(vector: Vector128_1<T>): Vector128_1<CLROf<float>>;
|
|
172
|
+
static asUInt16<T>(vector: Vector128_1<T>): Vector128_1<CLROf<ushort>>;
|
|
173
|
+
static asUInt32<T>(vector: Vector128_1<T>): Vector128_1<CLROf<uint>>;
|
|
174
|
+
static asUInt64<T>(vector: Vector128_1<T>): Vector128_1<CLROf<ulong>>;
|
|
175
|
+
static asVector<T>(value: Vector128_1<T>): Vector_1<T>;
|
|
176
|
+
static asVector128(value: Plane): Vector128_1<CLROf<float>>;
|
|
177
|
+
static asVector128(value: Quaternion): Vector128_1<CLROf<float>>;
|
|
178
|
+
static asVector128(value: Vector2): Vector128_1<CLROf<float>>;
|
|
179
|
+
static asVector128(value: Vector3): Vector128_1<CLROf<float>>;
|
|
180
|
+
static asVector128(value: Vector4): Vector128_1<CLROf<float>>;
|
|
181
|
+
static asVector128<T>(value: Vector_1<T>): Vector128_1<T>;
|
|
182
|
+
static asVector128Unsafe(value: Vector2): Vector128_1<CLROf<float>>;
|
|
183
|
+
static asVector128Unsafe(value: Vector3): Vector128_1<CLROf<float>>;
|
|
184
|
+
static asVector2(value: Vector128_1<CLROf<float>>): Vector2;
|
|
185
|
+
static asVector3(value: Vector128_1<CLROf<float>>): Vector3;
|
|
186
|
+
static asVector4(value: Vector128_1<CLROf<float>>): Vector4;
|
|
187
|
+
static bitwiseAnd<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
188
|
+
static bitwiseOr<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
189
|
+
static ceiling2(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
190
|
+
static ceiling2(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
191
|
+
static clamp<T>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
|
|
192
|
+
static clampNative<T>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
|
|
193
|
+
static conditionalSelect<T>(condition: Vector128_1<T>, left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
194
|
+
static convertToDouble(vector: Vector128_1<CLROf<long>>): Vector128_1<CLROf<double>>;
|
|
195
|
+
static convertToDouble(vector: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<double>>;
|
|
196
|
+
static convertToInt32(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<int>>;
|
|
197
|
+
static convertToInt32Native(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<int>>;
|
|
198
|
+
static convertToInt64(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<long>>;
|
|
199
|
+
static convertToInt64Native(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<long>>;
|
|
200
|
+
static convertToSingle(vector: Vector128_1<CLROf<int>>): Vector128_1<CLROf<float>>;
|
|
201
|
+
static convertToSingle(vector: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<float>>;
|
|
202
|
+
static convertToUInt32(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<uint>>;
|
|
203
|
+
static convertToUInt32Native(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<uint>>;
|
|
204
|
+
static convertToUInt64(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<ulong>>;
|
|
205
|
+
static convertToUInt64Native(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<ulong>>;
|
|
206
|
+
static copySign<T>(value: Vector128_1<T>, sign: Vector128_1<T>): Vector128_1<T>;
|
|
207
|
+
static copyTo3<T>(vector: Vector128_1<T>, destination: Span_1<T>): void;
|
|
208
|
+
static copyTo3<T>(vector: Vector128_1<T>, destination: T[], startIndex: int): void;
|
|
209
|
+
static copyTo3<T>(vector: Vector128_1<T>, destination: T[]): void;
|
|
210
|
+
static cos(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
211
|
+
static cos(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
212
|
+
static count<T>(vector: Vector128_1<T>, value: T): int;
|
|
213
|
+
static countWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
|
|
214
|
+
static create16<T>(values: ReadOnlySpan_1<T>): Vector128_1<T>;
|
|
215
|
+
static create16(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte, e8: byte, e9: byte, e10: byte, e11: byte, e12: byte, e13: byte, e14: byte, e15: byte): Vector128_1<CLROf<byte>>;
|
|
216
|
+
static create16(value: byte): Vector128_1<CLROf<byte>>;
|
|
217
|
+
static create16(e0: double, e1: double): Vector128_1<CLROf<double>>;
|
|
218
|
+
static create16(value: double): Vector128_1<CLROf<double>>;
|
|
219
|
+
static create16(e0: short, e1: short, e2: short, e3: short, e4: short, e5: short, e6: short, e7: short): Vector128_1<CLROf<short>>;
|
|
220
|
+
static create16(value: short): Vector128_1<CLROf<short>>;
|
|
221
|
+
static create16(e0: int, e1: int, e2: int, e3: int): Vector128_1<CLROf<int>>;
|
|
222
|
+
static create16(value: int): Vector128_1<CLROf<int>>;
|
|
223
|
+
static create16(e0: long, e1: long): Vector128_1<CLROf<long>>;
|
|
224
|
+
static create16(value: long): Vector128_1<CLROf<long>>;
|
|
225
|
+
static create16(value: nint): Vector128_1<CLROf<nint>>;
|
|
226
|
+
static create16(lower: Vector64_1<CLROf<byte>>, upper: Vector64_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
227
|
+
static create16(lower: Vector64_1<CLROf<double>>, upper: Vector64_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
228
|
+
static create16(lower: Vector64_1<CLROf<short>>, upper: Vector64_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
229
|
+
static create16(lower: Vector64_1<CLROf<int>>, upper: Vector64_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
230
|
+
static create16(lower: Vector64_1<CLROf<long>>, upper: Vector64_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
231
|
+
static create16(lower: Vector64_1<CLROf<nint>>, upper: Vector64_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
|
|
232
|
+
static create16(lower: Vector64_1<CLROf<sbyte>>, upper: Vector64_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
233
|
+
static create16(lower: Vector64_1<CLROf<float>>, upper: Vector64_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
234
|
+
static create16(lower: Vector64_1<CLROf<ushort>>, upper: Vector64_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
235
|
+
static create16(lower: Vector64_1<CLROf<uint>>, upper: Vector64_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
236
|
+
static create16(lower: Vector64_1<CLROf<ulong>>, upper: Vector64_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
237
|
+
static create16(lower: Vector64_1<CLROf<nuint>>, upper: Vector64_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
|
|
238
|
+
static create16(e0: sbyte, e1: sbyte, e2: sbyte, e3: sbyte, e4: sbyte, e5: sbyte, e6: sbyte, e7: sbyte, e8: sbyte, e9: sbyte, e10: sbyte, e11: sbyte, e12: sbyte, e13: sbyte, e14: sbyte, e15: sbyte): Vector128_1<CLROf<sbyte>>;
|
|
239
|
+
static create16(value: sbyte): Vector128_1<CLROf<sbyte>>;
|
|
240
|
+
static create16(e0: float, e1: float, e2: float, e3: float): Vector128_1<CLROf<float>>;
|
|
241
|
+
static create16(value: float): Vector128_1<CLROf<float>>;
|
|
242
|
+
static create16(e0: ushort, e1: ushort, e2: ushort, e3: ushort, e4: ushort, e5: ushort, e6: ushort, e7: ushort): Vector128_1<CLROf<ushort>>;
|
|
243
|
+
static create16(value: ushort): Vector128_1<CLROf<ushort>>;
|
|
244
|
+
static create16(e0: uint, e1: uint, e2: uint, e3: uint): Vector128_1<CLROf<uint>>;
|
|
245
|
+
static create16(value: uint): Vector128_1<CLROf<uint>>;
|
|
246
|
+
static create16(e0: ulong, e1: ulong): Vector128_1<CLROf<ulong>>;
|
|
247
|
+
static create16(value: ulong): Vector128_1<CLROf<ulong>>;
|
|
248
|
+
static create16(value: nuint): Vector128_1<CLROf<nuint>>;
|
|
249
|
+
static create16<T>(value: T): Vector128_1<T>;
|
|
250
|
+
static create16<T>(values: T[], index: int): Vector128_1<T>;
|
|
251
|
+
static create16<T>(values: T[]): Vector128_1<T>;
|
|
252
|
+
static create16<T>(lower: Vector64_1<T>, upper: Vector64_1<T>): Vector128_1<T>;
|
|
253
|
+
static create16<T>(value: Vector64_1<T>): Vector128_1<T>;
|
|
254
|
+
static createScalar2(value: byte): Vector128_1<CLROf<byte>>;
|
|
255
|
+
static createScalar2(value: double): Vector128_1<CLROf<double>>;
|
|
256
|
+
static createScalar2(value: short): Vector128_1<CLROf<short>>;
|
|
257
|
+
static createScalar2(value: int): Vector128_1<CLROf<int>>;
|
|
258
|
+
static createScalar2(value: long): Vector128_1<CLROf<long>>;
|
|
259
|
+
static createScalar2(value: nint): Vector128_1<CLROf<nint>>;
|
|
260
|
+
static createScalar2(value: sbyte): Vector128_1<CLROf<sbyte>>;
|
|
261
|
+
static createScalar2(value: float): Vector128_1<CLROf<float>>;
|
|
262
|
+
static createScalar2(value: ushort): Vector128_1<CLROf<ushort>>;
|
|
263
|
+
static createScalar2(value: uint): Vector128_1<CLROf<uint>>;
|
|
264
|
+
static createScalar2(value: ulong): Vector128_1<CLROf<ulong>>;
|
|
265
|
+
static createScalar2(value: nuint): Vector128_1<CLROf<nuint>>;
|
|
266
|
+
static createScalar2<T>(value: T): Vector128_1<T>;
|
|
267
|
+
static createScalarUnsafe2(value: byte): Vector128_1<CLROf<byte>>;
|
|
268
|
+
static createScalarUnsafe2(value: double): Vector128_1<CLROf<double>>;
|
|
269
|
+
static createScalarUnsafe2(value: short): Vector128_1<CLROf<short>>;
|
|
270
|
+
static createScalarUnsafe2(value: int): Vector128_1<CLROf<int>>;
|
|
271
|
+
static createScalarUnsafe2(value: long): Vector128_1<CLROf<long>>;
|
|
272
|
+
static createScalarUnsafe2(value: nint): Vector128_1<CLROf<nint>>;
|
|
273
|
+
static createScalarUnsafe2(value: sbyte): Vector128_1<CLROf<sbyte>>;
|
|
274
|
+
static createScalarUnsafe2(value: float): Vector128_1<CLROf<float>>;
|
|
275
|
+
static createScalarUnsafe2(value: ushort): Vector128_1<CLROf<ushort>>;
|
|
276
|
+
static createScalarUnsafe2(value: uint): Vector128_1<CLROf<uint>>;
|
|
277
|
+
static createScalarUnsafe2(value: ulong): Vector128_1<CLROf<ulong>>;
|
|
278
|
+
static createScalarUnsafe2(value: nuint): Vector128_1<CLROf<nuint>>;
|
|
279
|
+
static createScalarUnsafe2<T>(value: T): Vector128_1<T>;
|
|
280
|
+
static createSequence<T>(start: T, step: T): Vector128_1<T>;
|
|
281
|
+
static degreesToRadians(degrees: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
282
|
+
static degreesToRadians(degrees: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
283
|
+
static divide2<T>(left: Vector128_1<T>, right: T): Vector128_1<T>;
|
|
284
|
+
static divide2<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
285
|
+
static dot<T>(left: Vector128_1<T>, right: Vector128_1<T>): T;
|
|
286
|
+
static equals<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
287
|
+
static equalsAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
288
|
+
static equalsAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
289
|
+
static exp(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
290
|
+
static exp(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
291
|
+
static extractMostSignificantBits<T>(vector: Vector128_1<T>): uint;
|
|
292
|
+
static floor2(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
293
|
+
static floor2(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
294
|
+
static fusedMultiplyAdd(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>, addend: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
295
|
+
static fusedMultiplyAdd(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>, addend: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
288
296
|
static get_E<T extends IFloatingPointConstants_1<T>>(): Vector128_1<T>;
|
|
289
297
|
static get_Epsilon<T extends IFloatingPointIeee754_1<T>>(): Vector128_1<T>;
|
|
290
298
|
static get_NaN<T extends IFloatingPointIeee754_1<T>>(): Vector128_1<T>;
|
|
@@ -294,319 +302,319 @@ export abstract class Vector128$instance {
|
|
|
294
302
|
static get_Pi<T extends IFloatingPointConstants_1<T>>(): Vector128_1<T>;
|
|
295
303
|
static get_PositiveInfinity<T extends IFloatingPointIeee754_1<T>>(): Vector128_1<T>;
|
|
296
304
|
static get_Tau<T extends IFloatingPointConstants_1<T>>(): Vector128_1<T>;
|
|
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
|
|
305
|
+
static getElement<T>(vector: Vector128_1<T>, index: int): T;
|
|
306
|
+
static getLower<T>(vector: Vector128_1<T>): Vector64_1<T>;
|
|
307
|
+
static getUpper<T>(vector: Vector128_1<T>): Vector64_1<T>;
|
|
308
|
+
static greaterThan<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
309
|
+
static greaterThanAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
310
|
+
static greaterThanAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
311
|
+
static greaterThanOrEqual<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
312
|
+
static greaterThanOrEqualAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
313
|
+
static greaterThanOrEqualAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
314
|
+
static hypot(x: Vector128_1<CLROf<double>>, y: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
315
|
+
static hypot(x: Vector128_1<CLROf<float>>, y: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
316
|
+
static indexOf<T>(vector: Vector128_1<T>, value: T): int;
|
|
317
|
+
static indexOfWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
|
|
318
|
+
static isEvenInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
319
|
+
static isFinite<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
320
|
+
static isInfinity<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
321
|
+
static isInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
322
|
+
static isNaN<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
323
|
+
static isNegative<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
324
|
+
static isNegativeInfinity<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
325
|
+
static isNormal<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
326
|
+
static isOddInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
327
|
+
static isPositive<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
328
|
+
static isPositiveInfinity<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
329
|
+
static isSubnormal<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
330
|
+
static isZero<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
331
|
+
static lastIndexOf<T>(vector: Vector128_1<T>, value: T): int;
|
|
332
|
+
static lastIndexOfWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
|
|
333
|
+
static lerp(x: Vector128_1<CLROf<double>>, y: Vector128_1<CLROf<double>>, amount: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
334
|
+
static lerp(x: Vector128_1<CLROf<float>>, y: Vector128_1<CLROf<float>>, amount: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
335
|
+
static lessThan<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
336
|
+
static lessThanAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
337
|
+
static lessThanAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
338
|
+
static lessThanOrEqual<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
339
|
+
static lessThanOrEqualAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
340
|
+
static lessThanOrEqualAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
341
|
+
static load<T>(source: ptr<T>): Vector128_1<T>;
|
|
342
|
+
static loadAligned<T>(source: ptr<T>): Vector128_1<T>;
|
|
343
|
+
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector128_1<T>;
|
|
344
|
+
static loadUnsafe2<T>(source: { value: ref<T> }, elementOffset: nuint): Vector128_1<T>;
|
|
345
|
+
static loadUnsafe2<T>(source: { value: ref<T> }): Vector128_1<T>;
|
|
346
|
+
static log(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
347
|
+
static log(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
348
|
+
static log22(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
349
|
+
static log22(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
350
|
+
static max<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
351
|
+
static maxMagnitude<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
352
|
+
static maxMagnitudeNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
353
|
+
static maxNative<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
354
|
+
static maxNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
355
|
+
static min<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
356
|
+
static minMagnitude<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
357
|
+
static minMagnitudeNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
358
|
+
static minNative<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
359
|
+
static minNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
360
|
+
static multiply3<T>(left: T, right: Vector128_1<T>): Vector128_1<T>;
|
|
361
|
+
static multiply3<T>(left: Vector128_1<T>, right: T): Vector128_1<T>;
|
|
362
|
+
static multiply3<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
363
|
+
static multiplyAddEstimate(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>, addend: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
364
|
+
static multiplyAddEstimate(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>, addend: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
365
|
+
static narrow(lower: Vector128_1<CLROf<double>>, upper: Vector128_1<CLROf<double>>): Vector128_1<CLROf<float>>;
|
|
366
|
+
static narrow(lower: Vector128_1<CLROf<short>>, upper: Vector128_1<CLROf<short>>): Vector128_1<CLROf<sbyte>>;
|
|
367
|
+
static narrow(lower: Vector128_1<CLROf<int>>, upper: Vector128_1<CLROf<int>>): Vector128_1<CLROf<short>>;
|
|
368
|
+
static narrow(lower: Vector128_1<CLROf<long>>, upper: Vector128_1<CLROf<long>>): Vector128_1<CLROf<int>>;
|
|
369
|
+
static narrow(lower: Vector128_1<CLROf<ushort>>, upper: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<byte>>;
|
|
370
|
+
static narrow(lower: Vector128_1<CLROf<uint>>, upper: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ushort>>;
|
|
371
|
+
static narrow(lower: Vector128_1<CLROf<ulong>>, upper: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<uint>>;
|
|
372
|
+
static narrowWithSaturation(lower: Vector128_1<CLROf<double>>, upper: Vector128_1<CLROf<double>>): Vector128_1<CLROf<float>>;
|
|
373
|
+
static narrowWithSaturation(lower: Vector128_1<CLROf<short>>, upper: Vector128_1<CLROf<short>>): Vector128_1<CLROf<sbyte>>;
|
|
374
|
+
static narrowWithSaturation(lower: Vector128_1<CLROf<int>>, upper: Vector128_1<CLROf<int>>): Vector128_1<CLROf<short>>;
|
|
375
|
+
static narrowWithSaturation(lower: Vector128_1<CLROf<long>>, upper: Vector128_1<CLROf<long>>): Vector128_1<CLROf<int>>;
|
|
376
|
+
static narrowWithSaturation(lower: Vector128_1<CLROf<ushort>>, upper: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<byte>>;
|
|
377
|
+
static narrowWithSaturation(lower: Vector128_1<CLROf<uint>>, upper: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ushort>>;
|
|
378
|
+
static narrowWithSaturation(lower: Vector128_1<CLROf<ulong>>, upper: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<uint>>;
|
|
379
|
+
static negate<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
380
|
+
static none<T>(vector: Vector128_1<T>, value: T): boolean;
|
|
381
|
+
static noneWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
|
|
382
|
+
static onesComplement<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
383
|
+
static radiansToDegrees(radians: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
384
|
+
static radiansToDegrees(radians: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
385
|
+
static round3(vector: Vector128_1<CLROf<double>>, mode: MidpointRounding): Vector128_1<CLROf<double>>;
|
|
386
|
+
static round3(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
387
|
+
static round3(vector: Vector128_1<CLROf<float>>, mode: MidpointRounding): Vector128_1<CLROf<float>>;
|
|
388
|
+
static round3(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
389
|
+
static shiftLeft(vector: Vector128_1<CLROf<byte>>, shiftCount: int): Vector128_1<CLROf<byte>>;
|
|
390
|
+
static shiftLeft(vector: Vector128_1<CLROf<short>>, shiftCount: int): Vector128_1<CLROf<short>>;
|
|
391
|
+
static shiftLeft(vector: Vector128_1<CLROf<int>>, shiftCount: int): Vector128_1<CLROf<int>>;
|
|
392
|
+
static shiftLeft(vector: Vector128_1<CLROf<long>>, shiftCount: int): Vector128_1<CLROf<long>>;
|
|
393
|
+
static shiftLeft(vector: Vector128_1<CLROf<nint>>, shiftCount: int): Vector128_1<CLROf<nint>>;
|
|
394
|
+
static shiftLeft(vector: Vector128_1<CLROf<sbyte>>, shiftCount: int): Vector128_1<CLROf<sbyte>>;
|
|
395
|
+
static shiftLeft(vector: Vector128_1<CLROf<ushort>>, shiftCount: int): Vector128_1<CLROf<ushort>>;
|
|
396
|
+
static shiftLeft(vector: Vector128_1<CLROf<uint>>, shiftCount: int): Vector128_1<CLROf<uint>>;
|
|
397
|
+
static shiftLeft(vector: Vector128_1<CLROf<ulong>>, shiftCount: int): Vector128_1<CLROf<ulong>>;
|
|
398
|
+
static shiftLeft(vector: Vector128_1<CLROf<nuint>>, shiftCount: int): Vector128_1<CLROf<nuint>>;
|
|
399
|
+
static shiftRightArithmetic(vector: Vector128_1<CLROf<short>>, shiftCount: int): Vector128_1<CLROf<short>>;
|
|
400
|
+
static shiftRightArithmetic(vector: Vector128_1<CLROf<int>>, shiftCount: int): Vector128_1<CLROf<int>>;
|
|
401
|
+
static shiftRightArithmetic(vector: Vector128_1<CLROf<long>>, shiftCount: int): Vector128_1<CLROf<long>>;
|
|
402
|
+
static shiftRightArithmetic(vector: Vector128_1<CLROf<nint>>, shiftCount: int): Vector128_1<CLROf<nint>>;
|
|
403
|
+
static shiftRightArithmetic(vector: Vector128_1<CLROf<sbyte>>, shiftCount: int): Vector128_1<CLROf<sbyte>>;
|
|
404
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<byte>>, shiftCount: int): Vector128_1<CLROf<byte>>;
|
|
405
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<short>>, shiftCount: int): Vector128_1<CLROf<short>>;
|
|
406
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<int>>, shiftCount: int): Vector128_1<CLROf<int>>;
|
|
407
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<long>>, shiftCount: int): Vector128_1<CLROf<long>>;
|
|
408
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<nint>>, shiftCount: int): Vector128_1<CLROf<nint>>;
|
|
409
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<sbyte>>, shiftCount: int): Vector128_1<CLROf<sbyte>>;
|
|
410
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<ushort>>, shiftCount: int): Vector128_1<CLROf<ushort>>;
|
|
411
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<uint>>, shiftCount: int): Vector128_1<CLROf<uint>>;
|
|
412
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<ulong>>, shiftCount: int): Vector128_1<CLROf<ulong>>;
|
|
413
|
+
static shiftRightLogical(vector: Vector128_1<CLROf<nuint>>, shiftCount: int): Vector128_1<CLROf<nuint>>;
|
|
414
|
+
static shuffle(vector: Vector128_1<CLROf<byte>>, indices: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
415
|
+
static shuffle(vector: Vector128_1<CLROf<double>>, indices: Vector128_1<CLROf<long>>): Vector128_1<CLROf<double>>;
|
|
416
|
+
static shuffle(vector: Vector128_1<CLROf<short>>, indices: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
417
|
+
static shuffle(vector: Vector128_1<CLROf<int>>, indices: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
418
|
+
static shuffle(vector: Vector128_1<CLROf<long>>, indices: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
419
|
+
static shuffle(vector: Vector128_1<CLROf<sbyte>>, indices: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
420
|
+
static shuffle(vector: Vector128_1<CLROf<float>>, indices: Vector128_1<CLROf<int>>): Vector128_1<CLROf<float>>;
|
|
421
|
+
static shuffle(vector: Vector128_1<CLROf<ushort>>, indices: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
422
|
+
static shuffle(vector: Vector128_1<CLROf<uint>>, indices: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
423
|
+
static shuffle(vector: Vector128_1<CLROf<ulong>>, indices: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
424
|
+
static shuffleNative(vector: Vector128_1<CLROf<byte>>, indices: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
|
|
425
|
+
static shuffleNative(vector: Vector128_1<CLROf<double>>, indices: Vector128_1<CLROf<long>>): Vector128_1<CLROf<double>>;
|
|
426
|
+
static shuffleNative(vector: Vector128_1<CLROf<short>>, indices: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
|
|
427
|
+
static shuffleNative(vector: Vector128_1<CLROf<int>>, indices: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
|
|
428
|
+
static shuffleNative(vector: Vector128_1<CLROf<long>>, indices: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
|
|
429
|
+
static shuffleNative(vector: Vector128_1<CLROf<sbyte>>, indices: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
|
|
430
|
+
static shuffleNative(vector: Vector128_1<CLROf<float>>, indices: Vector128_1<CLROf<int>>): Vector128_1<CLROf<float>>;
|
|
431
|
+
static shuffleNative(vector: Vector128_1<CLROf<ushort>>, indices: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
|
|
432
|
+
static shuffleNative(vector: Vector128_1<CLROf<uint>>, indices: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
|
|
433
|
+
static shuffleNative(vector: Vector128_1<CLROf<ulong>>, indices: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
|
|
434
|
+
static sin(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
435
|
+
static sin(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
436
|
+
static sinCos(vector: Vector128_1<CLROf<double>>): ValueTuple_2<Vector128_1<CLROf<double>>, Vector128_1<CLROf<double>>>;
|
|
437
|
+
static sinCos(vector: Vector128_1<CLROf<float>>): ValueTuple_2<Vector128_1<CLROf<float>>, Vector128_1<CLROf<float>>>;
|
|
438
|
+
static sqrt<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
439
|
+
static store<T>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
440
|
+
static storeAligned<T>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
441
|
+
static storeAlignedNonTemporal<T>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
442
|
+
static storeUnsafe2<T>(source: Vector128_1<T>, destination: { value: ref<T> }, elementOffset: nuint): void;
|
|
443
|
+
static storeUnsafe2<T>(source: Vector128_1<T>, destination: { value: ref<T> }): void;
|
|
444
|
+
static subtract<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
445
|
+
static subtractSaturate<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
446
|
+
static sum<T>(vector: Vector128_1<T>): T;
|
|
447
|
+
static toScalar<T>(vector: Vector128_1<T>): T;
|
|
448
|
+
static toVector256<T>(vector: Vector128_1<T>): Vector256_1<T>;
|
|
449
|
+
static toVector256Unsafe<T>(vector: Vector128_1<T>): Vector256_1<T>;
|
|
450
|
+
static truncate(vector: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
|
|
451
|
+
static truncate(vector: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
|
|
452
|
+
static tryCopyTo<T>(vector: Vector128_1<T>, destination: Span_1<T>): boolean;
|
|
453
|
+
static widen(source: Vector128_1<CLROf<byte>>): ValueTuple_2<Vector128_1<CLROf<ushort>>, Vector128_1<CLROf<ushort>>>;
|
|
454
|
+
static widen(source: Vector128_1<CLROf<short>>): ValueTuple_2<Vector128_1<CLROf<int>>, Vector128_1<CLROf<int>>>;
|
|
455
|
+
static widen(source: Vector128_1<CLROf<int>>): ValueTuple_2<Vector128_1<CLROf<long>>, Vector128_1<CLROf<long>>>;
|
|
456
|
+
static widen(source: Vector128_1<CLROf<sbyte>>): ValueTuple_2<Vector128_1<CLROf<short>>, Vector128_1<CLROf<short>>>;
|
|
457
|
+
static widen(source: Vector128_1<CLROf<float>>): ValueTuple_2<Vector128_1<CLROf<double>>, Vector128_1<CLROf<double>>>;
|
|
458
|
+
static widen(source: Vector128_1<CLROf<ushort>>): ValueTuple_2<Vector128_1<CLROf<uint>>, Vector128_1<CLROf<uint>>>;
|
|
459
|
+
static widen(source: Vector128_1<CLROf<uint>>): ValueTuple_2<Vector128_1<CLROf<ulong>>, Vector128_1<CLROf<ulong>>>;
|
|
460
|
+
static widenLower(source: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
|
|
461
|
+
static widenLower(source: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
462
|
+
static widenLower(source: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
|
|
463
|
+
static widenLower(source: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
|
|
464
|
+
static widenLower(source: Vector128_1<CLROf<float>>): Vector128_1<CLROf<double>>;
|
|
465
|
+
static widenLower(source: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
|
|
466
|
+
static widenLower(source: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
|
|
467
|
+
static widenUpper(source: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
|
|
468
|
+
static widenUpper(source: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
|
|
469
|
+
static widenUpper(source: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
|
|
470
|
+
static widenUpper(source: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
|
|
471
|
+
static widenUpper(source: Vector128_1<CLROf<float>>): Vector128_1<CLROf<double>>;
|
|
472
|
+
static widenUpper(source: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
|
|
473
|
+
static widenUpper(source: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
|
|
474
|
+
static withElement<T>(vector: Vector128_1<T>, index: int, value: T): Vector128_1<T>;
|
|
475
|
+
static withLower<T>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
|
|
476
|
+
static withUpper<T>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
|
|
477
|
+
static xor<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
470
478
|
}
|
|
471
479
|
|
|
472
480
|
|
|
473
481
|
export type Vector128 = Vector128$instance;
|
|
474
482
|
|
|
475
483
|
export abstract class Vector256$instance {
|
|
476
|
-
static readonly
|
|
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
|
|
513
|
-
static
|
|
514
|
-
static
|
|
515
|
-
static
|
|
516
|
-
static
|
|
517
|
-
static
|
|
518
|
-
static
|
|
519
|
-
static
|
|
520
|
-
static
|
|
521
|
-
static
|
|
522
|
-
static
|
|
523
|
-
static
|
|
524
|
-
static
|
|
525
|
-
static
|
|
526
|
-
static
|
|
527
|
-
static
|
|
528
|
-
static
|
|
529
|
-
static
|
|
530
|
-
static
|
|
531
|
-
static
|
|
532
|
-
static
|
|
533
|
-
static
|
|
534
|
-
static
|
|
535
|
-
static
|
|
536
|
-
static
|
|
537
|
-
static
|
|
538
|
-
static
|
|
539
|
-
static
|
|
540
|
-
static
|
|
541
|
-
static
|
|
542
|
-
static
|
|
543
|
-
static
|
|
544
|
-
static
|
|
545
|
-
static
|
|
546
|
-
static
|
|
547
|
-
static
|
|
548
|
-
static
|
|
549
|
-
static
|
|
550
|
-
static
|
|
551
|
-
static
|
|
552
|
-
static
|
|
553
|
-
static
|
|
554
|
-
static
|
|
555
|
-
static
|
|
556
|
-
static
|
|
557
|
-
static
|
|
558
|
-
static
|
|
559
|
-
static
|
|
560
|
-
static
|
|
561
|
-
static
|
|
562
|
-
static
|
|
563
|
-
static
|
|
564
|
-
static
|
|
565
|
-
static
|
|
566
|
-
static
|
|
567
|
-
static
|
|
568
|
-
static
|
|
569
|
-
static
|
|
570
|
-
static
|
|
571
|
-
static
|
|
572
|
-
static
|
|
573
|
-
static
|
|
574
|
-
static
|
|
575
|
-
static
|
|
576
|
-
static
|
|
577
|
-
static
|
|
578
|
-
static
|
|
579
|
-
static
|
|
580
|
-
static
|
|
581
|
-
static
|
|
582
|
-
static
|
|
583
|
-
static
|
|
584
|
-
static
|
|
585
|
-
static
|
|
586
|
-
static
|
|
587
|
-
static
|
|
588
|
-
static
|
|
589
|
-
static
|
|
590
|
-
static
|
|
591
|
-
static
|
|
592
|
-
static
|
|
593
|
-
static
|
|
594
|
-
static
|
|
595
|
-
static
|
|
596
|
-
static
|
|
597
|
-
static
|
|
598
|
-
static
|
|
599
|
-
static
|
|
600
|
-
static
|
|
601
|
-
static
|
|
602
|
-
static
|
|
603
|
-
static
|
|
604
|
-
static
|
|
605
|
-
static
|
|
606
|
-
static
|
|
607
|
-
static
|
|
608
|
-
static
|
|
609
|
-
static
|
|
484
|
+
static readonly isHardwareAccelerated: boolean;
|
|
485
|
+
static abs<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
486
|
+
static add<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
487
|
+
static addSaturate<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
488
|
+
static all<T>(vector: Vector256_1<T>, value: T): boolean;
|
|
489
|
+
static allWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
|
|
490
|
+
static andNot<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
491
|
+
static any_<T>(vector: Vector256_1<T>, value: T): boolean;
|
|
492
|
+
static anyWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
|
|
493
|
+
static as_<TFrom, TTo>(vector: Vector256_1<TFrom>): Vector256_1<TTo>;
|
|
494
|
+
static asByte<T>(vector: Vector256_1<T>): Vector256_1<CLROf<byte>>;
|
|
495
|
+
static asDouble<T>(vector: Vector256_1<T>): Vector256_1<CLROf<double>>;
|
|
496
|
+
static asInt16<T>(vector: Vector256_1<T>): Vector256_1<CLROf<short>>;
|
|
497
|
+
static asInt32<T>(vector: Vector256_1<T>): Vector256_1<CLROf<int>>;
|
|
498
|
+
static asInt64<T>(vector: Vector256_1<T>): Vector256_1<CLROf<long>>;
|
|
499
|
+
static asNInt<T>(vector: Vector256_1<T>): Vector256_1<CLROf<nint>>;
|
|
500
|
+
static asNUInt<T>(vector: Vector256_1<T>): Vector256_1<CLROf<nuint>>;
|
|
501
|
+
static asSByte<T>(vector: Vector256_1<T>): Vector256_1<CLROf<sbyte>>;
|
|
502
|
+
static asSingle<T>(vector: Vector256_1<T>): Vector256_1<CLROf<float>>;
|
|
503
|
+
static asUInt16<T>(vector: Vector256_1<T>): Vector256_1<CLROf<ushort>>;
|
|
504
|
+
static asUInt32<T>(vector: Vector256_1<T>): Vector256_1<CLROf<uint>>;
|
|
505
|
+
static asUInt64<T>(vector: Vector256_1<T>): Vector256_1<CLROf<ulong>>;
|
|
506
|
+
static asVector<T>(value: Vector256_1<T>): Vector_1<T>;
|
|
507
|
+
static asVector256<T>(value: Vector_1<T>): Vector256_1<T>;
|
|
508
|
+
static bitwiseAnd<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
509
|
+
static bitwiseOr<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
510
|
+
static ceiling2(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
511
|
+
static ceiling2(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
512
|
+
static clamp<T>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
|
|
513
|
+
static clampNative<T>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
|
|
514
|
+
static conditionalSelect<T>(condition: Vector256_1<T>, left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
515
|
+
static convertToDouble(vector: Vector256_1<CLROf<long>>): Vector256_1<CLROf<double>>;
|
|
516
|
+
static convertToDouble(vector: Vector256_1<CLROf<ulong>>): Vector256_1<CLROf<double>>;
|
|
517
|
+
static convertToInt32(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<int>>;
|
|
518
|
+
static convertToInt32Native(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<int>>;
|
|
519
|
+
static convertToInt64(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<long>>;
|
|
520
|
+
static convertToInt64Native(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<long>>;
|
|
521
|
+
static convertToSingle(vector: Vector256_1<CLROf<int>>): Vector256_1<CLROf<float>>;
|
|
522
|
+
static convertToSingle(vector: Vector256_1<CLROf<uint>>): Vector256_1<CLROf<float>>;
|
|
523
|
+
static convertToUInt32(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<uint>>;
|
|
524
|
+
static convertToUInt32Native(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<uint>>;
|
|
525
|
+
static convertToUInt64(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<ulong>>;
|
|
526
|
+
static convertToUInt64Native(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<ulong>>;
|
|
527
|
+
static copySign<T>(value: Vector256_1<T>, sign: Vector256_1<T>): Vector256_1<T>;
|
|
528
|
+
static copyTo3<T>(vector: Vector256_1<T>, destination: Span_1<T>): void;
|
|
529
|
+
static copyTo3<T>(vector: Vector256_1<T>, destination: T[], startIndex: int): void;
|
|
530
|
+
static copyTo3<T>(vector: Vector256_1<T>, destination: T[]): void;
|
|
531
|
+
static cos(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
532
|
+
static cos(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
533
|
+
static count<T>(vector: Vector256_1<T>, value: T): int;
|
|
534
|
+
static countWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
|
|
535
|
+
static create16<T>(values: ReadOnlySpan_1<T>): Vector256_1<T>;
|
|
536
|
+
static create16(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte, e8: byte, e9: byte, e10: byte, e11: byte, e12: byte, e13: byte, e14: byte, e15: byte, e16: byte, e17: byte, e18: byte, e19: byte, e20: byte, e21: byte, e22: byte, e23: byte, e24: byte, e25: byte, e26: byte, e27: byte, e28: byte, e29: byte, e30: byte, e31: byte): Vector256_1<CLROf<byte>>;
|
|
537
|
+
static create16(value: byte): Vector256_1<CLROf<byte>>;
|
|
538
|
+
static create16(e0: double, e1: double, e2: double, e3: double): Vector256_1<CLROf<double>>;
|
|
539
|
+
static create16(value: double): Vector256_1<CLROf<double>>;
|
|
540
|
+
static create16(e0: short, e1: short, e2: short, e3: short, e4: short, e5: short, e6: short, e7: short, e8: short, e9: short, e10: short, e11: short, e12: short, e13: short, e14: short, e15: short): Vector256_1<CLROf<short>>;
|
|
541
|
+
static create16(value: short): Vector256_1<CLROf<short>>;
|
|
542
|
+
static create16(e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int): Vector256_1<CLROf<int>>;
|
|
543
|
+
static create16(value: int): Vector256_1<CLROf<int>>;
|
|
544
|
+
static create16(e0: long, e1: long, e2: long, e3: long): Vector256_1<CLROf<long>>;
|
|
545
|
+
static create16(value: long): Vector256_1<CLROf<long>>;
|
|
546
|
+
static create16(value: nint): Vector256_1<CLROf<nint>>;
|
|
547
|
+
static create16(lower: Vector128_1<CLROf<byte>>, upper: Vector128_1<CLROf<byte>>): Vector256_1<CLROf<byte>>;
|
|
548
|
+
static create16(lower: Vector128_1<CLROf<double>>, upper: Vector128_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
549
|
+
static create16(lower: Vector128_1<CLROf<short>>, upper: Vector128_1<CLROf<short>>): Vector256_1<CLROf<short>>;
|
|
550
|
+
static create16(lower: Vector128_1<CLROf<int>>, upper: Vector128_1<CLROf<int>>): Vector256_1<CLROf<int>>;
|
|
551
|
+
static create16(lower: Vector128_1<CLROf<long>>, upper: Vector128_1<CLROf<long>>): Vector256_1<CLROf<long>>;
|
|
552
|
+
static create16(lower: Vector128_1<CLROf<nint>>, upper: Vector128_1<CLROf<nint>>): Vector256_1<CLROf<nint>>;
|
|
553
|
+
static create16(lower: Vector128_1<CLROf<sbyte>>, upper: Vector128_1<CLROf<sbyte>>): Vector256_1<CLROf<sbyte>>;
|
|
554
|
+
static create16(lower: Vector128_1<CLROf<float>>, upper: Vector128_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
555
|
+
static create16(lower: Vector128_1<CLROf<ushort>>, upper: Vector128_1<CLROf<ushort>>): Vector256_1<CLROf<ushort>>;
|
|
556
|
+
static create16(lower: Vector128_1<CLROf<uint>>, upper: Vector128_1<CLROf<uint>>): Vector256_1<CLROf<uint>>;
|
|
557
|
+
static create16(lower: Vector128_1<CLROf<ulong>>, upper: Vector128_1<CLROf<ulong>>): Vector256_1<CLROf<ulong>>;
|
|
558
|
+
static create16(lower: Vector128_1<CLROf<nuint>>, upper: Vector128_1<CLROf<nuint>>): Vector256_1<CLROf<nuint>>;
|
|
559
|
+
static create16(e0: sbyte, e1: sbyte, e2: sbyte, e3: sbyte, e4: sbyte, e5: sbyte, e6: sbyte, e7: sbyte, e8: sbyte, e9: sbyte, e10: sbyte, e11: sbyte, e12: sbyte, e13: sbyte, e14: sbyte, e15: sbyte, e16: sbyte, e17: sbyte, e18: sbyte, e19: sbyte, e20: sbyte, e21: sbyte, e22: sbyte, e23: sbyte, e24: sbyte, e25: sbyte, e26: sbyte, e27: sbyte, e28: sbyte, e29: sbyte, e30: sbyte, e31: sbyte): Vector256_1<CLROf<sbyte>>;
|
|
560
|
+
static create16(value: sbyte): Vector256_1<CLROf<sbyte>>;
|
|
561
|
+
static create16(e0: float, e1: float, e2: float, e3: float, e4: float, e5: float, e6: float, e7: float): Vector256_1<CLROf<float>>;
|
|
562
|
+
static create16(value: float): Vector256_1<CLROf<float>>;
|
|
563
|
+
static create16(e0: ushort, e1: ushort, e2: ushort, e3: ushort, e4: ushort, e5: ushort, e6: ushort, e7: ushort, e8: ushort, e9: ushort, e10: ushort, e11: ushort, e12: ushort, e13: ushort, e14: ushort, e15: ushort): Vector256_1<CLROf<ushort>>;
|
|
564
|
+
static create16(value: ushort): Vector256_1<CLROf<ushort>>;
|
|
565
|
+
static create16(e0: uint, e1: uint, e2: uint, e3: uint, e4: uint, e5: uint, e6: uint, e7: uint): Vector256_1<CLROf<uint>>;
|
|
566
|
+
static create16(value: uint): Vector256_1<CLROf<uint>>;
|
|
567
|
+
static create16(e0: ulong, e1: ulong, e2: ulong, e3: ulong): Vector256_1<CLROf<ulong>>;
|
|
568
|
+
static create16(value: ulong): Vector256_1<CLROf<ulong>>;
|
|
569
|
+
static create16(value: nuint): Vector256_1<CLROf<nuint>>;
|
|
570
|
+
static create16<T>(value: T): Vector256_1<T>;
|
|
571
|
+
static create16<T>(values: T[], index: int): Vector256_1<T>;
|
|
572
|
+
static create16<T>(values: T[]): Vector256_1<T>;
|
|
573
|
+
static create16<T>(lower: Vector128_1<T>, upper: Vector128_1<T>): Vector256_1<T>;
|
|
574
|
+
static create16<T>(value: Vector128_1<T>): Vector256_1<T>;
|
|
575
|
+
static create16<T>(value: Vector64_1<T>): Vector256_1<T>;
|
|
576
|
+
static createScalar2(value: byte): Vector256_1<CLROf<byte>>;
|
|
577
|
+
static createScalar2(value: double): Vector256_1<CLROf<double>>;
|
|
578
|
+
static createScalar2(value: short): Vector256_1<CLROf<short>>;
|
|
579
|
+
static createScalar2(value: int): Vector256_1<CLROf<int>>;
|
|
580
|
+
static createScalar2(value: long): Vector256_1<CLROf<long>>;
|
|
581
|
+
static createScalar2(value: nint): Vector256_1<CLROf<nint>>;
|
|
582
|
+
static createScalar2(value: sbyte): Vector256_1<CLROf<sbyte>>;
|
|
583
|
+
static createScalar2(value: float): Vector256_1<CLROf<float>>;
|
|
584
|
+
static createScalar2(value: ushort): Vector256_1<CLROf<ushort>>;
|
|
585
|
+
static createScalar2(value: uint): Vector256_1<CLROf<uint>>;
|
|
586
|
+
static createScalar2(value: ulong): Vector256_1<CLROf<ulong>>;
|
|
587
|
+
static createScalar2(value: nuint): Vector256_1<CLROf<nuint>>;
|
|
588
|
+
static createScalar2<T>(value: T): Vector256_1<T>;
|
|
589
|
+
static createScalarUnsafe2(value: byte): Vector256_1<CLROf<byte>>;
|
|
590
|
+
static createScalarUnsafe2(value: double): Vector256_1<CLROf<double>>;
|
|
591
|
+
static createScalarUnsafe2(value: short): Vector256_1<CLROf<short>>;
|
|
592
|
+
static createScalarUnsafe2(value: int): Vector256_1<CLROf<int>>;
|
|
593
|
+
static createScalarUnsafe2(value: long): Vector256_1<CLROf<long>>;
|
|
594
|
+
static createScalarUnsafe2(value: nint): Vector256_1<CLROf<nint>>;
|
|
595
|
+
static createScalarUnsafe2(value: sbyte): Vector256_1<CLROf<sbyte>>;
|
|
596
|
+
static createScalarUnsafe2(value: float): Vector256_1<CLROf<float>>;
|
|
597
|
+
static createScalarUnsafe2(value: ushort): Vector256_1<CLROf<ushort>>;
|
|
598
|
+
static createScalarUnsafe2(value: uint): Vector256_1<CLROf<uint>>;
|
|
599
|
+
static createScalarUnsafe2(value: ulong): Vector256_1<CLROf<ulong>>;
|
|
600
|
+
static createScalarUnsafe2(value: nuint): Vector256_1<CLROf<nuint>>;
|
|
601
|
+
static createScalarUnsafe2<T>(value: T): Vector256_1<T>;
|
|
602
|
+
static createSequence<T>(start: T, step: T): Vector256_1<T>;
|
|
603
|
+
static degreesToRadians(degrees: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
604
|
+
static degreesToRadians(degrees: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
605
|
+
static divide2<T>(left: Vector256_1<T>, right: T): Vector256_1<T>;
|
|
606
|
+
static divide2<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
607
|
+
static dot<T>(left: Vector256_1<T>, right: Vector256_1<T>): T;
|
|
608
|
+
static equals<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
609
|
+
static equalsAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
610
|
+
static equalsAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
611
|
+
static exp(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
612
|
+
static exp(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
613
|
+
static extractMostSignificantBits<T>(vector: Vector256_1<T>): uint;
|
|
614
|
+
static floor2(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
615
|
+
static floor2(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
616
|
+
static fusedMultiplyAdd(left: Vector256_1<CLROf<double>>, right: Vector256_1<CLROf<double>>, addend: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
617
|
+
static fusedMultiplyAdd(left: Vector256_1<CLROf<float>>, right: Vector256_1<CLROf<float>>, addend: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
610
618
|
static get_E<T extends IFloatingPointConstants_1<T>>(): Vector256_1<T>;
|
|
611
619
|
static get_Epsilon<T extends IFloatingPointIeee754_1<T>>(): Vector256_1<T>;
|
|
612
620
|
static get_NaN<T extends IFloatingPointIeee754_1<T>>(): Vector256_1<T>;
|
|
@@ -616,320 +624,320 @@ export abstract class Vector256$instance {
|
|
|
616
624
|
static get_Pi<T extends IFloatingPointConstants_1<T>>(): Vector256_1<T>;
|
|
617
625
|
static get_PositiveInfinity<T extends IFloatingPointIeee754_1<T>>(): Vector256_1<T>;
|
|
618
626
|
static get_Tau<T extends IFloatingPointConstants_1<T>>(): Vector256_1<T>;
|
|
619
|
-
static
|
|
620
|
-
static
|
|
621
|
-
static
|
|
622
|
-
static
|
|
623
|
-
static
|
|
624
|
-
static
|
|
625
|
-
static
|
|
626
|
-
static
|
|
627
|
-
static
|
|
628
|
-
static
|
|
629
|
-
static
|
|
630
|
-
static
|
|
631
|
-
static
|
|
632
|
-
static
|
|
633
|
-
static
|
|
634
|
-
static
|
|
635
|
-
static
|
|
636
|
-
static
|
|
637
|
-
static
|
|
638
|
-
static
|
|
639
|
-
static
|
|
640
|
-
static
|
|
641
|
-
static
|
|
642
|
-
static
|
|
643
|
-
static
|
|
644
|
-
static
|
|
645
|
-
static
|
|
646
|
-
static
|
|
647
|
-
static
|
|
648
|
-
static
|
|
649
|
-
static
|
|
650
|
-
static
|
|
651
|
-
static
|
|
652
|
-
static
|
|
653
|
-
static
|
|
654
|
-
static
|
|
655
|
-
static
|
|
656
|
-
static
|
|
657
|
-
static
|
|
658
|
-
static
|
|
659
|
-
static
|
|
660
|
-
static
|
|
661
|
-
static
|
|
662
|
-
static
|
|
663
|
-
static
|
|
664
|
-
static
|
|
665
|
-
static
|
|
666
|
-
static
|
|
667
|
-
static
|
|
668
|
-
static
|
|
669
|
-
static
|
|
670
|
-
static
|
|
671
|
-
static
|
|
672
|
-
static
|
|
673
|
-
static
|
|
674
|
-
static
|
|
675
|
-
static
|
|
676
|
-
static
|
|
677
|
-
static
|
|
678
|
-
static
|
|
679
|
-
static
|
|
680
|
-
static
|
|
681
|
-
static
|
|
682
|
-
static
|
|
683
|
-
static
|
|
684
|
-
static
|
|
685
|
-
static
|
|
686
|
-
static
|
|
687
|
-
static
|
|
688
|
-
static
|
|
689
|
-
static
|
|
690
|
-
static
|
|
691
|
-
static
|
|
692
|
-
static
|
|
693
|
-
static
|
|
694
|
-
static
|
|
695
|
-
static
|
|
696
|
-
static
|
|
697
|
-
static
|
|
698
|
-
static
|
|
699
|
-
static
|
|
700
|
-
static
|
|
701
|
-
static
|
|
702
|
-
static
|
|
703
|
-
static
|
|
704
|
-
static
|
|
705
|
-
static
|
|
706
|
-
static
|
|
707
|
-
static
|
|
708
|
-
static
|
|
709
|
-
static
|
|
710
|
-
static
|
|
711
|
-
static
|
|
712
|
-
static
|
|
713
|
-
static
|
|
714
|
-
static
|
|
715
|
-
static
|
|
716
|
-
static
|
|
717
|
-
static
|
|
718
|
-
static
|
|
719
|
-
static
|
|
720
|
-
static
|
|
721
|
-
static
|
|
722
|
-
static
|
|
723
|
-
static
|
|
724
|
-
static
|
|
725
|
-
static
|
|
726
|
-
static
|
|
727
|
-
static
|
|
728
|
-
static
|
|
729
|
-
static
|
|
730
|
-
static
|
|
731
|
-
static
|
|
732
|
-
static
|
|
733
|
-
static
|
|
734
|
-
static
|
|
735
|
-
static
|
|
736
|
-
static
|
|
737
|
-
static
|
|
738
|
-
static
|
|
739
|
-
static
|
|
740
|
-
static
|
|
741
|
-
static
|
|
742
|
-
static
|
|
743
|
-
static
|
|
744
|
-
static
|
|
745
|
-
static
|
|
746
|
-
static
|
|
747
|
-
static
|
|
748
|
-
static
|
|
749
|
-
static
|
|
750
|
-
static
|
|
751
|
-
static
|
|
752
|
-
static
|
|
753
|
-
static
|
|
754
|
-
static
|
|
755
|
-
static
|
|
756
|
-
static
|
|
757
|
-
static
|
|
758
|
-
static
|
|
759
|
-
static
|
|
760
|
-
static
|
|
761
|
-
static
|
|
762
|
-
static
|
|
763
|
-
static
|
|
764
|
-
static
|
|
765
|
-
static
|
|
766
|
-
static
|
|
767
|
-
static
|
|
768
|
-
static
|
|
769
|
-
static
|
|
770
|
-
static
|
|
771
|
-
static
|
|
772
|
-
static
|
|
773
|
-
static
|
|
774
|
-
static
|
|
775
|
-
static
|
|
776
|
-
static
|
|
777
|
-
static
|
|
778
|
-
static
|
|
779
|
-
static
|
|
780
|
-
static
|
|
781
|
-
static
|
|
782
|
-
static
|
|
783
|
-
static
|
|
784
|
-
static
|
|
785
|
-
static
|
|
786
|
-
static
|
|
787
|
-
static
|
|
788
|
-
static
|
|
789
|
-
static
|
|
790
|
-
static
|
|
791
|
-
static
|
|
627
|
+
static getElement<T>(vector: Vector256_1<T>, index: int): T;
|
|
628
|
+
static getLower<T>(vector: Vector256_1<T>): Vector128_1<T>;
|
|
629
|
+
static getUpper<T>(vector: Vector256_1<T>): Vector128_1<T>;
|
|
630
|
+
static greaterThan<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
631
|
+
static greaterThanAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
632
|
+
static greaterThanAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
633
|
+
static greaterThanOrEqual<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
634
|
+
static greaterThanOrEqualAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
635
|
+
static greaterThanOrEqualAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
636
|
+
static hypot(x: Vector256_1<CLROf<double>>, y: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
637
|
+
static hypot(x: Vector256_1<CLROf<float>>, y: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
638
|
+
static indexOf<T>(vector: Vector256_1<T>, value: T): int;
|
|
639
|
+
static indexOfWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
|
|
640
|
+
static isEvenInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
641
|
+
static isFinite<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
642
|
+
static isInfinity<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
643
|
+
static isInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
644
|
+
static isNaN<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
645
|
+
static isNegative<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
646
|
+
static isNegativeInfinity<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
647
|
+
static isNormal<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
648
|
+
static isOddInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
649
|
+
static isPositive<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
650
|
+
static isPositiveInfinity<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
651
|
+
static isSubnormal<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
652
|
+
static isZero<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
653
|
+
static lastIndexOf<T>(vector: Vector256_1<T>, value: T): int;
|
|
654
|
+
static lastIndexOfWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
|
|
655
|
+
static lerp(x: Vector256_1<CLROf<double>>, y: Vector256_1<CLROf<double>>, amount: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
656
|
+
static lerp(x: Vector256_1<CLROf<float>>, y: Vector256_1<CLROf<float>>, amount: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
657
|
+
static lessThan<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
658
|
+
static lessThanAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
659
|
+
static lessThanAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
660
|
+
static lessThanOrEqual<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
661
|
+
static lessThanOrEqualAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
662
|
+
static lessThanOrEqualAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
663
|
+
static load<T>(source: ptr<T>): Vector256_1<T>;
|
|
664
|
+
static loadAligned<T>(source: ptr<T>): Vector256_1<T>;
|
|
665
|
+
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector256_1<T>;
|
|
666
|
+
static loadUnsafe2<T>(source: { value: ref<T> }, elementOffset: nuint): Vector256_1<T>;
|
|
667
|
+
static loadUnsafe2<T>(source: { value: ref<T> }): Vector256_1<T>;
|
|
668
|
+
static log(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
669
|
+
static log(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
670
|
+
static log22(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
671
|
+
static log22(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
672
|
+
static max<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
673
|
+
static maxMagnitude<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
674
|
+
static maxMagnitudeNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
675
|
+
static maxNative<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
676
|
+
static maxNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
677
|
+
static min<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
678
|
+
static minMagnitude<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
679
|
+
static minMagnitudeNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
680
|
+
static minNative<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
681
|
+
static minNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
682
|
+
static multiply3<T>(left: T, right: Vector256_1<T>): Vector256_1<T>;
|
|
683
|
+
static multiply3<T>(left: Vector256_1<T>, right: T): Vector256_1<T>;
|
|
684
|
+
static multiply3<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
685
|
+
static multiplyAddEstimate(left: Vector256_1<CLROf<double>>, right: Vector256_1<CLROf<double>>, addend: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
686
|
+
static multiplyAddEstimate(left: Vector256_1<CLROf<float>>, right: Vector256_1<CLROf<float>>, addend: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
687
|
+
static narrow(lower: Vector256_1<CLROf<double>>, upper: Vector256_1<CLROf<double>>): Vector256_1<CLROf<float>>;
|
|
688
|
+
static narrow(lower: Vector256_1<CLROf<short>>, upper: Vector256_1<CLROf<short>>): Vector256_1<CLROf<sbyte>>;
|
|
689
|
+
static narrow(lower: Vector256_1<CLROf<int>>, upper: Vector256_1<CLROf<int>>): Vector256_1<CLROf<short>>;
|
|
690
|
+
static narrow(lower: Vector256_1<CLROf<long>>, upper: Vector256_1<CLROf<long>>): Vector256_1<CLROf<int>>;
|
|
691
|
+
static narrow(lower: Vector256_1<CLROf<ushort>>, upper: Vector256_1<CLROf<ushort>>): Vector256_1<CLROf<byte>>;
|
|
692
|
+
static narrow(lower: Vector256_1<CLROf<uint>>, upper: Vector256_1<CLROf<uint>>): Vector256_1<CLROf<ushort>>;
|
|
693
|
+
static narrow(lower: Vector256_1<CLROf<ulong>>, upper: Vector256_1<CLROf<ulong>>): Vector256_1<CLROf<uint>>;
|
|
694
|
+
static narrowWithSaturation(lower: Vector256_1<CLROf<double>>, upper: Vector256_1<CLROf<double>>): Vector256_1<CLROf<float>>;
|
|
695
|
+
static narrowWithSaturation(lower: Vector256_1<CLROf<short>>, upper: Vector256_1<CLROf<short>>): Vector256_1<CLROf<sbyte>>;
|
|
696
|
+
static narrowWithSaturation(lower: Vector256_1<CLROf<int>>, upper: Vector256_1<CLROf<int>>): Vector256_1<CLROf<short>>;
|
|
697
|
+
static narrowWithSaturation(lower: Vector256_1<CLROf<long>>, upper: Vector256_1<CLROf<long>>): Vector256_1<CLROf<int>>;
|
|
698
|
+
static narrowWithSaturation(lower: Vector256_1<CLROf<ushort>>, upper: Vector256_1<CLROf<ushort>>): Vector256_1<CLROf<byte>>;
|
|
699
|
+
static narrowWithSaturation(lower: Vector256_1<CLROf<uint>>, upper: Vector256_1<CLROf<uint>>): Vector256_1<CLROf<ushort>>;
|
|
700
|
+
static narrowWithSaturation(lower: Vector256_1<CLROf<ulong>>, upper: Vector256_1<CLROf<ulong>>): Vector256_1<CLROf<uint>>;
|
|
701
|
+
static negate<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
702
|
+
static none<T>(vector: Vector256_1<T>, value: T): boolean;
|
|
703
|
+
static noneWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
|
|
704
|
+
static onesComplement<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
705
|
+
static radiansToDegrees(radians: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
706
|
+
static radiansToDegrees(radians: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
707
|
+
static round3(vector: Vector256_1<CLROf<double>>, mode: MidpointRounding): Vector256_1<CLROf<double>>;
|
|
708
|
+
static round3(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
709
|
+
static round3(vector: Vector256_1<CLROf<float>>, mode: MidpointRounding): Vector256_1<CLROf<float>>;
|
|
710
|
+
static round3(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
711
|
+
static shiftLeft(vector: Vector256_1<CLROf<byte>>, shiftCount: int): Vector256_1<CLROf<byte>>;
|
|
712
|
+
static shiftLeft(vector: Vector256_1<CLROf<short>>, shiftCount: int): Vector256_1<CLROf<short>>;
|
|
713
|
+
static shiftLeft(vector: Vector256_1<CLROf<int>>, shiftCount: int): Vector256_1<CLROf<int>>;
|
|
714
|
+
static shiftLeft(vector: Vector256_1<CLROf<long>>, shiftCount: int): Vector256_1<CLROf<long>>;
|
|
715
|
+
static shiftLeft(vector: Vector256_1<CLROf<nint>>, shiftCount: int): Vector256_1<CLROf<nint>>;
|
|
716
|
+
static shiftLeft(vector: Vector256_1<CLROf<sbyte>>, shiftCount: int): Vector256_1<CLROf<sbyte>>;
|
|
717
|
+
static shiftLeft(vector: Vector256_1<CLROf<ushort>>, shiftCount: int): Vector256_1<CLROf<ushort>>;
|
|
718
|
+
static shiftLeft(vector: Vector256_1<CLROf<uint>>, shiftCount: int): Vector256_1<CLROf<uint>>;
|
|
719
|
+
static shiftLeft(vector: Vector256_1<CLROf<ulong>>, shiftCount: int): Vector256_1<CLROf<ulong>>;
|
|
720
|
+
static shiftLeft(vector: Vector256_1<CLROf<nuint>>, shiftCount: int): Vector256_1<CLROf<nuint>>;
|
|
721
|
+
static shiftRightArithmetic(vector: Vector256_1<CLROf<short>>, shiftCount: int): Vector256_1<CLROf<short>>;
|
|
722
|
+
static shiftRightArithmetic(vector: Vector256_1<CLROf<int>>, shiftCount: int): Vector256_1<CLROf<int>>;
|
|
723
|
+
static shiftRightArithmetic(vector: Vector256_1<CLROf<long>>, shiftCount: int): Vector256_1<CLROf<long>>;
|
|
724
|
+
static shiftRightArithmetic(vector: Vector256_1<CLROf<nint>>, shiftCount: int): Vector256_1<CLROf<nint>>;
|
|
725
|
+
static shiftRightArithmetic(vector: Vector256_1<CLROf<sbyte>>, shiftCount: int): Vector256_1<CLROf<sbyte>>;
|
|
726
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<byte>>, shiftCount: int): Vector256_1<CLROf<byte>>;
|
|
727
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<short>>, shiftCount: int): Vector256_1<CLROf<short>>;
|
|
728
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<int>>, shiftCount: int): Vector256_1<CLROf<int>>;
|
|
729
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<long>>, shiftCount: int): Vector256_1<CLROf<long>>;
|
|
730
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<nint>>, shiftCount: int): Vector256_1<CLROf<nint>>;
|
|
731
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<sbyte>>, shiftCount: int): Vector256_1<CLROf<sbyte>>;
|
|
732
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<ushort>>, shiftCount: int): Vector256_1<CLROf<ushort>>;
|
|
733
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<uint>>, shiftCount: int): Vector256_1<CLROf<uint>>;
|
|
734
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<ulong>>, shiftCount: int): Vector256_1<CLROf<ulong>>;
|
|
735
|
+
static shiftRightLogical(vector: Vector256_1<CLROf<nuint>>, shiftCount: int): Vector256_1<CLROf<nuint>>;
|
|
736
|
+
static shuffle(vector: Vector256_1<CLROf<byte>>, indices: Vector256_1<CLROf<byte>>): Vector256_1<CLROf<byte>>;
|
|
737
|
+
static shuffle(vector: Vector256_1<CLROf<double>>, indices: Vector256_1<CLROf<long>>): Vector256_1<CLROf<double>>;
|
|
738
|
+
static shuffle(vector: Vector256_1<CLROf<short>>, indices: Vector256_1<CLROf<short>>): Vector256_1<CLROf<short>>;
|
|
739
|
+
static shuffle(vector: Vector256_1<CLROf<int>>, indices: Vector256_1<CLROf<int>>): Vector256_1<CLROf<int>>;
|
|
740
|
+
static shuffle(vector: Vector256_1<CLROf<long>>, indices: Vector256_1<CLROf<long>>): Vector256_1<CLROf<long>>;
|
|
741
|
+
static shuffle(vector: Vector256_1<CLROf<sbyte>>, indices: Vector256_1<CLROf<sbyte>>): Vector256_1<CLROf<sbyte>>;
|
|
742
|
+
static shuffle(vector: Vector256_1<CLROf<float>>, indices: Vector256_1<CLROf<int>>): Vector256_1<CLROf<float>>;
|
|
743
|
+
static shuffle(vector: Vector256_1<CLROf<ushort>>, indices: Vector256_1<CLROf<ushort>>): Vector256_1<CLROf<ushort>>;
|
|
744
|
+
static shuffle(vector: Vector256_1<CLROf<uint>>, indices: Vector256_1<CLROf<uint>>): Vector256_1<CLROf<uint>>;
|
|
745
|
+
static shuffle(vector: Vector256_1<CLROf<ulong>>, indices: Vector256_1<CLROf<ulong>>): Vector256_1<CLROf<ulong>>;
|
|
746
|
+
static shuffleNative(vector: Vector256_1<CLROf<byte>>, indices: Vector256_1<CLROf<byte>>): Vector256_1<CLROf<byte>>;
|
|
747
|
+
static shuffleNative(vector: Vector256_1<CLROf<double>>, indices: Vector256_1<CLROf<long>>): Vector256_1<CLROf<double>>;
|
|
748
|
+
static shuffleNative(vector: Vector256_1<CLROf<short>>, indices: Vector256_1<CLROf<short>>): Vector256_1<CLROf<short>>;
|
|
749
|
+
static shuffleNative(vector: Vector256_1<CLROf<int>>, indices: Vector256_1<CLROf<int>>): Vector256_1<CLROf<int>>;
|
|
750
|
+
static shuffleNative(vector: Vector256_1<CLROf<long>>, indices: Vector256_1<CLROf<long>>): Vector256_1<CLROf<long>>;
|
|
751
|
+
static shuffleNative(vector: Vector256_1<CLROf<sbyte>>, indices: Vector256_1<CLROf<sbyte>>): Vector256_1<CLROf<sbyte>>;
|
|
752
|
+
static shuffleNative(vector: Vector256_1<CLROf<float>>, indices: Vector256_1<CLROf<int>>): Vector256_1<CLROf<float>>;
|
|
753
|
+
static shuffleNative(vector: Vector256_1<CLROf<ushort>>, indices: Vector256_1<CLROf<ushort>>): Vector256_1<CLROf<ushort>>;
|
|
754
|
+
static shuffleNative(vector: Vector256_1<CLROf<uint>>, indices: Vector256_1<CLROf<uint>>): Vector256_1<CLROf<uint>>;
|
|
755
|
+
static shuffleNative(vector: Vector256_1<CLROf<ulong>>, indices: Vector256_1<CLROf<ulong>>): Vector256_1<CLROf<ulong>>;
|
|
756
|
+
static sin(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
757
|
+
static sin(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
758
|
+
static sinCos(vector: Vector256_1<CLROf<double>>): ValueTuple_2<Vector256_1<CLROf<double>>, Vector256_1<CLROf<double>>>;
|
|
759
|
+
static sinCos(vector: Vector256_1<CLROf<float>>): ValueTuple_2<Vector256_1<CLROf<float>>, Vector256_1<CLROf<float>>>;
|
|
760
|
+
static sqrt<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
761
|
+
static store<T>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
762
|
+
static storeAligned<T>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
763
|
+
static storeAlignedNonTemporal<T>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
764
|
+
static storeUnsafe2<T>(source: Vector256_1<T>, destination: { value: ref<T> }, elementOffset: nuint): void;
|
|
765
|
+
static storeUnsafe2<T>(source: Vector256_1<T>, destination: { value: ref<T> }): void;
|
|
766
|
+
static subtract<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
767
|
+
static subtractSaturate<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
768
|
+
static sum<T>(vector: Vector256_1<T>): T;
|
|
769
|
+
static toScalar<T>(vector: Vector256_1<T>): T;
|
|
770
|
+
static toVector512<T>(vector: Vector256_1<T>): Vector512_1<T>;
|
|
771
|
+
static toVector512Unsafe<T>(vector: Vector256_1<T>): Vector512_1<T>;
|
|
772
|
+
static truncate(vector: Vector256_1<CLROf<double>>): Vector256_1<CLROf<double>>;
|
|
773
|
+
static truncate(vector: Vector256_1<CLROf<float>>): Vector256_1<CLROf<float>>;
|
|
774
|
+
static tryCopyTo<T>(vector: Vector256_1<T>, destination: Span_1<T>): boolean;
|
|
775
|
+
static widen(source: Vector256_1<CLROf<byte>>): ValueTuple_2<Vector256_1<CLROf<ushort>>, Vector256_1<CLROf<ushort>>>;
|
|
776
|
+
static widen(source: Vector256_1<CLROf<short>>): ValueTuple_2<Vector256_1<CLROf<int>>, Vector256_1<CLROf<int>>>;
|
|
777
|
+
static widen(source: Vector256_1<CLROf<int>>): ValueTuple_2<Vector256_1<CLROf<long>>, Vector256_1<CLROf<long>>>;
|
|
778
|
+
static widen(source: Vector256_1<CLROf<sbyte>>): ValueTuple_2<Vector256_1<CLROf<short>>, Vector256_1<CLROf<short>>>;
|
|
779
|
+
static widen(source: Vector256_1<CLROf<float>>): ValueTuple_2<Vector256_1<CLROf<double>>, Vector256_1<CLROf<double>>>;
|
|
780
|
+
static widen(source: Vector256_1<CLROf<ushort>>): ValueTuple_2<Vector256_1<CLROf<uint>>, Vector256_1<CLROf<uint>>>;
|
|
781
|
+
static widen(source: Vector256_1<CLROf<uint>>): ValueTuple_2<Vector256_1<CLROf<ulong>>, Vector256_1<CLROf<ulong>>>;
|
|
782
|
+
static widenLower(source: Vector256_1<CLROf<byte>>): Vector256_1<CLROf<ushort>>;
|
|
783
|
+
static widenLower(source: Vector256_1<CLROf<short>>): Vector256_1<CLROf<int>>;
|
|
784
|
+
static widenLower(source: Vector256_1<CLROf<int>>): Vector256_1<CLROf<long>>;
|
|
785
|
+
static widenLower(source: Vector256_1<CLROf<sbyte>>): Vector256_1<CLROf<short>>;
|
|
786
|
+
static widenLower(source: Vector256_1<CLROf<float>>): Vector256_1<CLROf<double>>;
|
|
787
|
+
static widenLower(source: Vector256_1<CLROf<ushort>>): Vector256_1<CLROf<uint>>;
|
|
788
|
+
static widenLower(source: Vector256_1<CLROf<uint>>): Vector256_1<CLROf<ulong>>;
|
|
789
|
+
static widenUpper(source: Vector256_1<CLROf<byte>>): Vector256_1<CLROf<ushort>>;
|
|
790
|
+
static widenUpper(source: Vector256_1<CLROf<short>>): Vector256_1<CLROf<int>>;
|
|
791
|
+
static widenUpper(source: Vector256_1<CLROf<int>>): Vector256_1<CLROf<long>>;
|
|
792
|
+
static widenUpper(source: Vector256_1<CLROf<sbyte>>): Vector256_1<CLROf<short>>;
|
|
793
|
+
static widenUpper(source: Vector256_1<CLROf<float>>): Vector256_1<CLROf<double>>;
|
|
794
|
+
static widenUpper(source: Vector256_1<CLROf<ushort>>): Vector256_1<CLROf<uint>>;
|
|
795
|
+
static widenUpper(source: Vector256_1<CLROf<uint>>): Vector256_1<CLROf<ulong>>;
|
|
796
|
+
static withElement<T>(vector: Vector256_1<T>, index: int, value: T): Vector256_1<T>;
|
|
797
|
+
static withLower<T>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
|
|
798
|
+
static withUpper<T>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
|
|
799
|
+
static xor<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
792
800
|
}
|
|
793
801
|
|
|
794
802
|
|
|
795
803
|
export type Vector256 = Vector256$instance;
|
|
796
804
|
|
|
797
805
|
export abstract class Vector512$instance {
|
|
798
|
-
static readonly
|
|
799
|
-
static
|
|
800
|
-
static
|
|
801
|
-
static
|
|
802
|
-
static
|
|
803
|
-
static
|
|
804
|
-
static
|
|
805
|
-
static
|
|
806
|
-
static
|
|
807
|
-
static
|
|
808
|
-
static
|
|
809
|
-
static
|
|
810
|
-
static
|
|
811
|
-
static
|
|
812
|
-
static
|
|
813
|
-
static
|
|
814
|
-
static
|
|
815
|
-
static
|
|
816
|
-
static
|
|
817
|
-
static
|
|
818
|
-
static
|
|
819
|
-
static
|
|
820
|
-
static
|
|
821
|
-
static
|
|
822
|
-
static
|
|
823
|
-
static
|
|
824
|
-
static
|
|
825
|
-
static
|
|
826
|
-
static
|
|
827
|
-
static
|
|
828
|
-
static
|
|
829
|
-
static
|
|
830
|
-
static
|
|
831
|
-
static
|
|
832
|
-
static
|
|
833
|
-
static
|
|
834
|
-
static
|
|
835
|
-
static
|
|
836
|
-
static
|
|
837
|
-
static
|
|
838
|
-
static
|
|
839
|
-
static
|
|
840
|
-
static
|
|
841
|
-
static
|
|
842
|
-
static
|
|
843
|
-
static
|
|
844
|
-
static
|
|
845
|
-
static
|
|
846
|
-
static
|
|
847
|
-
static
|
|
848
|
-
static
|
|
849
|
-
static
|
|
850
|
-
static
|
|
851
|
-
static
|
|
852
|
-
static
|
|
853
|
-
static
|
|
854
|
-
static
|
|
855
|
-
static
|
|
856
|
-
static
|
|
857
|
-
static
|
|
858
|
-
static
|
|
859
|
-
static
|
|
860
|
-
static
|
|
861
|
-
static
|
|
862
|
-
static
|
|
863
|
-
static
|
|
864
|
-
static
|
|
865
|
-
static
|
|
866
|
-
static
|
|
867
|
-
static
|
|
868
|
-
static
|
|
869
|
-
static
|
|
870
|
-
static
|
|
871
|
-
static
|
|
872
|
-
static
|
|
873
|
-
static
|
|
874
|
-
static
|
|
875
|
-
static
|
|
876
|
-
static
|
|
877
|
-
static
|
|
878
|
-
static
|
|
879
|
-
static
|
|
880
|
-
static
|
|
881
|
-
static
|
|
882
|
-
static
|
|
883
|
-
static
|
|
884
|
-
static
|
|
885
|
-
static
|
|
886
|
-
static
|
|
887
|
-
static
|
|
888
|
-
static
|
|
889
|
-
static
|
|
890
|
-
static
|
|
891
|
-
static
|
|
892
|
-
static
|
|
893
|
-
static
|
|
894
|
-
static
|
|
895
|
-
static
|
|
896
|
-
static
|
|
897
|
-
static
|
|
898
|
-
static
|
|
899
|
-
static
|
|
900
|
-
static
|
|
901
|
-
static
|
|
902
|
-
static
|
|
903
|
-
static
|
|
904
|
-
static
|
|
905
|
-
static
|
|
906
|
-
static
|
|
907
|
-
static
|
|
908
|
-
static
|
|
909
|
-
static
|
|
910
|
-
static
|
|
911
|
-
static
|
|
912
|
-
static
|
|
913
|
-
static
|
|
914
|
-
static
|
|
915
|
-
static
|
|
916
|
-
static
|
|
917
|
-
static
|
|
918
|
-
static
|
|
919
|
-
static
|
|
920
|
-
static
|
|
921
|
-
static
|
|
922
|
-
static
|
|
923
|
-
static
|
|
924
|
-
static
|
|
925
|
-
static
|
|
926
|
-
static
|
|
927
|
-
static
|
|
928
|
-
static
|
|
929
|
-
static
|
|
930
|
-
static
|
|
931
|
-
static
|
|
932
|
-
static
|
|
806
|
+
static readonly isHardwareAccelerated: boolean;
|
|
807
|
+
static abs<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
808
|
+
static add<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
809
|
+
static addSaturate<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
810
|
+
static all<T>(vector: Vector512_1<T>, value: T): boolean;
|
|
811
|
+
static allWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
|
|
812
|
+
static andNot<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
813
|
+
static any_<T>(vector: Vector512_1<T>, value: T): boolean;
|
|
814
|
+
static anyWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
|
|
815
|
+
static as_<TFrom, TTo>(vector: Vector512_1<TFrom>): Vector512_1<TTo>;
|
|
816
|
+
static asByte<T>(vector: Vector512_1<T>): Vector512_1<CLROf<byte>>;
|
|
817
|
+
static asDouble<T>(vector: Vector512_1<T>): Vector512_1<CLROf<double>>;
|
|
818
|
+
static asInt16<T>(vector: Vector512_1<T>): Vector512_1<CLROf<short>>;
|
|
819
|
+
static asInt32<T>(vector: Vector512_1<T>): Vector512_1<CLROf<int>>;
|
|
820
|
+
static asInt64<T>(vector: Vector512_1<T>): Vector512_1<CLROf<long>>;
|
|
821
|
+
static asNInt<T>(vector: Vector512_1<T>): Vector512_1<CLROf<nint>>;
|
|
822
|
+
static asNUInt<T>(vector: Vector512_1<T>): Vector512_1<CLROf<nuint>>;
|
|
823
|
+
static asSByte<T>(vector: Vector512_1<T>): Vector512_1<CLROf<sbyte>>;
|
|
824
|
+
static asSingle<T>(vector: Vector512_1<T>): Vector512_1<CLROf<float>>;
|
|
825
|
+
static asUInt16<T>(vector: Vector512_1<T>): Vector512_1<CLROf<ushort>>;
|
|
826
|
+
static asUInt32<T>(vector: Vector512_1<T>): Vector512_1<CLROf<uint>>;
|
|
827
|
+
static asUInt64<T>(vector: Vector512_1<T>): Vector512_1<CLROf<ulong>>;
|
|
828
|
+
static asVector<T>(value: Vector512_1<T>): Vector_1<T>;
|
|
829
|
+
static asVector512<T>(value: Vector_1<T>): Vector512_1<T>;
|
|
830
|
+
static bitwiseAnd<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
831
|
+
static bitwiseOr<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
832
|
+
static ceiling2(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
833
|
+
static ceiling2(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
834
|
+
static clamp<T>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
|
|
835
|
+
static clampNative<T>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
|
|
836
|
+
static conditionalSelect<T>(condition: Vector512_1<T>, left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
837
|
+
static convertToDouble(vector: Vector512_1<CLROf<long>>): Vector512_1<CLROf<double>>;
|
|
838
|
+
static convertToDouble(vector: Vector512_1<CLROf<ulong>>): Vector512_1<CLROf<double>>;
|
|
839
|
+
static convertToInt32(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<int>>;
|
|
840
|
+
static convertToInt32Native(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<int>>;
|
|
841
|
+
static convertToInt64(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<long>>;
|
|
842
|
+
static convertToInt64Native(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<long>>;
|
|
843
|
+
static convertToSingle(vector: Vector512_1<CLROf<int>>): Vector512_1<CLROf<float>>;
|
|
844
|
+
static convertToSingle(vector: Vector512_1<CLROf<uint>>): Vector512_1<CLROf<float>>;
|
|
845
|
+
static convertToUInt32(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<uint>>;
|
|
846
|
+
static convertToUInt32Native(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<uint>>;
|
|
847
|
+
static convertToUInt64(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<ulong>>;
|
|
848
|
+
static convertToUInt64Native(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<ulong>>;
|
|
849
|
+
static copySign<T>(value: Vector512_1<T>, sign: Vector512_1<T>): Vector512_1<T>;
|
|
850
|
+
static copyTo3<T>(vector: Vector512_1<T>, destination: Span_1<T>): void;
|
|
851
|
+
static copyTo3<T>(vector: Vector512_1<T>, destination: T[], startIndex: int): void;
|
|
852
|
+
static copyTo3<T>(vector: Vector512_1<T>, destination: T[]): void;
|
|
853
|
+
static cos(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
854
|
+
static cos(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
855
|
+
static count<T>(vector: Vector512_1<T>, value: T): int;
|
|
856
|
+
static countWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
|
|
857
|
+
static create16<T>(values: ReadOnlySpan_1<T>): Vector512_1<T>;
|
|
858
|
+
static create16(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte, e8: byte, e9: byte, e10: byte, e11: byte, e12: byte, e13: byte, e14: byte, e15: byte, e16: byte, e17: byte, e18: byte, e19: byte, e20: byte, e21: byte, e22: byte, e23: byte, e24: byte, e25: byte, e26: byte, e27: byte, e28: byte, e29: byte, e30: byte, e31: byte, e32: byte, e33: byte, e34: byte, e35: byte, e36: byte, e37: byte, e38: byte, e39: byte, e40: byte, e41: byte, e42: byte, e43: byte, e44: byte, e45: byte, e46: byte, e47: byte, e48: byte, e49: byte, e50: byte, e51: byte, e52: byte, e53: byte, e54: byte, e55: byte, e56: byte, e57: byte, e58: byte, e59: byte, e60: byte, e61: byte, e62: byte, e63: byte): Vector512_1<CLROf<byte>>;
|
|
859
|
+
static create16(value: byte): Vector512_1<CLROf<byte>>;
|
|
860
|
+
static create16(e0: double, e1: double, e2: double, e3: double, e4: double, e5: double, e6: double, e7: double): Vector512_1<CLROf<double>>;
|
|
861
|
+
static create16(value: double): Vector512_1<CLROf<double>>;
|
|
862
|
+
static create16(e0: short, e1: short, e2: short, e3: short, e4: short, e5: short, e6: short, e7: short, e8: short, e9: short, e10: short, e11: short, e12: short, e13: short, e14: short, e15: short, e16: short, e17: short, e18: short, e19: short, e20: short, e21: short, e22: short, e23: short, e24: short, e25: short, e26: short, e27: short, e28: short, e29: short, e30: short, e31: short): Vector512_1<CLROf<short>>;
|
|
863
|
+
static create16(value: short): Vector512_1<CLROf<short>>;
|
|
864
|
+
static create16(e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int, e8: int, e9: int, e10: int, e11: int, e12: int, e13: int, e14: int, e15: int): Vector512_1<CLROf<int>>;
|
|
865
|
+
static create16(value: int): Vector512_1<CLROf<int>>;
|
|
866
|
+
static create16(e0: long, e1: long, e2: long, e3: long, e4: long, e5: long, e6: long, e7: long): Vector512_1<CLROf<long>>;
|
|
867
|
+
static create16(value: long): Vector512_1<CLROf<long>>;
|
|
868
|
+
static create16(value: nint): Vector512_1<CLROf<nint>>;
|
|
869
|
+
static create16(lower: Vector256_1<CLROf<byte>>, upper: Vector256_1<CLROf<byte>>): Vector512_1<CLROf<byte>>;
|
|
870
|
+
static create16(lower: Vector256_1<CLROf<double>>, upper: Vector256_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
871
|
+
static create16(lower: Vector256_1<CLROf<short>>, upper: Vector256_1<CLROf<short>>): Vector512_1<CLROf<short>>;
|
|
872
|
+
static create16(lower: Vector256_1<CLROf<int>>, upper: Vector256_1<CLROf<int>>): Vector512_1<CLROf<int>>;
|
|
873
|
+
static create16(lower: Vector256_1<CLROf<long>>, upper: Vector256_1<CLROf<long>>): Vector512_1<CLROf<long>>;
|
|
874
|
+
static create16(lower: Vector256_1<CLROf<nint>>, upper: Vector256_1<CLROf<nint>>): Vector512_1<CLROf<nint>>;
|
|
875
|
+
static create16(lower: Vector256_1<CLROf<sbyte>>, upper: Vector256_1<CLROf<sbyte>>): Vector512_1<CLROf<sbyte>>;
|
|
876
|
+
static create16(lower: Vector256_1<CLROf<float>>, upper: Vector256_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
877
|
+
static create16(lower: Vector256_1<CLROf<ushort>>, upper: Vector256_1<CLROf<ushort>>): Vector512_1<CLROf<ushort>>;
|
|
878
|
+
static create16(lower: Vector256_1<CLROf<uint>>, upper: Vector256_1<CLROf<uint>>): Vector512_1<CLROf<uint>>;
|
|
879
|
+
static create16(lower: Vector256_1<CLROf<ulong>>, upper: Vector256_1<CLROf<ulong>>): Vector512_1<CLROf<ulong>>;
|
|
880
|
+
static create16(lower: Vector256_1<CLROf<nuint>>, upper: Vector256_1<CLROf<nuint>>): Vector512_1<CLROf<nuint>>;
|
|
881
|
+
static create16(e0: sbyte, e1: sbyte, e2: sbyte, e3: sbyte, e4: sbyte, e5: sbyte, e6: sbyte, e7: sbyte, e8: sbyte, e9: sbyte, e10: sbyte, e11: sbyte, e12: sbyte, e13: sbyte, e14: sbyte, e15: sbyte, e16: sbyte, e17: sbyte, e18: sbyte, e19: sbyte, e20: sbyte, e21: sbyte, e22: sbyte, e23: sbyte, e24: sbyte, e25: sbyte, e26: sbyte, e27: sbyte, e28: sbyte, e29: sbyte, e30: sbyte, e31: sbyte, e32: sbyte, e33: sbyte, e34: sbyte, e35: sbyte, e36: sbyte, e37: sbyte, e38: sbyte, e39: sbyte, e40: sbyte, e41: sbyte, e42: sbyte, e43: sbyte, e44: sbyte, e45: sbyte, e46: sbyte, e47: sbyte, e48: sbyte, e49: sbyte, e50: sbyte, e51: sbyte, e52: sbyte, e53: sbyte, e54: sbyte, e55: sbyte, e56: sbyte, e57: sbyte, e58: sbyte, e59: sbyte, e60: sbyte, e61: sbyte, e62: sbyte, e63: sbyte): Vector512_1<CLROf<sbyte>>;
|
|
882
|
+
static create16(value: sbyte): Vector512_1<CLROf<sbyte>>;
|
|
883
|
+
static create16(e0: float, e1: float, e2: float, e3: float, e4: float, e5: float, e6: float, e7: float, e8: float, e9: float, e10: float, e11: float, e12: float, e13: float, e14: float, e15: float): Vector512_1<CLROf<float>>;
|
|
884
|
+
static create16(value: float): Vector512_1<CLROf<float>>;
|
|
885
|
+
static create16(e0: ushort, e1: ushort, e2: ushort, e3: ushort, e4: ushort, e5: ushort, e6: ushort, e7: ushort, e8: ushort, e9: ushort, e10: ushort, e11: ushort, e12: ushort, e13: ushort, e14: ushort, e15: ushort, e16: ushort, e17: ushort, e18: ushort, e19: ushort, e20: ushort, e21: ushort, e22: ushort, e23: ushort, e24: ushort, e25: ushort, e26: ushort, e27: ushort, e28: ushort, e29: ushort, e30: ushort, e31: ushort): Vector512_1<CLROf<ushort>>;
|
|
886
|
+
static create16(value: ushort): Vector512_1<CLROf<ushort>>;
|
|
887
|
+
static create16(e0: uint, e1: uint, e2: uint, e3: uint, e4: uint, e5: uint, e6: uint, e7: uint, e8: uint, e9: uint, e10: uint, e11: uint, e12: uint, e13: uint, e14: uint, e15: uint): Vector512_1<CLROf<uint>>;
|
|
888
|
+
static create16(value: uint): Vector512_1<CLROf<uint>>;
|
|
889
|
+
static create16(e0: ulong, e1: ulong, e2: ulong, e3: ulong, e4: ulong, e5: ulong, e6: ulong, e7: ulong): Vector512_1<CLROf<ulong>>;
|
|
890
|
+
static create16(value: ulong): Vector512_1<CLROf<ulong>>;
|
|
891
|
+
static create16(value: nuint): Vector512_1<CLROf<nuint>>;
|
|
892
|
+
static create16<T>(value: T): Vector512_1<T>;
|
|
893
|
+
static create16<T>(values: T[], index: int): Vector512_1<T>;
|
|
894
|
+
static create16<T>(values: T[]): Vector512_1<T>;
|
|
895
|
+
static create16<T>(value: Vector128_1<T>): Vector512_1<T>;
|
|
896
|
+
static create16<T>(lower: Vector256_1<T>, upper: Vector256_1<T>): Vector512_1<T>;
|
|
897
|
+
static create16<T>(value: Vector256_1<T>): Vector512_1<T>;
|
|
898
|
+
static create16<T>(value: Vector64_1<T>): Vector512_1<T>;
|
|
899
|
+
static createScalar2(value: byte): Vector512_1<CLROf<byte>>;
|
|
900
|
+
static createScalar2(value: double): Vector512_1<CLROf<double>>;
|
|
901
|
+
static createScalar2(value: short): Vector512_1<CLROf<short>>;
|
|
902
|
+
static createScalar2(value: int): Vector512_1<CLROf<int>>;
|
|
903
|
+
static createScalar2(value: long): Vector512_1<CLROf<long>>;
|
|
904
|
+
static createScalar2(value: nint): Vector512_1<CLROf<nint>>;
|
|
905
|
+
static createScalar2(value: sbyte): Vector512_1<CLROf<sbyte>>;
|
|
906
|
+
static createScalar2(value: float): Vector512_1<CLROf<float>>;
|
|
907
|
+
static createScalar2(value: ushort): Vector512_1<CLROf<ushort>>;
|
|
908
|
+
static createScalar2(value: uint): Vector512_1<CLROf<uint>>;
|
|
909
|
+
static createScalar2(value: ulong): Vector512_1<CLROf<ulong>>;
|
|
910
|
+
static createScalar2(value: nuint): Vector512_1<CLROf<nuint>>;
|
|
911
|
+
static createScalar2<T>(value: T): Vector512_1<T>;
|
|
912
|
+
static createScalarUnsafe2(value: byte): Vector512_1<CLROf<byte>>;
|
|
913
|
+
static createScalarUnsafe2(value: double): Vector512_1<CLROf<double>>;
|
|
914
|
+
static createScalarUnsafe2(value: short): Vector512_1<CLROf<short>>;
|
|
915
|
+
static createScalarUnsafe2(value: int): Vector512_1<CLROf<int>>;
|
|
916
|
+
static createScalarUnsafe2(value: long): Vector512_1<CLROf<long>>;
|
|
917
|
+
static createScalarUnsafe2(value: nint): Vector512_1<CLROf<nint>>;
|
|
918
|
+
static createScalarUnsafe2(value: sbyte): Vector512_1<CLROf<sbyte>>;
|
|
919
|
+
static createScalarUnsafe2(value: float): Vector512_1<CLROf<float>>;
|
|
920
|
+
static createScalarUnsafe2(value: ushort): Vector512_1<CLROf<ushort>>;
|
|
921
|
+
static createScalarUnsafe2(value: uint): Vector512_1<CLROf<uint>>;
|
|
922
|
+
static createScalarUnsafe2(value: ulong): Vector512_1<CLROf<ulong>>;
|
|
923
|
+
static createScalarUnsafe2(value: nuint): Vector512_1<CLROf<nuint>>;
|
|
924
|
+
static createScalarUnsafe2<T>(value: T): Vector512_1<T>;
|
|
925
|
+
static createSequence<T>(start: T, step: T): Vector512_1<T>;
|
|
926
|
+
static degreesToRadians(degrees: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
927
|
+
static degreesToRadians(degrees: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
928
|
+
static divide2<T>(left: Vector512_1<T>, right: T): Vector512_1<T>;
|
|
929
|
+
static divide2<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
930
|
+
static dot<T>(left: Vector512_1<T>, right: Vector512_1<T>): T;
|
|
931
|
+
static equals<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
932
|
+
static equalsAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
933
|
+
static equalsAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
934
|
+
static exp(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
935
|
+
static exp(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
936
|
+
static extractMostSignificantBits<T>(vector: Vector512_1<T>): ulong;
|
|
937
|
+
static floor2(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
938
|
+
static floor2(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
939
|
+
static fusedMultiplyAdd(left: Vector512_1<CLROf<double>>, right: Vector512_1<CLROf<double>>, addend: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
940
|
+
static fusedMultiplyAdd(left: Vector512_1<CLROf<float>>, right: Vector512_1<CLROf<float>>, addend: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
933
941
|
static get_E<T extends IFloatingPointConstants_1<T>>(): Vector512_1<T>;
|
|
934
942
|
static get_Epsilon<T extends IFloatingPointIeee754_1<T>>(): Vector512_1<T>;
|
|
935
943
|
static get_NaN<T extends IFloatingPointIeee754_1<T>>(): Vector512_1<T>;
|
|
@@ -939,297 +947,297 @@ export abstract class Vector512$instance {
|
|
|
939
947
|
static get_Pi<T extends IFloatingPointConstants_1<T>>(): Vector512_1<T>;
|
|
940
948
|
static get_PositiveInfinity<T extends IFloatingPointIeee754_1<T>>(): Vector512_1<T>;
|
|
941
949
|
static get_Tau<T extends IFloatingPointConstants_1<T>>(): Vector512_1<T>;
|
|
942
|
-
static
|
|
943
|
-
static
|
|
944
|
-
static
|
|
945
|
-
static
|
|
946
|
-
static
|
|
947
|
-
static
|
|
948
|
-
static
|
|
949
|
-
static
|
|
950
|
-
static
|
|
951
|
-
static
|
|
952
|
-
static
|
|
953
|
-
static
|
|
954
|
-
static
|
|
955
|
-
static
|
|
956
|
-
static
|
|
957
|
-
static
|
|
958
|
-
static
|
|
959
|
-
static
|
|
960
|
-
static
|
|
961
|
-
static
|
|
962
|
-
static
|
|
963
|
-
static
|
|
964
|
-
static
|
|
965
|
-
static
|
|
966
|
-
static
|
|
967
|
-
static
|
|
968
|
-
static
|
|
969
|
-
static
|
|
970
|
-
static
|
|
971
|
-
static
|
|
972
|
-
static
|
|
973
|
-
static
|
|
974
|
-
static
|
|
975
|
-
static
|
|
976
|
-
static
|
|
977
|
-
static
|
|
978
|
-
static
|
|
979
|
-
static
|
|
980
|
-
static
|
|
981
|
-
static
|
|
982
|
-
static
|
|
983
|
-
static
|
|
984
|
-
static
|
|
985
|
-
static
|
|
986
|
-
static
|
|
987
|
-
static
|
|
988
|
-
static
|
|
989
|
-
static
|
|
990
|
-
static
|
|
991
|
-
static
|
|
992
|
-
static
|
|
993
|
-
static
|
|
994
|
-
static
|
|
995
|
-
static
|
|
996
|
-
static
|
|
997
|
-
static
|
|
998
|
-
static
|
|
999
|
-
static
|
|
1000
|
-
static
|
|
1001
|
-
static
|
|
1002
|
-
static
|
|
1003
|
-
static
|
|
1004
|
-
static
|
|
1005
|
-
static
|
|
1006
|
-
static
|
|
1007
|
-
static
|
|
1008
|
-
static
|
|
1009
|
-
static
|
|
1010
|
-
static
|
|
1011
|
-
static
|
|
1012
|
-
static
|
|
1013
|
-
static
|
|
1014
|
-
static
|
|
1015
|
-
static
|
|
1016
|
-
static
|
|
1017
|
-
static
|
|
1018
|
-
static
|
|
1019
|
-
static
|
|
1020
|
-
static
|
|
1021
|
-
static
|
|
1022
|
-
static
|
|
1023
|
-
static
|
|
1024
|
-
static
|
|
1025
|
-
static
|
|
1026
|
-
static
|
|
1027
|
-
static
|
|
1028
|
-
static
|
|
1029
|
-
static
|
|
1030
|
-
static
|
|
1031
|
-
static
|
|
1032
|
-
static
|
|
1033
|
-
static
|
|
1034
|
-
static
|
|
1035
|
-
static
|
|
1036
|
-
static
|
|
1037
|
-
static
|
|
1038
|
-
static
|
|
1039
|
-
static
|
|
1040
|
-
static
|
|
1041
|
-
static
|
|
1042
|
-
static
|
|
1043
|
-
static
|
|
1044
|
-
static
|
|
1045
|
-
static
|
|
1046
|
-
static
|
|
1047
|
-
static
|
|
1048
|
-
static
|
|
1049
|
-
static
|
|
1050
|
-
static
|
|
1051
|
-
static
|
|
1052
|
-
static
|
|
1053
|
-
static
|
|
1054
|
-
static
|
|
1055
|
-
static
|
|
1056
|
-
static
|
|
1057
|
-
static
|
|
1058
|
-
static
|
|
1059
|
-
static
|
|
1060
|
-
static
|
|
1061
|
-
static
|
|
1062
|
-
static
|
|
1063
|
-
static
|
|
1064
|
-
static
|
|
1065
|
-
static
|
|
1066
|
-
static
|
|
1067
|
-
static
|
|
1068
|
-
static
|
|
1069
|
-
static
|
|
1070
|
-
static
|
|
1071
|
-
static
|
|
1072
|
-
static
|
|
1073
|
-
static
|
|
1074
|
-
static
|
|
1075
|
-
static
|
|
1076
|
-
static
|
|
1077
|
-
static
|
|
1078
|
-
static
|
|
1079
|
-
static
|
|
1080
|
-
static
|
|
1081
|
-
static
|
|
1082
|
-
static
|
|
1083
|
-
static
|
|
1084
|
-
static
|
|
1085
|
-
static
|
|
1086
|
-
static
|
|
1087
|
-
static
|
|
1088
|
-
static
|
|
1089
|
-
static
|
|
1090
|
-
static
|
|
1091
|
-
static
|
|
1092
|
-
static
|
|
1093
|
-
static
|
|
1094
|
-
static
|
|
1095
|
-
static
|
|
1096
|
-
static
|
|
1097
|
-
static
|
|
1098
|
-
static
|
|
1099
|
-
static
|
|
1100
|
-
static
|
|
1101
|
-
static
|
|
1102
|
-
static
|
|
1103
|
-
static
|
|
1104
|
-
static
|
|
1105
|
-
static
|
|
1106
|
-
static
|
|
1107
|
-
static
|
|
1108
|
-
static
|
|
1109
|
-
static
|
|
1110
|
-
static
|
|
1111
|
-
static
|
|
1112
|
-
static
|
|
950
|
+
static getElement<T>(vector: Vector512_1<T>, index: int): T;
|
|
951
|
+
static getLower<T>(vector: Vector512_1<T>): Vector256_1<T>;
|
|
952
|
+
static getUpper<T>(vector: Vector512_1<T>): Vector256_1<T>;
|
|
953
|
+
static greaterThan<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
954
|
+
static greaterThanAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
955
|
+
static greaterThanAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
956
|
+
static greaterThanOrEqual<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
957
|
+
static greaterThanOrEqualAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
958
|
+
static greaterThanOrEqualAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
959
|
+
static hypot(x: Vector512_1<CLROf<double>>, y: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
960
|
+
static hypot(x: Vector512_1<CLROf<float>>, y: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
961
|
+
static indexOf<T>(vector: Vector512_1<T>, value: T): int;
|
|
962
|
+
static indexOfWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
|
|
963
|
+
static isEvenInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
964
|
+
static isFinite<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
965
|
+
static isInfinity<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
966
|
+
static isInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
967
|
+
static isNaN<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
968
|
+
static isNegative<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
969
|
+
static isNegativeInfinity<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
970
|
+
static isNormal<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
971
|
+
static isOddInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
972
|
+
static isPositive<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
973
|
+
static isPositiveInfinity<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
974
|
+
static isSubnormal<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
975
|
+
static isZero<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
976
|
+
static lastIndexOf<T>(vector: Vector512_1<T>, value: T): int;
|
|
977
|
+
static lastIndexOfWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
|
|
978
|
+
static lerp(x: Vector512_1<CLROf<double>>, y: Vector512_1<CLROf<double>>, amount: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
979
|
+
static lerp(x: Vector512_1<CLROf<float>>, y: Vector512_1<CLROf<float>>, amount: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
980
|
+
static lessThan<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
981
|
+
static lessThanAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
982
|
+
static lessThanAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
983
|
+
static lessThanOrEqual<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
984
|
+
static lessThanOrEqualAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
985
|
+
static lessThanOrEqualAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
986
|
+
static load<T>(source: ptr<T>): Vector512_1<T>;
|
|
987
|
+
static loadAligned<T>(source: ptr<T>): Vector512_1<T>;
|
|
988
|
+
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector512_1<T>;
|
|
989
|
+
static loadUnsafe2<T>(source: { value: ref<T> }, elementOffset: nuint): Vector512_1<T>;
|
|
990
|
+
static loadUnsafe2<T>(source: { value: ref<T> }): Vector512_1<T>;
|
|
991
|
+
static log(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
992
|
+
static log(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
993
|
+
static log22(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
994
|
+
static log22(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
995
|
+
static max<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
996
|
+
static maxMagnitude<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
997
|
+
static maxMagnitudeNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
998
|
+
static maxNative<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
999
|
+
static maxNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1000
|
+
static min<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1001
|
+
static minMagnitude<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1002
|
+
static minMagnitudeNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1003
|
+
static minNative<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1004
|
+
static minNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1005
|
+
static multiply3<T>(left: T, right: Vector512_1<T>): Vector512_1<T>;
|
|
1006
|
+
static multiply3<T>(left: Vector512_1<T>, right: T): Vector512_1<T>;
|
|
1007
|
+
static multiply3<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1008
|
+
static multiplyAddEstimate(left: Vector512_1<CLROf<double>>, right: Vector512_1<CLROf<double>>, addend: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
1009
|
+
static multiplyAddEstimate(left: Vector512_1<CLROf<float>>, right: Vector512_1<CLROf<float>>, addend: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
1010
|
+
static narrow(lower: Vector512_1<CLROf<double>>, upper: Vector512_1<CLROf<double>>): Vector512_1<CLROf<float>>;
|
|
1011
|
+
static narrow(lower: Vector512_1<CLROf<short>>, upper: Vector512_1<CLROf<short>>): Vector512_1<CLROf<sbyte>>;
|
|
1012
|
+
static narrow(lower: Vector512_1<CLROf<int>>, upper: Vector512_1<CLROf<int>>): Vector512_1<CLROf<short>>;
|
|
1013
|
+
static narrow(lower: Vector512_1<CLROf<long>>, upper: Vector512_1<CLROf<long>>): Vector512_1<CLROf<int>>;
|
|
1014
|
+
static narrow(lower: Vector512_1<CLROf<ushort>>, upper: Vector512_1<CLROf<ushort>>): Vector512_1<CLROf<byte>>;
|
|
1015
|
+
static narrow(lower: Vector512_1<CLROf<uint>>, upper: Vector512_1<CLROf<uint>>): Vector512_1<CLROf<ushort>>;
|
|
1016
|
+
static narrow(lower: Vector512_1<CLROf<ulong>>, upper: Vector512_1<CLROf<ulong>>): Vector512_1<CLROf<uint>>;
|
|
1017
|
+
static narrowWithSaturation(lower: Vector512_1<CLROf<double>>, upper: Vector512_1<CLROf<double>>): Vector512_1<CLROf<float>>;
|
|
1018
|
+
static narrowWithSaturation(lower: Vector512_1<CLROf<short>>, upper: Vector512_1<CLROf<short>>): Vector512_1<CLROf<sbyte>>;
|
|
1019
|
+
static narrowWithSaturation(lower: Vector512_1<CLROf<int>>, upper: Vector512_1<CLROf<int>>): Vector512_1<CLROf<short>>;
|
|
1020
|
+
static narrowWithSaturation(lower: Vector512_1<CLROf<long>>, upper: Vector512_1<CLROf<long>>): Vector512_1<CLROf<int>>;
|
|
1021
|
+
static narrowWithSaturation(lower: Vector512_1<CLROf<ushort>>, upper: Vector512_1<CLROf<ushort>>): Vector512_1<CLROf<byte>>;
|
|
1022
|
+
static narrowWithSaturation(lower: Vector512_1<CLROf<uint>>, upper: Vector512_1<CLROf<uint>>): Vector512_1<CLROf<ushort>>;
|
|
1023
|
+
static narrowWithSaturation(lower: Vector512_1<CLROf<ulong>>, upper: Vector512_1<CLROf<ulong>>): Vector512_1<CLROf<uint>>;
|
|
1024
|
+
static negate<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1025
|
+
static none<T>(vector: Vector512_1<T>, value: T): boolean;
|
|
1026
|
+
static noneWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
|
|
1027
|
+
static onesComplement<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1028
|
+
static radiansToDegrees(radians: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
1029
|
+
static radiansToDegrees(radians: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
1030
|
+
static round3(vector: Vector512_1<CLROf<double>>, mode: MidpointRounding): Vector512_1<CLROf<double>>;
|
|
1031
|
+
static round3(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
1032
|
+
static round3(vector: Vector512_1<CLROf<float>>, mode: MidpointRounding): Vector512_1<CLROf<float>>;
|
|
1033
|
+
static round3(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
1034
|
+
static shiftLeft(vector: Vector512_1<CLROf<byte>>, shiftCount: int): Vector512_1<CLROf<byte>>;
|
|
1035
|
+
static shiftLeft(vector: Vector512_1<CLROf<short>>, shiftCount: int): Vector512_1<CLROf<short>>;
|
|
1036
|
+
static shiftLeft(vector: Vector512_1<CLROf<int>>, shiftCount: int): Vector512_1<CLROf<int>>;
|
|
1037
|
+
static shiftLeft(vector: Vector512_1<CLROf<long>>, shiftCount: int): Vector512_1<CLROf<long>>;
|
|
1038
|
+
static shiftLeft(vector: Vector512_1<CLROf<nint>>, shiftCount: int): Vector512_1<CLROf<nint>>;
|
|
1039
|
+
static shiftLeft(vector: Vector512_1<CLROf<sbyte>>, shiftCount: int): Vector512_1<CLROf<sbyte>>;
|
|
1040
|
+
static shiftLeft(vector: Vector512_1<CLROf<ushort>>, shiftCount: int): Vector512_1<CLROf<ushort>>;
|
|
1041
|
+
static shiftLeft(vector: Vector512_1<CLROf<uint>>, shiftCount: int): Vector512_1<CLROf<uint>>;
|
|
1042
|
+
static shiftLeft(vector: Vector512_1<CLROf<ulong>>, shiftCount: int): Vector512_1<CLROf<ulong>>;
|
|
1043
|
+
static shiftLeft(vector: Vector512_1<CLROf<nuint>>, shiftCount: int): Vector512_1<CLROf<nuint>>;
|
|
1044
|
+
static shiftRightArithmetic(vector: Vector512_1<CLROf<short>>, shiftCount: int): Vector512_1<CLROf<short>>;
|
|
1045
|
+
static shiftRightArithmetic(vector: Vector512_1<CLROf<int>>, shiftCount: int): Vector512_1<CLROf<int>>;
|
|
1046
|
+
static shiftRightArithmetic(vector: Vector512_1<CLROf<long>>, shiftCount: int): Vector512_1<CLROf<long>>;
|
|
1047
|
+
static shiftRightArithmetic(vector: Vector512_1<CLROf<nint>>, shiftCount: int): Vector512_1<CLROf<nint>>;
|
|
1048
|
+
static shiftRightArithmetic(vector: Vector512_1<CLROf<sbyte>>, shiftCount: int): Vector512_1<CLROf<sbyte>>;
|
|
1049
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<byte>>, shiftCount: int): Vector512_1<CLROf<byte>>;
|
|
1050
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<short>>, shiftCount: int): Vector512_1<CLROf<short>>;
|
|
1051
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<int>>, shiftCount: int): Vector512_1<CLROf<int>>;
|
|
1052
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<long>>, shiftCount: int): Vector512_1<CLROf<long>>;
|
|
1053
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<nint>>, shiftCount: int): Vector512_1<CLROf<nint>>;
|
|
1054
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<sbyte>>, shiftCount: int): Vector512_1<CLROf<sbyte>>;
|
|
1055
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<ushort>>, shiftCount: int): Vector512_1<CLROf<ushort>>;
|
|
1056
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<uint>>, shiftCount: int): Vector512_1<CLROf<uint>>;
|
|
1057
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<ulong>>, shiftCount: int): Vector512_1<CLROf<ulong>>;
|
|
1058
|
+
static shiftRightLogical(vector: Vector512_1<CLROf<nuint>>, shiftCount: int): Vector512_1<CLROf<nuint>>;
|
|
1059
|
+
static shuffle(vector: Vector512_1<CLROf<byte>>, indices: Vector512_1<CLROf<byte>>): Vector512_1<CLROf<byte>>;
|
|
1060
|
+
static shuffle(vector: Vector512_1<CLROf<double>>, indices: Vector512_1<CLROf<long>>): Vector512_1<CLROf<double>>;
|
|
1061
|
+
static shuffle(vector: Vector512_1<CLROf<short>>, indices: Vector512_1<CLROf<short>>): Vector512_1<CLROf<short>>;
|
|
1062
|
+
static shuffle(vector: Vector512_1<CLROf<int>>, indices: Vector512_1<CLROf<int>>): Vector512_1<CLROf<int>>;
|
|
1063
|
+
static shuffle(vector: Vector512_1<CLROf<long>>, indices: Vector512_1<CLROf<long>>): Vector512_1<CLROf<long>>;
|
|
1064
|
+
static shuffle(vector: Vector512_1<CLROf<sbyte>>, indices: Vector512_1<CLROf<sbyte>>): Vector512_1<CLROf<sbyte>>;
|
|
1065
|
+
static shuffle(vector: Vector512_1<CLROf<float>>, indices: Vector512_1<CLROf<int>>): Vector512_1<CLROf<float>>;
|
|
1066
|
+
static shuffle(vector: Vector512_1<CLROf<ushort>>, indices: Vector512_1<CLROf<ushort>>): Vector512_1<CLROf<ushort>>;
|
|
1067
|
+
static shuffle(vector: Vector512_1<CLROf<uint>>, indices: Vector512_1<CLROf<uint>>): Vector512_1<CLROf<uint>>;
|
|
1068
|
+
static shuffle(vector: Vector512_1<CLROf<ulong>>, indices: Vector512_1<CLROf<ulong>>): Vector512_1<CLROf<ulong>>;
|
|
1069
|
+
static shuffleNative(vector: Vector512_1<CLROf<byte>>, indices: Vector512_1<CLROf<byte>>): Vector512_1<CLROf<byte>>;
|
|
1070
|
+
static shuffleNative(vector: Vector512_1<CLROf<double>>, indices: Vector512_1<CLROf<long>>): Vector512_1<CLROf<double>>;
|
|
1071
|
+
static shuffleNative(vector: Vector512_1<CLROf<short>>, indices: Vector512_1<CLROf<short>>): Vector512_1<CLROf<short>>;
|
|
1072
|
+
static shuffleNative(vector: Vector512_1<CLROf<int>>, indices: Vector512_1<CLROf<int>>): Vector512_1<CLROf<int>>;
|
|
1073
|
+
static shuffleNative(vector: Vector512_1<CLROf<long>>, indices: Vector512_1<CLROf<long>>): Vector512_1<CLROf<long>>;
|
|
1074
|
+
static shuffleNative(vector: Vector512_1<CLROf<sbyte>>, indices: Vector512_1<CLROf<sbyte>>): Vector512_1<CLROf<sbyte>>;
|
|
1075
|
+
static shuffleNative(vector: Vector512_1<CLROf<float>>, indices: Vector512_1<CLROf<int>>): Vector512_1<CLROf<float>>;
|
|
1076
|
+
static shuffleNative(vector: Vector512_1<CLROf<ushort>>, indices: Vector512_1<CLROf<ushort>>): Vector512_1<CLROf<ushort>>;
|
|
1077
|
+
static shuffleNative(vector: Vector512_1<CLROf<uint>>, indices: Vector512_1<CLROf<uint>>): Vector512_1<CLROf<uint>>;
|
|
1078
|
+
static shuffleNative(vector: Vector512_1<CLROf<ulong>>, indices: Vector512_1<CLROf<ulong>>): Vector512_1<CLROf<ulong>>;
|
|
1079
|
+
static sin(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
1080
|
+
static sin(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
1081
|
+
static sinCos(vector: Vector512_1<CLROf<double>>): ValueTuple_2<Vector512_1<CLROf<double>>, Vector512_1<CLROf<double>>>;
|
|
1082
|
+
static sinCos(vector: Vector512_1<CLROf<float>>): ValueTuple_2<Vector512_1<CLROf<float>>, Vector512_1<CLROf<float>>>;
|
|
1083
|
+
static sqrt<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1084
|
+
static store<T>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1085
|
+
static storeAligned<T>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1086
|
+
static storeAlignedNonTemporal<T>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1087
|
+
static storeUnsafe2<T>(source: Vector512_1<T>, destination: { value: ref<T> }, elementOffset: nuint): void;
|
|
1088
|
+
static storeUnsafe2<T>(source: Vector512_1<T>, destination: { value: ref<T> }): void;
|
|
1089
|
+
static subtract<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1090
|
+
static subtractSaturate<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1091
|
+
static sum<T>(vector: Vector512_1<T>): T;
|
|
1092
|
+
static toScalar<T>(vector: Vector512_1<T>): T;
|
|
1093
|
+
static truncate(vector: Vector512_1<CLROf<double>>): Vector512_1<CLROf<double>>;
|
|
1094
|
+
static truncate(vector: Vector512_1<CLROf<float>>): Vector512_1<CLROf<float>>;
|
|
1095
|
+
static tryCopyTo<T>(vector: Vector512_1<T>, destination: Span_1<T>): boolean;
|
|
1096
|
+
static widen(source: Vector512_1<CLROf<byte>>): ValueTuple_2<Vector512_1<CLROf<ushort>>, Vector512_1<CLROf<ushort>>>;
|
|
1097
|
+
static widen(source: Vector512_1<CLROf<short>>): ValueTuple_2<Vector512_1<CLROf<int>>, Vector512_1<CLROf<int>>>;
|
|
1098
|
+
static widen(source: Vector512_1<CLROf<int>>): ValueTuple_2<Vector512_1<CLROf<long>>, Vector512_1<CLROf<long>>>;
|
|
1099
|
+
static widen(source: Vector512_1<CLROf<sbyte>>): ValueTuple_2<Vector512_1<CLROf<short>>, Vector512_1<CLROf<short>>>;
|
|
1100
|
+
static widen(source: Vector512_1<CLROf<float>>): ValueTuple_2<Vector512_1<CLROf<double>>, Vector512_1<CLROf<double>>>;
|
|
1101
|
+
static widen(source: Vector512_1<CLROf<ushort>>): ValueTuple_2<Vector512_1<CLROf<uint>>, Vector512_1<CLROf<uint>>>;
|
|
1102
|
+
static widen(source: Vector512_1<CLROf<uint>>): ValueTuple_2<Vector512_1<CLROf<ulong>>, Vector512_1<CLROf<ulong>>>;
|
|
1103
|
+
static widenLower(source: Vector512_1<CLROf<byte>>): Vector512_1<CLROf<ushort>>;
|
|
1104
|
+
static widenLower(source: Vector512_1<CLROf<short>>): Vector512_1<CLROf<int>>;
|
|
1105
|
+
static widenLower(source: Vector512_1<CLROf<int>>): Vector512_1<CLROf<long>>;
|
|
1106
|
+
static widenLower(source: Vector512_1<CLROf<sbyte>>): Vector512_1<CLROf<short>>;
|
|
1107
|
+
static widenLower(source: Vector512_1<CLROf<float>>): Vector512_1<CLROf<double>>;
|
|
1108
|
+
static widenLower(source: Vector512_1<CLROf<ushort>>): Vector512_1<CLROf<uint>>;
|
|
1109
|
+
static widenLower(source: Vector512_1<CLROf<uint>>): Vector512_1<CLROf<ulong>>;
|
|
1110
|
+
static widenUpper(source: Vector512_1<CLROf<byte>>): Vector512_1<CLROf<ushort>>;
|
|
1111
|
+
static widenUpper(source: Vector512_1<CLROf<short>>): Vector512_1<CLROf<int>>;
|
|
1112
|
+
static widenUpper(source: Vector512_1<CLROf<int>>): Vector512_1<CLROf<long>>;
|
|
1113
|
+
static widenUpper(source: Vector512_1<CLROf<sbyte>>): Vector512_1<CLROf<short>>;
|
|
1114
|
+
static widenUpper(source: Vector512_1<CLROf<float>>): Vector512_1<CLROf<double>>;
|
|
1115
|
+
static widenUpper(source: Vector512_1<CLROf<ushort>>): Vector512_1<CLROf<uint>>;
|
|
1116
|
+
static widenUpper(source: Vector512_1<CLROf<uint>>): Vector512_1<CLROf<ulong>>;
|
|
1117
|
+
static withElement<T>(vector: Vector512_1<T>, index: int, value: T): Vector512_1<T>;
|
|
1118
|
+
static withLower<T>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
|
|
1119
|
+
static withUpper<T>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
|
|
1120
|
+
static xor<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1113
1121
|
}
|
|
1114
1122
|
|
|
1115
1123
|
|
|
1116
1124
|
export type Vector512 = Vector512$instance;
|
|
1117
1125
|
|
|
1118
1126
|
export abstract class Vector64$instance {
|
|
1119
|
-
static readonly
|
|
1120
|
-
static
|
|
1121
|
-
static
|
|
1122
|
-
static
|
|
1123
|
-
static
|
|
1124
|
-
static
|
|
1125
|
-
static
|
|
1126
|
-
static
|
|
1127
|
-
static
|
|
1128
|
-
static
|
|
1129
|
-
static
|
|
1130
|
-
static
|
|
1131
|
-
static
|
|
1132
|
-
static
|
|
1133
|
-
static
|
|
1134
|
-
static
|
|
1135
|
-
static
|
|
1136
|
-
static
|
|
1137
|
-
static
|
|
1138
|
-
static
|
|
1139
|
-
static
|
|
1140
|
-
static
|
|
1141
|
-
static
|
|
1142
|
-
static
|
|
1143
|
-
static
|
|
1144
|
-
static
|
|
1145
|
-
static
|
|
1146
|
-
static
|
|
1147
|
-
static
|
|
1148
|
-
static
|
|
1149
|
-
static
|
|
1150
|
-
static
|
|
1151
|
-
static
|
|
1152
|
-
static
|
|
1153
|
-
static
|
|
1154
|
-
static
|
|
1155
|
-
static
|
|
1156
|
-
static
|
|
1157
|
-
static
|
|
1158
|
-
static
|
|
1159
|
-
static
|
|
1160
|
-
static
|
|
1161
|
-
static
|
|
1162
|
-
static
|
|
1163
|
-
static
|
|
1164
|
-
static
|
|
1165
|
-
static
|
|
1166
|
-
static
|
|
1167
|
-
static
|
|
1168
|
-
static
|
|
1169
|
-
static
|
|
1170
|
-
static
|
|
1171
|
-
static
|
|
1172
|
-
static
|
|
1173
|
-
static
|
|
1174
|
-
static
|
|
1175
|
-
static
|
|
1176
|
-
static
|
|
1177
|
-
static
|
|
1178
|
-
static
|
|
1179
|
-
static
|
|
1180
|
-
static
|
|
1181
|
-
static
|
|
1182
|
-
static
|
|
1183
|
-
static
|
|
1184
|
-
static
|
|
1185
|
-
static
|
|
1186
|
-
static
|
|
1187
|
-
static
|
|
1188
|
-
static
|
|
1189
|
-
static
|
|
1190
|
-
static
|
|
1191
|
-
static
|
|
1192
|
-
static
|
|
1193
|
-
static
|
|
1194
|
-
static
|
|
1195
|
-
static
|
|
1196
|
-
static
|
|
1197
|
-
static
|
|
1198
|
-
static
|
|
1199
|
-
static
|
|
1200
|
-
static
|
|
1201
|
-
static
|
|
1202
|
-
static
|
|
1203
|
-
static
|
|
1204
|
-
static
|
|
1205
|
-
static
|
|
1206
|
-
static
|
|
1207
|
-
static
|
|
1208
|
-
static
|
|
1209
|
-
static
|
|
1210
|
-
static
|
|
1211
|
-
static
|
|
1212
|
-
static
|
|
1213
|
-
static
|
|
1214
|
-
static
|
|
1215
|
-
static
|
|
1216
|
-
static
|
|
1217
|
-
static
|
|
1218
|
-
static
|
|
1219
|
-
static
|
|
1220
|
-
static
|
|
1221
|
-
static
|
|
1222
|
-
static
|
|
1223
|
-
static
|
|
1224
|
-
static
|
|
1225
|
-
static
|
|
1226
|
-
static
|
|
1227
|
-
static
|
|
1228
|
-
static
|
|
1229
|
-
static
|
|
1230
|
-
static
|
|
1231
|
-
static
|
|
1232
|
-
static
|
|
1127
|
+
static readonly isHardwareAccelerated: boolean;
|
|
1128
|
+
static abs<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1129
|
+
static add<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1130
|
+
static addSaturate<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1131
|
+
static all<T>(vector: Vector64_1<T>, value: T): boolean;
|
|
1132
|
+
static allWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
|
|
1133
|
+
static andNot<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1134
|
+
static any_<T>(vector: Vector64_1<T>, value: T): boolean;
|
|
1135
|
+
static anyWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
|
|
1136
|
+
static as_<TFrom, TTo>(vector: Vector64_1<TFrom>): Vector64_1<TTo>;
|
|
1137
|
+
static asByte<T>(vector: Vector64_1<T>): Vector64_1<CLROf<byte>>;
|
|
1138
|
+
static asDouble<T>(vector: Vector64_1<T>): Vector64_1<CLROf<double>>;
|
|
1139
|
+
static asInt16<T>(vector: Vector64_1<T>): Vector64_1<CLROf<short>>;
|
|
1140
|
+
static asInt32<T>(vector: Vector64_1<T>): Vector64_1<CLROf<int>>;
|
|
1141
|
+
static asInt64<T>(vector: Vector64_1<T>): Vector64_1<CLROf<long>>;
|
|
1142
|
+
static asNInt<T>(vector: Vector64_1<T>): Vector64_1<CLROf<nint>>;
|
|
1143
|
+
static asNUInt<T>(vector: Vector64_1<T>): Vector64_1<CLROf<nuint>>;
|
|
1144
|
+
static asSByte<T>(vector: Vector64_1<T>): Vector64_1<CLROf<sbyte>>;
|
|
1145
|
+
static asSingle<T>(vector: Vector64_1<T>): Vector64_1<CLROf<float>>;
|
|
1146
|
+
static asUInt16<T>(vector: Vector64_1<T>): Vector64_1<CLROf<ushort>>;
|
|
1147
|
+
static asUInt32<T>(vector: Vector64_1<T>): Vector64_1<CLROf<uint>>;
|
|
1148
|
+
static asUInt64<T>(vector: Vector64_1<T>): Vector64_1<CLROf<ulong>>;
|
|
1149
|
+
static bitwiseAnd<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1150
|
+
static bitwiseOr<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1151
|
+
static ceiling2(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1152
|
+
static ceiling2(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1153
|
+
static clamp<T>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
|
|
1154
|
+
static clampNative<T>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
|
|
1155
|
+
static conditionalSelect<T>(condition: Vector64_1<T>, left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1156
|
+
static convertToDouble(vector: Vector64_1<CLROf<long>>): Vector64_1<CLROf<double>>;
|
|
1157
|
+
static convertToDouble(vector: Vector64_1<CLROf<ulong>>): Vector64_1<CLROf<double>>;
|
|
1158
|
+
static convertToInt32(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<int>>;
|
|
1159
|
+
static convertToInt32Native(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<int>>;
|
|
1160
|
+
static convertToInt64(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<long>>;
|
|
1161
|
+
static convertToInt64Native(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<long>>;
|
|
1162
|
+
static convertToSingle(vector: Vector64_1<CLROf<int>>): Vector64_1<CLROf<float>>;
|
|
1163
|
+
static convertToSingle(vector: Vector64_1<CLROf<uint>>): Vector64_1<CLROf<float>>;
|
|
1164
|
+
static convertToUInt32(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<uint>>;
|
|
1165
|
+
static convertToUInt32Native(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<uint>>;
|
|
1166
|
+
static convertToUInt64(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<ulong>>;
|
|
1167
|
+
static convertToUInt64Native(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<ulong>>;
|
|
1168
|
+
static copySign<T>(value: Vector64_1<T>, sign: Vector64_1<T>): Vector64_1<T>;
|
|
1169
|
+
static copyTo3<T>(vector: Vector64_1<T>, destination: Span_1<T>): void;
|
|
1170
|
+
static copyTo3<T>(vector: Vector64_1<T>, destination: T[], startIndex: int): void;
|
|
1171
|
+
static copyTo3<T>(vector: Vector64_1<T>, destination: T[]): void;
|
|
1172
|
+
static cos(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1173
|
+
static cos(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1174
|
+
static count<T>(vector: Vector64_1<T>, value: T): int;
|
|
1175
|
+
static countWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
|
|
1176
|
+
static create16<T>(values: ReadOnlySpan_1<T>): Vector64_1<T>;
|
|
1177
|
+
static create16(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte): Vector64_1<CLROf<byte>>;
|
|
1178
|
+
static create16(value: byte): Vector64_1<CLROf<byte>>;
|
|
1179
|
+
static create16(value: double): Vector64_1<CLROf<double>>;
|
|
1180
|
+
static create16(e0: short, e1: short, e2: short, e3: short): Vector64_1<CLROf<short>>;
|
|
1181
|
+
static create16(value: short): Vector64_1<CLROf<short>>;
|
|
1182
|
+
static create16(e0: int, e1: int): Vector64_1<CLROf<int>>;
|
|
1183
|
+
static create16(value: int): Vector64_1<CLROf<int>>;
|
|
1184
|
+
static create16(value: long): Vector64_1<CLROf<long>>;
|
|
1185
|
+
static create16(value: nint): Vector64_1<CLROf<nint>>;
|
|
1186
|
+
static create16(e0: sbyte, e1: sbyte, e2: sbyte, e3: sbyte, e4: sbyte, e5: sbyte, e6: sbyte, e7: sbyte): Vector64_1<CLROf<sbyte>>;
|
|
1187
|
+
static create16(value: sbyte): Vector64_1<CLROf<sbyte>>;
|
|
1188
|
+
static create16(e0: float, e1: float): Vector64_1<CLROf<float>>;
|
|
1189
|
+
static create16(value: float): Vector64_1<CLROf<float>>;
|
|
1190
|
+
static create16(e0: ushort, e1: ushort, e2: ushort, e3: ushort): Vector64_1<CLROf<ushort>>;
|
|
1191
|
+
static create16(value: ushort): Vector64_1<CLROf<ushort>>;
|
|
1192
|
+
static create16(e0: uint, e1: uint): Vector64_1<CLROf<uint>>;
|
|
1193
|
+
static create16(value: uint): Vector64_1<CLROf<uint>>;
|
|
1194
|
+
static create16(value: ulong): Vector64_1<CLROf<ulong>>;
|
|
1195
|
+
static create16(value: nuint): Vector64_1<CLROf<nuint>>;
|
|
1196
|
+
static create16<T>(value: T): Vector64_1<T>;
|
|
1197
|
+
static create16<T>(values: T[], index: int): Vector64_1<T>;
|
|
1198
|
+
static create16<T>(values: T[]): Vector64_1<T>;
|
|
1199
|
+
static createScalar2(value: byte): Vector64_1<CLROf<byte>>;
|
|
1200
|
+
static createScalar2(value: double): Vector64_1<CLROf<double>>;
|
|
1201
|
+
static createScalar2(value: short): Vector64_1<CLROf<short>>;
|
|
1202
|
+
static createScalar2(value: int): Vector64_1<CLROf<int>>;
|
|
1203
|
+
static createScalar2(value: long): Vector64_1<CLROf<long>>;
|
|
1204
|
+
static createScalar2(value: nint): Vector64_1<CLROf<nint>>;
|
|
1205
|
+
static createScalar2(value: sbyte): Vector64_1<CLROf<sbyte>>;
|
|
1206
|
+
static createScalar2(value: float): Vector64_1<CLROf<float>>;
|
|
1207
|
+
static createScalar2(value: ushort): Vector64_1<CLROf<ushort>>;
|
|
1208
|
+
static createScalar2(value: uint): Vector64_1<CLROf<uint>>;
|
|
1209
|
+
static createScalar2(value: ulong): Vector64_1<CLROf<ulong>>;
|
|
1210
|
+
static createScalar2(value: nuint): Vector64_1<CLROf<nuint>>;
|
|
1211
|
+
static createScalar2<T>(value: T): Vector64_1<T>;
|
|
1212
|
+
static createScalarUnsafe2(value: byte): Vector64_1<CLROf<byte>>;
|
|
1213
|
+
static createScalarUnsafe2(value: double): Vector64_1<CLROf<double>>;
|
|
1214
|
+
static createScalarUnsafe2(value: short): Vector64_1<CLROf<short>>;
|
|
1215
|
+
static createScalarUnsafe2(value: int): Vector64_1<CLROf<int>>;
|
|
1216
|
+
static createScalarUnsafe2(value: long): Vector64_1<CLROf<long>>;
|
|
1217
|
+
static createScalarUnsafe2(value: nint): Vector64_1<CLROf<nint>>;
|
|
1218
|
+
static createScalarUnsafe2(value: sbyte): Vector64_1<CLROf<sbyte>>;
|
|
1219
|
+
static createScalarUnsafe2(value: float): Vector64_1<CLROf<float>>;
|
|
1220
|
+
static createScalarUnsafe2(value: ushort): Vector64_1<CLROf<ushort>>;
|
|
1221
|
+
static createScalarUnsafe2(value: uint): Vector64_1<CLROf<uint>>;
|
|
1222
|
+
static createScalarUnsafe2(value: ulong): Vector64_1<CLROf<ulong>>;
|
|
1223
|
+
static createScalarUnsafe2(value: nuint): Vector64_1<CLROf<nuint>>;
|
|
1224
|
+
static createScalarUnsafe2<T>(value: T): Vector64_1<T>;
|
|
1225
|
+
static createSequence<T>(start: T, step: T): Vector64_1<T>;
|
|
1226
|
+
static degreesToRadians(degrees: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1227
|
+
static degreesToRadians(degrees: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1228
|
+
static divide2<T>(left: Vector64_1<T>, right: T): Vector64_1<T>;
|
|
1229
|
+
static divide2<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1230
|
+
static dot<T>(left: Vector64_1<T>, right: Vector64_1<T>): T;
|
|
1231
|
+
static equals<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1232
|
+
static equalsAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1233
|
+
static equalsAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1234
|
+
static exp(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1235
|
+
static exp(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1236
|
+
static extractMostSignificantBits<T>(vector: Vector64_1<T>): uint;
|
|
1237
|
+
static floor2(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1238
|
+
static floor2(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1239
|
+
static fusedMultiplyAdd(left: Vector64_1<CLROf<double>>, right: Vector64_1<CLROf<double>>, addend: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1240
|
+
static fusedMultiplyAdd(left: Vector64_1<CLROf<float>>, right: Vector64_1<CLROf<float>>, addend: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1233
1241
|
static get_E<T extends IFloatingPointConstants_1<T>>(): Vector64_1<T>;
|
|
1234
1242
|
static get_Epsilon<T extends IFloatingPointIeee754_1<T>>(): Vector64_1<T>;
|
|
1235
1243
|
static get_NaN<T extends IFloatingPointIeee754_1<T>>(): Vector64_1<T>;
|
|
@@ -1239,169 +1247,169 @@ export abstract class Vector64$instance {
|
|
|
1239
1247
|
static get_Pi<T extends IFloatingPointConstants_1<T>>(): Vector64_1<T>;
|
|
1240
1248
|
static get_PositiveInfinity<T extends IFloatingPointIeee754_1<T>>(): Vector64_1<T>;
|
|
1241
1249
|
static get_Tau<T extends IFloatingPointConstants_1<T>>(): Vector64_1<T>;
|
|
1242
|
-
static
|
|
1243
|
-
static
|
|
1244
|
-
static
|
|
1245
|
-
static
|
|
1246
|
-
static
|
|
1247
|
-
static
|
|
1248
|
-
static
|
|
1249
|
-
static
|
|
1250
|
-
static
|
|
1251
|
-
static
|
|
1252
|
-
static
|
|
1253
|
-
static
|
|
1254
|
-
static
|
|
1255
|
-
static
|
|
1256
|
-
static
|
|
1257
|
-
static
|
|
1258
|
-
static
|
|
1259
|
-
static
|
|
1260
|
-
static
|
|
1261
|
-
static
|
|
1262
|
-
static
|
|
1263
|
-
static
|
|
1264
|
-
static
|
|
1265
|
-
static
|
|
1266
|
-
static
|
|
1267
|
-
static
|
|
1268
|
-
static
|
|
1269
|
-
static
|
|
1270
|
-
static
|
|
1271
|
-
static
|
|
1272
|
-
static
|
|
1273
|
-
static
|
|
1274
|
-
static
|
|
1275
|
-
static
|
|
1276
|
-
static
|
|
1277
|
-
static
|
|
1278
|
-
static
|
|
1279
|
-
static
|
|
1280
|
-
static
|
|
1281
|
-
static
|
|
1282
|
-
static
|
|
1283
|
-
static
|
|
1284
|
-
static
|
|
1285
|
-
static
|
|
1286
|
-
static
|
|
1287
|
-
static
|
|
1288
|
-
static
|
|
1289
|
-
static
|
|
1290
|
-
static
|
|
1291
|
-
static
|
|
1292
|
-
static
|
|
1293
|
-
static
|
|
1294
|
-
static
|
|
1295
|
-
static
|
|
1296
|
-
static
|
|
1297
|
-
static
|
|
1298
|
-
static
|
|
1299
|
-
static
|
|
1300
|
-
static
|
|
1301
|
-
static
|
|
1302
|
-
static
|
|
1303
|
-
static
|
|
1304
|
-
static
|
|
1305
|
-
static
|
|
1306
|
-
static
|
|
1307
|
-
static
|
|
1308
|
-
static
|
|
1309
|
-
static
|
|
1310
|
-
static
|
|
1311
|
-
static
|
|
1312
|
-
static
|
|
1313
|
-
static
|
|
1314
|
-
static
|
|
1315
|
-
static
|
|
1316
|
-
static
|
|
1317
|
-
static
|
|
1318
|
-
static
|
|
1319
|
-
static
|
|
1320
|
-
static
|
|
1321
|
-
static
|
|
1322
|
-
static
|
|
1323
|
-
static
|
|
1324
|
-
static
|
|
1325
|
-
static
|
|
1326
|
-
static
|
|
1327
|
-
static
|
|
1328
|
-
static
|
|
1329
|
-
static
|
|
1330
|
-
static
|
|
1331
|
-
static
|
|
1332
|
-
static
|
|
1333
|
-
static
|
|
1334
|
-
static
|
|
1335
|
-
static
|
|
1336
|
-
static
|
|
1337
|
-
static
|
|
1338
|
-
static
|
|
1339
|
-
static
|
|
1340
|
-
static
|
|
1341
|
-
static
|
|
1342
|
-
static
|
|
1343
|
-
static
|
|
1344
|
-
static
|
|
1345
|
-
static
|
|
1346
|
-
static
|
|
1347
|
-
static
|
|
1348
|
-
static
|
|
1349
|
-
static
|
|
1350
|
-
static
|
|
1351
|
-
static
|
|
1352
|
-
static
|
|
1353
|
-
static
|
|
1354
|
-
static
|
|
1355
|
-
static
|
|
1356
|
-
static
|
|
1357
|
-
static
|
|
1358
|
-
static
|
|
1359
|
-
static
|
|
1360
|
-
static
|
|
1361
|
-
static
|
|
1362
|
-
static
|
|
1363
|
-
static
|
|
1364
|
-
static
|
|
1365
|
-
static
|
|
1366
|
-
static
|
|
1367
|
-
static
|
|
1368
|
-
static
|
|
1369
|
-
static
|
|
1370
|
-
static
|
|
1371
|
-
static
|
|
1372
|
-
static
|
|
1373
|
-
static
|
|
1374
|
-
static
|
|
1375
|
-
static
|
|
1376
|
-
static
|
|
1377
|
-
static
|
|
1378
|
-
static
|
|
1379
|
-
static
|
|
1380
|
-
static
|
|
1381
|
-
static
|
|
1382
|
-
static
|
|
1383
|
-
static
|
|
1384
|
-
static
|
|
1385
|
-
static
|
|
1386
|
-
static
|
|
1387
|
-
static
|
|
1388
|
-
static
|
|
1389
|
-
static
|
|
1390
|
-
static
|
|
1391
|
-
static
|
|
1392
|
-
static
|
|
1393
|
-
static
|
|
1394
|
-
static
|
|
1395
|
-
static
|
|
1396
|
-
static
|
|
1397
|
-
static
|
|
1398
|
-
static
|
|
1399
|
-
static
|
|
1400
|
-
static
|
|
1401
|
-
static
|
|
1402
|
-
static
|
|
1403
|
-
static
|
|
1404
|
-
static
|
|
1250
|
+
static getElement<T>(vector: Vector64_1<T>, index: int): T;
|
|
1251
|
+
static greaterThan<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1252
|
+
static greaterThanAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1253
|
+
static greaterThanAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1254
|
+
static greaterThanOrEqual<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1255
|
+
static greaterThanOrEqualAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1256
|
+
static greaterThanOrEqualAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1257
|
+
static hypot(x: Vector64_1<CLROf<double>>, y: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1258
|
+
static hypot(x: Vector64_1<CLROf<float>>, y: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1259
|
+
static indexOf<T>(vector: Vector64_1<T>, value: T): int;
|
|
1260
|
+
static indexOfWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
|
|
1261
|
+
static isEvenInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1262
|
+
static isFinite<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1263
|
+
static isInfinity<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1264
|
+
static isInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1265
|
+
static isNaN<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1266
|
+
static isNegative<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1267
|
+
static isNegativeInfinity<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1268
|
+
static isNormal<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1269
|
+
static isOddInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1270
|
+
static isPositive<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1271
|
+
static isPositiveInfinity<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1272
|
+
static isSubnormal<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1273
|
+
static isZero<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1274
|
+
static lastIndexOf<T>(vector: Vector64_1<T>, value: T): int;
|
|
1275
|
+
static lastIndexOfWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
|
|
1276
|
+
static lerp(x: Vector64_1<CLROf<double>>, y: Vector64_1<CLROf<double>>, amount: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1277
|
+
static lerp(x: Vector64_1<CLROf<float>>, y: Vector64_1<CLROf<float>>, amount: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1278
|
+
static lessThan<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1279
|
+
static lessThanAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1280
|
+
static lessThanAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1281
|
+
static lessThanOrEqual<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1282
|
+
static lessThanOrEqualAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1283
|
+
static lessThanOrEqualAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1284
|
+
static load<T>(source: ptr<T>): Vector64_1<T>;
|
|
1285
|
+
static loadAligned<T>(source: ptr<T>): Vector64_1<T>;
|
|
1286
|
+
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector64_1<T>;
|
|
1287
|
+
static loadUnsafe2<T>(source: { value: ref<T> }, elementOffset: nuint): Vector64_1<T>;
|
|
1288
|
+
static loadUnsafe2<T>(source: { value: ref<T> }): Vector64_1<T>;
|
|
1289
|
+
static log(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1290
|
+
static log(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1291
|
+
static log22(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1292
|
+
static log22(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1293
|
+
static max<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1294
|
+
static maxMagnitude<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1295
|
+
static maxMagnitudeNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1296
|
+
static maxNative<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1297
|
+
static maxNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1298
|
+
static min<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1299
|
+
static minMagnitude<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1300
|
+
static minMagnitudeNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1301
|
+
static minNative<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1302
|
+
static minNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1303
|
+
static multiply3<T>(left: T, right: Vector64_1<T>): Vector64_1<T>;
|
|
1304
|
+
static multiply3<T>(left: Vector64_1<T>, right: T): Vector64_1<T>;
|
|
1305
|
+
static multiply3<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1306
|
+
static multiplyAddEstimate(left: Vector64_1<CLROf<double>>, right: Vector64_1<CLROf<double>>, addend: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1307
|
+
static multiplyAddEstimate(left: Vector64_1<CLROf<float>>, right: Vector64_1<CLROf<float>>, addend: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1308
|
+
static narrow(lower: Vector64_1<CLROf<double>>, upper: Vector64_1<CLROf<double>>): Vector64_1<CLROf<float>>;
|
|
1309
|
+
static narrow(lower: Vector64_1<CLROf<short>>, upper: Vector64_1<CLROf<short>>): Vector64_1<CLROf<sbyte>>;
|
|
1310
|
+
static narrow(lower: Vector64_1<CLROf<int>>, upper: Vector64_1<CLROf<int>>): Vector64_1<CLROf<short>>;
|
|
1311
|
+
static narrow(lower: Vector64_1<CLROf<long>>, upper: Vector64_1<CLROf<long>>): Vector64_1<CLROf<int>>;
|
|
1312
|
+
static narrow(lower: Vector64_1<CLROf<ushort>>, upper: Vector64_1<CLROf<ushort>>): Vector64_1<CLROf<byte>>;
|
|
1313
|
+
static narrow(lower: Vector64_1<CLROf<uint>>, upper: Vector64_1<CLROf<uint>>): Vector64_1<CLROf<ushort>>;
|
|
1314
|
+
static narrow(lower: Vector64_1<CLROf<ulong>>, upper: Vector64_1<CLROf<ulong>>): Vector64_1<CLROf<uint>>;
|
|
1315
|
+
static narrowWithSaturation(lower: Vector64_1<CLROf<double>>, upper: Vector64_1<CLROf<double>>): Vector64_1<CLROf<float>>;
|
|
1316
|
+
static narrowWithSaturation(lower: Vector64_1<CLROf<short>>, upper: Vector64_1<CLROf<short>>): Vector64_1<CLROf<sbyte>>;
|
|
1317
|
+
static narrowWithSaturation(lower: Vector64_1<CLROf<int>>, upper: Vector64_1<CLROf<int>>): Vector64_1<CLROf<short>>;
|
|
1318
|
+
static narrowWithSaturation(lower: Vector64_1<CLROf<long>>, upper: Vector64_1<CLROf<long>>): Vector64_1<CLROf<int>>;
|
|
1319
|
+
static narrowWithSaturation(lower: Vector64_1<CLROf<ushort>>, upper: Vector64_1<CLROf<ushort>>): Vector64_1<CLROf<byte>>;
|
|
1320
|
+
static narrowWithSaturation(lower: Vector64_1<CLROf<uint>>, upper: Vector64_1<CLROf<uint>>): Vector64_1<CLROf<ushort>>;
|
|
1321
|
+
static narrowWithSaturation(lower: Vector64_1<CLROf<ulong>>, upper: Vector64_1<CLROf<ulong>>): Vector64_1<CLROf<uint>>;
|
|
1322
|
+
static negate<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1323
|
+
static none<T>(vector: Vector64_1<T>, value: T): boolean;
|
|
1324
|
+
static noneWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
|
|
1325
|
+
static onesComplement<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1326
|
+
static radiansToDegrees(radians: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1327
|
+
static radiansToDegrees(radians: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1328
|
+
static round3(vector: Vector64_1<CLROf<double>>, mode: MidpointRounding): Vector64_1<CLROf<double>>;
|
|
1329
|
+
static round3(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1330
|
+
static round3(vector: Vector64_1<CLROf<float>>, mode: MidpointRounding): Vector64_1<CLROf<float>>;
|
|
1331
|
+
static round3(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1332
|
+
static shiftLeft(vector: Vector64_1<CLROf<byte>>, shiftCount: int): Vector64_1<CLROf<byte>>;
|
|
1333
|
+
static shiftLeft(vector: Vector64_1<CLROf<short>>, shiftCount: int): Vector64_1<CLROf<short>>;
|
|
1334
|
+
static shiftLeft(vector: Vector64_1<CLROf<int>>, shiftCount: int): Vector64_1<CLROf<int>>;
|
|
1335
|
+
static shiftLeft(vector: Vector64_1<CLROf<long>>, shiftCount: int): Vector64_1<CLROf<long>>;
|
|
1336
|
+
static shiftLeft(vector: Vector64_1<CLROf<nint>>, shiftCount: int): Vector64_1<CLROf<nint>>;
|
|
1337
|
+
static shiftLeft(vector: Vector64_1<CLROf<sbyte>>, shiftCount: int): Vector64_1<CLROf<sbyte>>;
|
|
1338
|
+
static shiftLeft(vector: Vector64_1<CLROf<ushort>>, shiftCount: int): Vector64_1<CLROf<ushort>>;
|
|
1339
|
+
static shiftLeft(vector: Vector64_1<CLROf<uint>>, shiftCount: int): Vector64_1<CLROf<uint>>;
|
|
1340
|
+
static shiftLeft(vector: Vector64_1<CLROf<ulong>>, shiftCount: int): Vector64_1<CLROf<ulong>>;
|
|
1341
|
+
static shiftLeft(vector: Vector64_1<CLROf<nuint>>, shiftCount: int): Vector64_1<CLROf<nuint>>;
|
|
1342
|
+
static shiftRightArithmetic(vector: Vector64_1<CLROf<short>>, shiftCount: int): Vector64_1<CLROf<short>>;
|
|
1343
|
+
static shiftRightArithmetic(vector: Vector64_1<CLROf<int>>, shiftCount: int): Vector64_1<CLROf<int>>;
|
|
1344
|
+
static shiftRightArithmetic(vector: Vector64_1<CLROf<long>>, shiftCount: int): Vector64_1<CLROf<long>>;
|
|
1345
|
+
static shiftRightArithmetic(vector: Vector64_1<CLROf<nint>>, shiftCount: int): Vector64_1<CLROf<nint>>;
|
|
1346
|
+
static shiftRightArithmetic(vector: Vector64_1<CLROf<sbyte>>, shiftCount: int): Vector64_1<CLROf<sbyte>>;
|
|
1347
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<byte>>, shiftCount: int): Vector64_1<CLROf<byte>>;
|
|
1348
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<short>>, shiftCount: int): Vector64_1<CLROf<short>>;
|
|
1349
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<int>>, shiftCount: int): Vector64_1<CLROf<int>>;
|
|
1350
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<long>>, shiftCount: int): Vector64_1<CLROf<long>>;
|
|
1351
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<nint>>, shiftCount: int): Vector64_1<CLROf<nint>>;
|
|
1352
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<sbyte>>, shiftCount: int): Vector64_1<CLROf<sbyte>>;
|
|
1353
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<ushort>>, shiftCount: int): Vector64_1<CLROf<ushort>>;
|
|
1354
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<uint>>, shiftCount: int): Vector64_1<CLROf<uint>>;
|
|
1355
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<ulong>>, shiftCount: int): Vector64_1<CLROf<ulong>>;
|
|
1356
|
+
static shiftRightLogical(vector: Vector64_1<CLROf<nuint>>, shiftCount: int): Vector64_1<CLROf<nuint>>;
|
|
1357
|
+
static shuffle(vector: Vector64_1<CLROf<byte>>, indices: Vector64_1<CLROf<byte>>): Vector64_1<CLROf<byte>>;
|
|
1358
|
+
static shuffle(vector: Vector64_1<CLROf<short>>, indices: Vector64_1<CLROf<short>>): Vector64_1<CLROf<short>>;
|
|
1359
|
+
static shuffle(vector: Vector64_1<CLROf<int>>, indices: Vector64_1<CLROf<int>>): Vector64_1<CLROf<int>>;
|
|
1360
|
+
static shuffle(vector: Vector64_1<CLROf<sbyte>>, indices: Vector64_1<CLROf<sbyte>>): Vector64_1<CLROf<sbyte>>;
|
|
1361
|
+
static shuffle(vector: Vector64_1<CLROf<float>>, indices: Vector64_1<CLROf<int>>): Vector64_1<CLROf<float>>;
|
|
1362
|
+
static shuffle(vector: Vector64_1<CLROf<ushort>>, indices: Vector64_1<CLROf<ushort>>): Vector64_1<CLROf<ushort>>;
|
|
1363
|
+
static shuffle(vector: Vector64_1<CLROf<uint>>, indices: Vector64_1<CLROf<uint>>): Vector64_1<CLROf<uint>>;
|
|
1364
|
+
static shuffleNative(vector: Vector64_1<CLROf<byte>>, indices: Vector64_1<CLROf<byte>>): Vector64_1<CLROf<byte>>;
|
|
1365
|
+
static shuffleNative(vector: Vector64_1<CLROf<short>>, indices: Vector64_1<CLROf<short>>): Vector64_1<CLROf<short>>;
|
|
1366
|
+
static shuffleNative(vector: Vector64_1<CLROf<int>>, indices: Vector64_1<CLROf<int>>): Vector64_1<CLROf<int>>;
|
|
1367
|
+
static shuffleNative(vector: Vector64_1<CLROf<sbyte>>, indices: Vector64_1<CLROf<sbyte>>): Vector64_1<CLROf<sbyte>>;
|
|
1368
|
+
static shuffleNative(vector: Vector64_1<CLROf<float>>, indices: Vector64_1<CLROf<int>>): Vector64_1<CLROf<float>>;
|
|
1369
|
+
static shuffleNative(vector: Vector64_1<CLROf<ushort>>, indices: Vector64_1<CLROf<ushort>>): Vector64_1<CLROf<ushort>>;
|
|
1370
|
+
static shuffleNative(vector: Vector64_1<CLROf<uint>>, indices: Vector64_1<CLROf<uint>>): Vector64_1<CLROf<uint>>;
|
|
1371
|
+
static sin(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1372
|
+
static sin(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1373
|
+
static sinCos(vector: Vector64_1<CLROf<double>>): ValueTuple_2<Vector64_1<CLROf<double>>, Vector64_1<CLROf<double>>>;
|
|
1374
|
+
static sinCos(vector: Vector64_1<CLROf<float>>): ValueTuple_2<Vector64_1<CLROf<float>>, Vector64_1<CLROf<float>>>;
|
|
1375
|
+
static sqrt<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1376
|
+
static store<T>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1377
|
+
static storeAligned<T>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1378
|
+
static storeAlignedNonTemporal<T>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1379
|
+
static storeUnsafe2<T>(source: Vector64_1<T>, destination: { value: ref<T> }, elementOffset: nuint): void;
|
|
1380
|
+
static storeUnsafe2<T>(source: Vector64_1<T>, destination: { value: ref<T> }): void;
|
|
1381
|
+
static subtract<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1382
|
+
static subtractSaturate<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1383
|
+
static sum<T>(vector: Vector64_1<T>): T;
|
|
1384
|
+
static toScalar<T>(vector: Vector64_1<T>): T;
|
|
1385
|
+
static toVector128<T>(vector: Vector64_1<T>): Vector128_1<T>;
|
|
1386
|
+
static toVector128Unsafe<T>(vector: Vector64_1<T>): Vector128_1<T>;
|
|
1387
|
+
static truncate(vector: Vector64_1<CLROf<double>>): Vector64_1<CLROf<double>>;
|
|
1388
|
+
static truncate(vector: Vector64_1<CLROf<float>>): Vector64_1<CLROf<float>>;
|
|
1389
|
+
static tryCopyTo<T>(vector: Vector64_1<T>, destination: Span_1<T>): boolean;
|
|
1390
|
+
static widen(source: Vector64_1<CLROf<byte>>): ValueTuple_2<Vector64_1<CLROf<ushort>>, Vector64_1<CLROf<ushort>>>;
|
|
1391
|
+
static widen(source: Vector64_1<CLROf<short>>): ValueTuple_2<Vector64_1<CLROf<int>>, Vector64_1<CLROf<int>>>;
|
|
1392
|
+
static widen(source: Vector64_1<CLROf<int>>): ValueTuple_2<Vector64_1<CLROf<long>>, Vector64_1<CLROf<long>>>;
|
|
1393
|
+
static widen(source: Vector64_1<CLROf<sbyte>>): ValueTuple_2<Vector64_1<CLROf<short>>, Vector64_1<CLROf<short>>>;
|
|
1394
|
+
static widen(source: Vector64_1<CLROf<float>>): ValueTuple_2<Vector64_1<CLROf<double>>, Vector64_1<CLROf<double>>>;
|
|
1395
|
+
static widen(source: Vector64_1<CLROf<ushort>>): ValueTuple_2<Vector64_1<CLROf<uint>>, Vector64_1<CLROf<uint>>>;
|
|
1396
|
+
static widen(source: Vector64_1<CLROf<uint>>): ValueTuple_2<Vector64_1<CLROf<ulong>>, Vector64_1<CLROf<ulong>>>;
|
|
1397
|
+
static widenLower(source: Vector64_1<CLROf<byte>>): Vector64_1<CLROf<ushort>>;
|
|
1398
|
+
static widenLower(source: Vector64_1<CLROf<short>>): Vector64_1<CLROf<int>>;
|
|
1399
|
+
static widenLower(source: Vector64_1<CLROf<int>>): Vector64_1<CLROf<long>>;
|
|
1400
|
+
static widenLower(source: Vector64_1<CLROf<sbyte>>): Vector64_1<CLROf<short>>;
|
|
1401
|
+
static widenLower(source: Vector64_1<CLROf<float>>): Vector64_1<CLROf<double>>;
|
|
1402
|
+
static widenLower(source: Vector64_1<CLROf<ushort>>): Vector64_1<CLROf<uint>>;
|
|
1403
|
+
static widenLower(source: Vector64_1<CLROf<uint>>): Vector64_1<CLROf<ulong>>;
|
|
1404
|
+
static widenUpper(source: Vector64_1<CLROf<byte>>): Vector64_1<CLROf<ushort>>;
|
|
1405
|
+
static widenUpper(source: Vector64_1<CLROf<short>>): Vector64_1<CLROf<int>>;
|
|
1406
|
+
static widenUpper(source: Vector64_1<CLROf<int>>): Vector64_1<CLROf<long>>;
|
|
1407
|
+
static widenUpper(source: Vector64_1<CLROf<sbyte>>): Vector64_1<CLROf<short>>;
|
|
1408
|
+
static widenUpper(source: Vector64_1<CLROf<float>>): Vector64_1<CLROf<double>>;
|
|
1409
|
+
static widenUpper(source: Vector64_1<CLROf<ushort>>): Vector64_1<CLROf<uint>>;
|
|
1410
|
+
static widenUpper(source: Vector64_1<CLROf<uint>>): Vector64_1<CLROf<ulong>>;
|
|
1411
|
+
static withElement<T>(vector: Vector64_1<T>, index: int, value: T): Vector64_1<T>;
|
|
1412
|
+
static xor<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1405
1413
|
}
|
|
1406
1414
|
|
|
1407
1415
|
|