@tsonic/dotnet 0.7.4 → 0.7.7
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 +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Numerics_Internal from "../../System.Numerics/internal/index.js";
|
|
@@ -14,32 +14,7 @@ import type { IAdditionOperators_3, IBitwiseOperators_3, IDivisionOperators_3, I
|
|
|
14
14
|
import * as System_Internal from "../../System/internal/index.js";
|
|
15
15
|
import type { Boolean as ClrBoolean, Byte, Double, IEquatable_1, Int16, Int32, Int64, IntPtr, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from "../../System/internal/index.js";
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
19
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
20
|
-
export type CLROf<T> =
|
|
21
|
-
T extends sbyte ? System_Internal.SByte :
|
|
22
|
-
T extends short ? System_Internal.Int16 :
|
|
23
|
-
T extends int ? System_Internal.Int32 :
|
|
24
|
-
T extends long ? System_Internal.Int64 :
|
|
25
|
-
T extends int128 ? System_Internal.Int128 :
|
|
26
|
-
T extends nint ? System_Internal.IntPtr :
|
|
27
|
-
T extends byte ? System_Internal.Byte :
|
|
28
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
29
|
-
T extends uint ? System_Internal.UInt32 :
|
|
30
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
31
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
32
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
33
|
-
T extends half ? System_Internal.Half :
|
|
34
|
-
T extends float ? System_Internal.Single :
|
|
35
|
-
T extends double ? System_Internal.Double :
|
|
36
|
-
T extends decimal ? System_Internal.Decimal :
|
|
37
|
-
T extends char ? System_Internal.Char :
|
|
38
|
-
T extends boolean ? System_Internal.Boolean :
|
|
39
|
-
T extends string ? System_Internal.String :
|
|
40
|
-
T; // Identity fallback for non-primitive types
|
|
41
|
-
|
|
42
|
-
export interface Vector128_1$instance<T> extends 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>> {
|
|
17
|
+
export interface Vector128_1$instance<T> extends 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>, System_Internal.Boolean>, IMultiplyOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IShiftOperators_3<Vector128_1<T>, System_Internal.Int32, 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
18
|
readonly item: T;
|
|
44
19
|
equals(obj: unknown): boolean;
|
|
45
20
|
equals(other: Vector128_1<T>): boolean;
|
|
@@ -66,12 +41,12 @@ export interface __Vector128_1$views<T> {
|
|
|
66
41
|
equals(other: Vector128_1<T>): boolean;
|
|
67
42
|
}
|
|
68
43
|
|
|
69
|
-
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>,
|
|
44
|
+
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>, System_Internal.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>, System_Internal.Int32, 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>> {}
|
|
70
45
|
|
|
71
46
|
export type Vector128_1<T> = Vector128_1$instance<T> & __Vector128_1$views<T>;
|
|
72
47
|
|
|
73
48
|
|
|
74
|
-
export interface Vector256_1$instance<T> extends 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>,
|
|
49
|
+
export interface Vector256_1$instance<T> extends 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>, System_Internal.Boolean>, IMultiplyOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IShiftOperators_3<Vector256_1<T>, System_Internal.Int32, 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>> {
|
|
75
50
|
readonly item: T;
|
|
76
51
|
equals(obj: unknown): boolean;
|
|
77
52
|
equals(other: Vector256_1<T>): boolean;
|
|
@@ -98,12 +73,12 @@ export interface __Vector256_1$views<T> {
|
|
|
98
73
|
equals(other: Vector256_1<T>): boolean;
|
|
99
74
|
}
|
|
100
75
|
|
|
101
|
-
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>,
|
|
76
|
+
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>, System_Internal.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>, System_Internal.Int32, 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>> {}
|
|
102
77
|
|
|
103
78
|
export type Vector256_1<T> = Vector256_1$instance<T> & __Vector256_1$views<T>;
|
|
104
79
|
|
|
105
80
|
|
|
106
|
-
export interface Vector512_1$instance<T> extends 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>,
|
|
81
|
+
export interface Vector512_1$instance<T> extends 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>, System_Internal.Boolean>, IMultiplyOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IShiftOperators_3<Vector512_1<T>, System_Internal.Int32, 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>> {
|
|
107
82
|
readonly item: T;
|
|
108
83
|
equals(obj: unknown): boolean;
|
|
109
84
|
equals(other: Vector512_1<T>): boolean;
|
|
@@ -130,12 +105,12 @@ export interface __Vector512_1$views<T> {
|
|
|
130
105
|
equals(other: Vector512_1<T>): boolean;
|
|
131
106
|
}
|
|
132
107
|
|
|
133
|
-
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>,
|
|
108
|
+
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>, System_Internal.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>, System_Internal.Int32, 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>> {}
|
|
134
109
|
|
|
135
110
|
export type Vector512_1<T> = Vector512_1$instance<T> & __Vector512_1$views<T>;
|
|
136
111
|
|
|
137
112
|
|
|
138
|
-
export interface Vector64_1$instance<T> extends 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>,
|
|
113
|
+
export interface Vector64_1$instance<T> extends 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>, System_Internal.Boolean>, IMultiplyOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IShiftOperators_3<Vector64_1<T>, System_Internal.Int32, 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>> {
|
|
139
114
|
readonly item: T;
|
|
140
115
|
equals(obj: unknown): boolean;
|
|
141
116
|
equals(other: Vector64_1<T>): boolean;
|
|
@@ -162,7 +137,7 @@ export interface __Vector64_1$views<T> {
|
|
|
162
137
|
equals(other: Vector64_1<T>): boolean;
|
|
163
138
|
}
|
|
164
139
|
|
|
165
|
-
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>,
|
|
140
|
+
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>, System_Internal.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>, System_Internal.Int32, 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>> {}
|
|
166
141
|
|
|
167
142
|
export type Vector64_1<T> = Vector64_1$instance<T> & __Vector64_1$views<T>;
|
|
168
143
|
|
|
@@ -178,141 +153,141 @@ export abstract class Vector128$instance {
|
|
|
178
153
|
static any_<T>(vector: Vector128_1<T>, value: T): boolean;
|
|
179
154
|
static anyWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
|
|
180
155
|
static as_<TFrom, TTo>(vector: Vector128_1<TFrom>): Vector128_1<TTo>;
|
|
181
|
-
static asByte<T>(vector: Vector128_1<T>): Vector128_1<
|
|
182
|
-
static asDouble<T>(vector: Vector128_1<T>): Vector128_1<
|
|
183
|
-
static asInt16<T>(vector: Vector128_1<T>): Vector128_1<
|
|
184
|
-
static asInt32<T>(vector: Vector128_1<T>): Vector128_1<
|
|
185
|
-
static asInt64<T>(vector: Vector128_1<T>): Vector128_1<
|
|
186
|
-
static asNInt<T>(vector: Vector128_1<T>): Vector128_1<
|
|
187
|
-
static asNUInt<T>(vector: Vector128_1<T>): Vector128_1<
|
|
188
|
-
static asPlane(value: Vector128_1<
|
|
189
|
-
static asQuaternion(value: Vector128_1<
|
|
190
|
-
static asSByte<T>(vector: Vector128_1<T>): Vector128_1<
|
|
191
|
-
static asSingle<T>(vector: Vector128_1<T>): Vector128_1<
|
|
192
|
-
static asUInt16<T>(vector: Vector128_1<T>): Vector128_1<
|
|
193
|
-
static asUInt32<T>(vector: Vector128_1<T>): Vector128_1<
|
|
194
|
-
static asUInt64<T>(vector: Vector128_1<T>): Vector128_1<
|
|
156
|
+
static asByte<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Byte>;
|
|
157
|
+
static asDouble<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Double>;
|
|
158
|
+
static asInt16<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int16>;
|
|
159
|
+
static asInt32<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int32>;
|
|
160
|
+
static asInt64<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int64>;
|
|
161
|
+
static asNInt<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.IntPtr>;
|
|
162
|
+
static asNUInt<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UIntPtr>;
|
|
163
|
+
static asPlane(value: Vector128_1<System_Internal.Single>): Plane;
|
|
164
|
+
static asQuaternion(value: Vector128_1<System_Internal.Single>): Quaternion;
|
|
165
|
+
static asSByte<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.SByte>;
|
|
166
|
+
static asSingle<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Single>;
|
|
167
|
+
static asUInt16<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt16>;
|
|
168
|
+
static asUInt32<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt32>;
|
|
169
|
+
static asUInt64<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt64>;
|
|
195
170
|
static asVector<T>(value: Vector128_1<T>): Vector_1<T>;
|
|
196
|
-
static asVector128(value: Plane): Vector128_1<
|
|
197
|
-
static asVector128(value: Quaternion): Vector128_1<
|
|
198
|
-
static asVector128(value: Vector2): Vector128_1<
|
|
199
|
-
static asVector128(value: Vector3): Vector128_1<
|
|
200
|
-
static asVector128(value: Vector4): Vector128_1<
|
|
171
|
+
static asVector128(value: Plane): Vector128_1<System_Internal.Single>;
|
|
172
|
+
static asVector128(value: Quaternion): Vector128_1<System_Internal.Single>;
|
|
173
|
+
static asVector128(value: Vector2): Vector128_1<System_Internal.Single>;
|
|
174
|
+
static asVector128(value: Vector3): Vector128_1<System_Internal.Single>;
|
|
175
|
+
static asVector128(value: Vector4): Vector128_1<System_Internal.Single>;
|
|
201
176
|
static asVector128<T>(value: Vector_1<T>): Vector128_1<T>;
|
|
202
|
-
static asVector128Unsafe(value: Vector2): Vector128_1<
|
|
203
|
-
static asVector128Unsafe(value: Vector3): Vector128_1<
|
|
204
|
-
static asVector2(value: Vector128_1<
|
|
205
|
-
static asVector3(value: Vector128_1<
|
|
206
|
-
static asVector4(value: Vector128_1<
|
|
177
|
+
static asVector128Unsafe(value: Vector2): Vector128_1<System_Internal.Single>;
|
|
178
|
+
static asVector128Unsafe(value: Vector3): Vector128_1<System_Internal.Single>;
|
|
179
|
+
static asVector2(value: Vector128_1<System_Internal.Single>): Vector2;
|
|
180
|
+
static asVector3(value: Vector128_1<System_Internal.Single>): Vector3;
|
|
181
|
+
static asVector4(value: Vector128_1<System_Internal.Single>): Vector4;
|
|
207
182
|
static bitwiseAnd<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
208
183
|
static bitwiseOr<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
209
|
-
static ceiling(vector: Vector128_1<
|
|
210
|
-
static ceiling(vector: Vector128_1<
|
|
184
|
+
static ceiling(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
185
|
+
static ceiling(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
211
186
|
static clamp<T>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
|
|
212
187
|
static clampNative<T>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
|
|
213
188
|
static conditionalSelect<T>(condition: Vector128_1<T>, left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
214
|
-
static convertToDouble(vector: Vector128_1<
|
|
215
|
-
static convertToDouble(vector: Vector128_1<
|
|
216
|
-
static convertToInt32(vector: Vector128_1<
|
|
217
|
-
static convertToInt32Native(vector: Vector128_1<
|
|
218
|
-
static convertToInt64(vector: Vector128_1<
|
|
219
|
-
static convertToInt64Native(vector: Vector128_1<
|
|
220
|
-
static convertToSingle(vector: Vector128_1<
|
|
221
|
-
static convertToSingle(vector: Vector128_1<
|
|
222
|
-
static convertToUInt32(vector: Vector128_1<
|
|
223
|
-
static convertToUInt32Native(vector: Vector128_1<
|
|
224
|
-
static convertToUInt64(vector: Vector128_1<
|
|
225
|
-
static convertToUInt64Native(vector: Vector128_1<
|
|
189
|
+
static convertToDouble(vector: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Double>;
|
|
190
|
+
static convertToDouble(vector: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.Double>;
|
|
191
|
+
static convertToInt32(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Int32>;
|
|
192
|
+
static convertToInt32Native(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Int32>;
|
|
193
|
+
static convertToInt64(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Int64>;
|
|
194
|
+
static convertToInt64Native(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Int64>;
|
|
195
|
+
static convertToSingle(vector: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Single>;
|
|
196
|
+
static convertToSingle(vector: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.Single>;
|
|
197
|
+
static convertToUInt32(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.UInt32>;
|
|
198
|
+
static convertToUInt32Native(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.UInt32>;
|
|
199
|
+
static convertToUInt64(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.UInt64>;
|
|
200
|
+
static convertToUInt64Native(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.UInt64>;
|
|
226
201
|
static copySign<T>(value: Vector128_1<T>, sign: Vector128_1<T>): Vector128_1<T>;
|
|
227
202
|
static copyTo<T>(vector: Vector128_1<T>, destination: Span_1<T>): void;
|
|
228
203
|
static copyTo<T>(vector: Vector128_1<T>, destination: T[], startIndex: int): void;
|
|
229
204
|
static copyTo<T>(vector: Vector128_1<T>, destination: T[]): void;
|
|
230
|
-
static cos(vector: Vector128_1<
|
|
231
|
-
static cos(vector: Vector128_1<
|
|
205
|
+
static cos(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
206
|
+
static cos(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
232
207
|
static count<T>(vector: Vector128_1<T>, value: T): int;
|
|
233
208
|
static countWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
|
|
234
209
|
static create<T>(values: ReadOnlySpan_1<T>): Vector128_1<T>;
|
|
235
|
-
static create(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<
|
|
236
|
-
static create(value: byte): Vector128_1<
|
|
237
|
-
static create(e0: double, e1: double): Vector128_1<
|
|
238
|
-
static create(value: double): Vector128_1<
|
|
239
|
-
static create(e0: short, e1: short, e2: short, e3: short, e4: short, e5: short, e6: short, e7: short): Vector128_1<
|
|
240
|
-
static create(value: short): Vector128_1<
|
|
241
|
-
static create(e0: int, e1: int, e2: int, e3: int): Vector128_1<
|
|
242
|
-
static create(value: int): Vector128_1<
|
|
243
|
-
static create(e0: long, e1: long): Vector128_1<
|
|
244
|
-
static create(value: long): Vector128_1<
|
|
245
|
-
static create(value: nint): Vector128_1<
|
|
246
|
-
static create(lower: Vector64_1<
|
|
247
|
-
static create(lower: Vector64_1<
|
|
248
|
-
static create(lower: Vector64_1<
|
|
249
|
-
static create(lower: Vector64_1<
|
|
250
|
-
static create(lower: Vector64_1<
|
|
251
|
-
static create(lower: Vector64_1<
|
|
252
|
-
static create(lower: Vector64_1<
|
|
253
|
-
static create(lower: Vector64_1<
|
|
254
|
-
static create(lower: Vector64_1<
|
|
255
|
-
static create(lower: Vector64_1<
|
|
256
|
-
static create(lower: Vector64_1<
|
|
257
|
-
static create(lower: Vector64_1<
|
|
258
|
-
static create(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<
|
|
259
|
-
static create(value: sbyte): Vector128_1<
|
|
260
|
-
static create(e0: float, e1: float, e2: float, e3: float): Vector128_1<
|
|
261
|
-
static create(value: float): Vector128_1<
|
|
262
|
-
static create(e0: ushort, e1: ushort, e2: ushort, e3: ushort, e4: ushort, e5: ushort, e6: ushort, e7: ushort): Vector128_1<
|
|
263
|
-
static create(value: ushort): Vector128_1<
|
|
264
|
-
static create(e0: uint, e1: uint, e2: uint, e3: uint): Vector128_1<
|
|
265
|
-
static create(value: uint): Vector128_1<
|
|
266
|
-
static create(e0: ulong, e1: ulong): Vector128_1<
|
|
267
|
-
static create(value: ulong): Vector128_1<
|
|
268
|
-
static create(value: nuint): Vector128_1<
|
|
210
|
+
static create(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<System_Internal.Byte>;
|
|
211
|
+
static create(value: byte): Vector128_1<System_Internal.Byte>;
|
|
212
|
+
static create(e0: double, e1: double): Vector128_1<System_Internal.Double>;
|
|
213
|
+
static create(value: double): Vector128_1<System_Internal.Double>;
|
|
214
|
+
static create(e0: short, e1: short, e2: short, e3: short, e4: short, e5: short, e6: short, e7: short): Vector128_1<System_Internal.Int16>;
|
|
215
|
+
static create(value: short): Vector128_1<System_Internal.Int16>;
|
|
216
|
+
static create(e0: int, e1: int, e2: int, e3: int): Vector128_1<System_Internal.Int32>;
|
|
217
|
+
static create(value: int): Vector128_1<System_Internal.Int32>;
|
|
218
|
+
static create(e0: long, e1: long): Vector128_1<System_Internal.Int64>;
|
|
219
|
+
static create(value: long): Vector128_1<System_Internal.Int64>;
|
|
220
|
+
static create(value: nint): Vector128_1<System_Internal.IntPtr>;
|
|
221
|
+
static create(lower: Vector64_1<System_Internal.Byte>, upper: Vector64_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
|
|
222
|
+
static create(lower: Vector64_1<System_Internal.Double>, upper: Vector64_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
223
|
+
static create(lower: Vector64_1<System_Internal.Int16>, upper: Vector64_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
|
|
224
|
+
static create(lower: Vector64_1<System_Internal.Int32>, upper: Vector64_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
|
|
225
|
+
static create(lower: Vector64_1<System_Internal.Int64>, upper: Vector64_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
|
|
226
|
+
static create(lower: Vector64_1<System_Internal.IntPtr>, upper: Vector64_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
|
|
227
|
+
static create(lower: Vector64_1<System_Internal.SByte>, upper: Vector64_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
|
|
228
|
+
static create(lower: Vector64_1<System_Internal.Single>, upper: Vector64_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
229
|
+
static create(lower: Vector64_1<System_Internal.UInt16>, upper: Vector64_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
|
|
230
|
+
static create(lower: Vector64_1<System_Internal.UInt32>, upper: Vector64_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
|
|
231
|
+
static create(lower: Vector64_1<System_Internal.UInt64>, upper: Vector64_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
|
|
232
|
+
static create(lower: Vector64_1<System_Internal.UIntPtr>, upper: Vector64_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
|
|
233
|
+
static create(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<System_Internal.SByte>;
|
|
234
|
+
static create(value: sbyte): Vector128_1<System_Internal.SByte>;
|
|
235
|
+
static create(e0: float, e1: float, e2: float, e3: float): Vector128_1<System_Internal.Single>;
|
|
236
|
+
static create(value: float): Vector128_1<System_Internal.Single>;
|
|
237
|
+
static create(e0: ushort, e1: ushort, e2: ushort, e3: ushort, e4: ushort, e5: ushort, e6: ushort, e7: ushort): Vector128_1<System_Internal.UInt16>;
|
|
238
|
+
static create(value: ushort): Vector128_1<System_Internal.UInt16>;
|
|
239
|
+
static create(e0: uint, e1: uint, e2: uint, e3: uint): Vector128_1<System_Internal.UInt32>;
|
|
240
|
+
static create(value: uint): Vector128_1<System_Internal.UInt32>;
|
|
241
|
+
static create(e0: ulong, e1: ulong): Vector128_1<System_Internal.UInt64>;
|
|
242
|
+
static create(value: ulong): Vector128_1<System_Internal.UInt64>;
|
|
243
|
+
static create(value: nuint): Vector128_1<System_Internal.UIntPtr>;
|
|
269
244
|
static create<T>(value: T): Vector128_1<T>;
|
|
270
245
|
static create<T>(values: T[], index: int): Vector128_1<T>;
|
|
271
246
|
static create<T>(values: T[]): Vector128_1<T>;
|
|
272
247
|
static create<T>(lower: Vector64_1<T>, upper: Vector64_1<T>): Vector128_1<T>;
|
|
273
248
|
static create<T>(value: Vector64_1<T>): Vector128_1<T>;
|
|
274
|
-
static createScalar(value: byte): Vector128_1<
|
|
275
|
-
static createScalar(value: double): Vector128_1<
|
|
276
|
-
static createScalar(value: short): Vector128_1<
|
|
277
|
-
static createScalar(value: int): Vector128_1<
|
|
278
|
-
static createScalar(value: long): Vector128_1<
|
|
279
|
-
static createScalar(value: nint): Vector128_1<
|
|
280
|
-
static createScalar(value: sbyte): Vector128_1<
|
|
281
|
-
static createScalar(value: float): Vector128_1<
|
|
282
|
-
static createScalar(value: ushort): Vector128_1<
|
|
283
|
-
static createScalar(value: uint): Vector128_1<
|
|
284
|
-
static createScalar(value: ulong): Vector128_1<
|
|
285
|
-
static createScalar(value: nuint): Vector128_1<
|
|
249
|
+
static createScalar(value: byte): Vector128_1<System_Internal.Byte>;
|
|
250
|
+
static createScalar(value: double): Vector128_1<System_Internal.Double>;
|
|
251
|
+
static createScalar(value: short): Vector128_1<System_Internal.Int16>;
|
|
252
|
+
static createScalar(value: int): Vector128_1<System_Internal.Int32>;
|
|
253
|
+
static createScalar(value: long): Vector128_1<System_Internal.Int64>;
|
|
254
|
+
static createScalar(value: nint): Vector128_1<System_Internal.IntPtr>;
|
|
255
|
+
static createScalar(value: sbyte): Vector128_1<System_Internal.SByte>;
|
|
256
|
+
static createScalar(value: float): Vector128_1<System_Internal.Single>;
|
|
257
|
+
static createScalar(value: ushort): Vector128_1<System_Internal.UInt16>;
|
|
258
|
+
static createScalar(value: uint): Vector128_1<System_Internal.UInt32>;
|
|
259
|
+
static createScalar(value: ulong): Vector128_1<System_Internal.UInt64>;
|
|
260
|
+
static createScalar(value: nuint): Vector128_1<System_Internal.UIntPtr>;
|
|
286
261
|
static createScalar<T>(value: T): Vector128_1<T>;
|
|
287
|
-
static createScalarUnsafe(value: byte): Vector128_1<
|
|
288
|
-
static createScalarUnsafe(value: double): Vector128_1<
|
|
289
|
-
static createScalarUnsafe(value: short): Vector128_1<
|
|
290
|
-
static createScalarUnsafe(value: int): Vector128_1<
|
|
291
|
-
static createScalarUnsafe(value: long): Vector128_1<
|
|
292
|
-
static createScalarUnsafe(value: nint): Vector128_1<
|
|
293
|
-
static createScalarUnsafe(value: sbyte): Vector128_1<
|
|
294
|
-
static createScalarUnsafe(value: float): Vector128_1<
|
|
295
|
-
static createScalarUnsafe(value: ushort): Vector128_1<
|
|
296
|
-
static createScalarUnsafe(value: uint): Vector128_1<
|
|
297
|
-
static createScalarUnsafe(value: ulong): Vector128_1<
|
|
298
|
-
static createScalarUnsafe(value: nuint): Vector128_1<
|
|
262
|
+
static createScalarUnsafe(value: byte): Vector128_1<System_Internal.Byte>;
|
|
263
|
+
static createScalarUnsafe(value: double): Vector128_1<System_Internal.Double>;
|
|
264
|
+
static createScalarUnsafe(value: short): Vector128_1<System_Internal.Int16>;
|
|
265
|
+
static createScalarUnsafe(value: int): Vector128_1<System_Internal.Int32>;
|
|
266
|
+
static createScalarUnsafe(value: long): Vector128_1<System_Internal.Int64>;
|
|
267
|
+
static createScalarUnsafe(value: nint): Vector128_1<System_Internal.IntPtr>;
|
|
268
|
+
static createScalarUnsafe(value: sbyte): Vector128_1<System_Internal.SByte>;
|
|
269
|
+
static createScalarUnsafe(value: float): Vector128_1<System_Internal.Single>;
|
|
270
|
+
static createScalarUnsafe(value: ushort): Vector128_1<System_Internal.UInt16>;
|
|
271
|
+
static createScalarUnsafe(value: uint): Vector128_1<System_Internal.UInt32>;
|
|
272
|
+
static createScalarUnsafe(value: ulong): Vector128_1<System_Internal.UInt64>;
|
|
273
|
+
static createScalarUnsafe(value: nuint): Vector128_1<System_Internal.UIntPtr>;
|
|
299
274
|
static createScalarUnsafe<T>(value: T): Vector128_1<T>;
|
|
300
275
|
static createSequence<T>(start: T, step: T): Vector128_1<T>;
|
|
301
|
-
static degreesToRadians(degrees: Vector128_1<
|
|
302
|
-
static degreesToRadians(degrees: Vector128_1<
|
|
276
|
+
static degreesToRadians(degrees: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
277
|
+
static degreesToRadians(degrees: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
303
278
|
static divide<T>(left: Vector128_1<T>, right: T): Vector128_1<T>;
|
|
304
279
|
static divide<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
305
280
|
static dot<T>(left: Vector128_1<T>, right: Vector128_1<T>): T;
|
|
306
281
|
static equals<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
307
282
|
static equalsAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
308
283
|
static equalsAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
309
|
-
static exp(vector: Vector128_1<
|
|
310
|
-
static exp(vector: Vector128_1<
|
|
284
|
+
static exp(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
285
|
+
static exp(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
311
286
|
static extractMostSignificantBits<T>(vector: Vector128_1<T>): uint;
|
|
312
|
-
static floor(vector: Vector128_1<
|
|
313
|
-
static floor(vector: Vector128_1<
|
|
314
|
-
static fusedMultiplyAdd(left: Vector128_1<
|
|
315
|
-
static fusedMultiplyAdd(left: Vector128_1<
|
|
287
|
+
static floor(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
288
|
+
static floor(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
289
|
+
static fusedMultiplyAdd(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>, addend: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
290
|
+
static fusedMultiplyAdd(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>, addend: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
316
291
|
static getElement<T>(vector: Vector128_1<T>, index: int): T;
|
|
317
292
|
static getLower<T>(vector: Vector128_1<T>): Vector64_1<T>;
|
|
318
293
|
static getUpper<T>(vector: Vector128_1<T>): Vector64_1<T>;
|
|
@@ -322,8 +297,8 @@ export abstract class Vector128$instance {
|
|
|
322
297
|
static greaterThanOrEqual<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
323
298
|
static greaterThanOrEqualAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
324
299
|
static greaterThanOrEqualAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
325
|
-
static hypot(x: Vector128_1<
|
|
326
|
-
static hypot(x: Vector128_1<
|
|
300
|
+
static hypot(x: Vector128_1<System_Internal.Double>, y: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
301
|
+
static hypot(x: Vector128_1<System_Internal.Single>, y: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
327
302
|
static indexOf<T>(vector: Vector128_1<T>, value: T): int;
|
|
328
303
|
static indexOfWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
|
|
329
304
|
static isEvenInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
@@ -341,8 +316,8 @@ export abstract class Vector128$instance {
|
|
|
341
316
|
static isZero<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
342
317
|
static lastIndexOf<T>(vector: Vector128_1<T>, value: T): int;
|
|
343
318
|
static lastIndexOfWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
|
|
344
|
-
static lerp(x: Vector128_1<
|
|
345
|
-
static lerp(x: Vector128_1<
|
|
319
|
+
static lerp(x: Vector128_1<System_Internal.Double>, y: Vector128_1<System_Internal.Double>, amount: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
320
|
+
static lerp(x: Vector128_1<System_Internal.Single>, y: Vector128_1<System_Internal.Single>, amount: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
346
321
|
static lessThan<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
347
322
|
static lessThanAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
348
323
|
static lessThanAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
@@ -352,12 +327,12 @@ export abstract class Vector128$instance {
|
|
|
352
327
|
static load<T>(source: ptr<T>): Vector128_1<T>;
|
|
353
328
|
static loadAligned<T>(source: ptr<T>): Vector128_1<T>;
|
|
354
329
|
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector128_1<T>;
|
|
355
|
-
static loadUnsafe<T>(source:
|
|
356
|
-
static loadUnsafe<T>(source:
|
|
357
|
-
static log(vector: Vector128_1<
|
|
358
|
-
static log(vector: Vector128_1<
|
|
359
|
-
static log2(vector: Vector128_1<
|
|
360
|
-
static log2(vector: Vector128_1<
|
|
330
|
+
static loadUnsafe<T>(source: T, elementOffset: nuint): Vector128_1<T>;
|
|
331
|
+
static loadUnsafe<T>(source: T): Vector128_1<T>;
|
|
332
|
+
static log(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
333
|
+
static log(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
334
|
+
static log2(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
335
|
+
static log2(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
361
336
|
static max<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
362
337
|
static maxMagnitude<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
363
338
|
static maxMagnitudeNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
@@ -371,117 +346,117 @@ export abstract class Vector128$instance {
|
|
|
371
346
|
static multiply<T>(left: T, right: Vector128_1<T>): Vector128_1<T>;
|
|
372
347
|
static multiply<T>(left: Vector128_1<T>, right: T): Vector128_1<T>;
|
|
373
348
|
static multiply<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
374
|
-
static multiplyAddEstimate(left: Vector128_1<
|
|
375
|
-
static multiplyAddEstimate(left: Vector128_1<
|
|
376
|
-
static narrow(lower: Vector128_1<
|
|
377
|
-
static narrow(lower: Vector128_1<
|
|
378
|
-
static narrow(lower: Vector128_1<
|
|
379
|
-
static narrow(lower: Vector128_1<
|
|
380
|
-
static narrow(lower: Vector128_1<
|
|
381
|
-
static narrow(lower: Vector128_1<
|
|
382
|
-
static narrow(lower: Vector128_1<
|
|
383
|
-
static narrowWithSaturation(lower: Vector128_1<
|
|
384
|
-
static narrowWithSaturation(lower: Vector128_1<
|
|
385
|
-
static narrowWithSaturation(lower: Vector128_1<
|
|
386
|
-
static narrowWithSaturation(lower: Vector128_1<
|
|
387
|
-
static narrowWithSaturation(lower: Vector128_1<
|
|
388
|
-
static narrowWithSaturation(lower: Vector128_1<
|
|
389
|
-
static narrowWithSaturation(lower: Vector128_1<
|
|
349
|
+
static multiplyAddEstimate(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>, addend: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
350
|
+
static multiplyAddEstimate(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>, addend: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
351
|
+
static narrow(lower: Vector128_1<System_Internal.Double>, upper: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Single>;
|
|
352
|
+
static narrow(lower: Vector128_1<System_Internal.Int16>, upper: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.SByte>;
|
|
353
|
+
static narrow(lower: Vector128_1<System_Internal.Int32>, upper: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int16>;
|
|
354
|
+
static narrow(lower: Vector128_1<System_Internal.Int64>, upper: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int32>;
|
|
355
|
+
static narrow(lower: Vector128_1<System_Internal.UInt16>, upper: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.Byte>;
|
|
356
|
+
static narrow(lower: Vector128_1<System_Internal.UInt32>, upper: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt16>;
|
|
357
|
+
static narrow(lower: Vector128_1<System_Internal.UInt64>, upper: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt32>;
|
|
358
|
+
static narrowWithSaturation(lower: Vector128_1<System_Internal.Double>, upper: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Single>;
|
|
359
|
+
static narrowWithSaturation(lower: Vector128_1<System_Internal.Int16>, upper: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.SByte>;
|
|
360
|
+
static narrowWithSaturation(lower: Vector128_1<System_Internal.Int32>, upper: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int16>;
|
|
361
|
+
static narrowWithSaturation(lower: Vector128_1<System_Internal.Int64>, upper: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int32>;
|
|
362
|
+
static narrowWithSaturation(lower: Vector128_1<System_Internal.UInt16>, upper: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.Byte>;
|
|
363
|
+
static narrowWithSaturation(lower: Vector128_1<System_Internal.UInt32>, upper: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt16>;
|
|
364
|
+
static narrowWithSaturation(lower: Vector128_1<System_Internal.UInt64>, upper: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt32>;
|
|
390
365
|
static negate<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
391
366
|
static none<T>(vector: Vector128_1<T>, value: T): boolean;
|
|
392
367
|
static noneWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
|
|
393
368
|
static onesComplement<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
394
|
-
static radiansToDegrees(radians: Vector128_1<
|
|
395
|
-
static radiansToDegrees(radians: Vector128_1<
|
|
396
|
-
static round(vector: Vector128_1<
|
|
397
|
-
static round(vector: Vector128_1<
|
|
398
|
-
static round(vector: Vector128_1<
|
|
399
|
-
static round(vector: Vector128_1<
|
|
400
|
-
static shiftLeft(vector: Vector128_1<
|
|
401
|
-
static shiftLeft(vector: Vector128_1<
|
|
402
|
-
static shiftLeft(vector: Vector128_1<
|
|
403
|
-
static shiftLeft(vector: Vector128_1<
|
|
404
|
-
static shiftLeft(vector: Vector128_1<
|
|
405
|
-
static shiftLeft(vector: Vector128_1<
|
|
406
|
-
static shiftLeft(vector: Vector128_1<
|
|
407
|
-
static shiftLeft(vector: Vector128_1<
|
|
408
|
-
static shiftLeft(vector: Vector128_1<
|
|
409
|
-
static shiftLeft(vector: Vector128_1<
|
|
410
|
-
static shiftRightArithmetic(vector: Vector128_1<
|
|
411
|
-
static shiftRightArithmetic(vector: Vector128_1<
|
|
412
|
-
static shiftRightArithmetic(vector: Vector128_1<
|
|
413
|
-
static shiftRightArithmetic(vector: Vector128_1<
|
|
414
|
-
static shiftRightArithmetic(vector: Vector128_1<
|
|
415
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
416
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
417
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
418
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
419
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
420
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
421
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
422
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
423
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
424
|
-
static shiftRightLogical(vector: Vector128_1<
|
|
425
|
-
static shuffle(vector: Vector128_1<
|
|
426
|
-
static shuffle(vector: Vector128_1<
|
|
427
|
-
static shuffle(vector: Vector128_1<
|
|
428
|
-
static shuffle(vector: Vector128_1<
|
|
429
|
-
static shuffle(vector: Vector128_1<
|
|
430
|
-
static shuffle(vector: Vector128_1<
|
|
431
|
-
static shuffle(vector: Vector128_1<
|
|
432
|
-
static shuffle(vector: Vector128_1<
|
|
433
|
-
static shuffle(vector: Vector128_1<
|
|
434
|
-
static shuffle(vector: Vector128_1<
|
|
435
|
-
static shuffleNative(vector: Vector128_1<
|
|
436
|
-
static shuffleNative(vector: Vector128_1<
|
|
437
|
-
static shuffleNative(vector: Vector128_1<
|
|
438
|
-
static shuffleNative(vector: Vector128_1<
|
|
439
|
-
static shuffleNative(vector: Vector128_1<
|
|
440
|
-
static shuffleNative(vector: Vector128_1<
|
|
441
|
-
static shuffleNative(vector: Vector128_1<
|
|
442
|
-
static shuffleNative(vector: Vector128_1<
|
|
443
|
-
static shuffleNative(vector: Vector128_1<
|
|
444
|
-
static shuffleNative(vector: Vector128_1<
|
|
445
|
-
static sin(vector: Vector128_1<
|
|
446
|
-
static sin(vector: Vector128_1<
|
|
447
|
-
static sinCos(vector: Vector128_1<
|
|
448
|
-
static sinCos(vector: Vector128_1<
|
|
369
|
+
static radiansToDegrees(radians: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
370
|
+
static radiansToDegrees(radians: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
371
|
+
static round(vector: Vector128_1<System_Internal.Double>, mode: MidpointRounding): Vector128_1<System_Internal.Double>;
|
|
372
|
+
static round(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
373
|
+
static round(vector: Vector128_1<System_Internal.Single>, mode: MidpointRounding): Vector128_1<System_Internal.Single>;
|
|
374
|
+
static round(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
375
|
+
static shiftLeft(vector: Vector128_1<System_Internal.Byte>, shiftCount: int): Vector128_1<System_Internal.Byte>;
|
|
376
|
+
static shiftLeft(vector: Vector128_1<System_Internal.Int16>, shiftCount: int): Vector128_1<System_Internal.Int16>;
|
|
377
|
+
static shiftLeft(vector: Vector128_1<System_Internal.Int32>, shiftCount: int): Vector128_1<System_Internal.Int32>;
|
|
378
|
+
static shiftLeft(vector: Vector128_1<System_Internal.Int64>, shiftCount: int): Vector128_1<System_Internal.Int64>;
|
|
379
|
+
static shiftLeft(vector: Vector128_1<System_Internal.IntPtr>, shiftCount: int): Vector128_1<System_Internal.IntPtr>;
|
|
380
|
+
static shiftLeft(vector: Vector128_1<System_Internal.SByte>, shiftCount: int): Vector128_1<System_Internal.SByte>;
|
|
381
|
+
static shiftLeft(vector: Vector128_1<System_Internal.UInt16>, shiftCount: int): Vector128_1<System_Internal.UInt16>;
|
|
382
|
+
static shiftLeft(vector: Vector128_1<System_Internal.UInt32>, shiftCount: int): Vector128_1<System_Internal.UInt32>;
|
|
383
|
+
static shiftLeft(vector: Vector128_1<System_Internal.UInt64>, shiftCount: int): Vector128_1<System_Internal.UInt64>;
|
|
384
|
+
static shiftLeft(vector: Vector128_1<System_Internal.UIntPtr>, shiftCount: int): Vector128_1<System_Internal.UIntPtr>;
|
|
385
|
+
static shiftRightArithmetic(vector: Vector128_1<System_Internal.Int16>, shiftCount: int): Vector128_1<System_Internal.Int16>;
|
|
386
|
+
static shiftRightArithmetic(vector: Vector128_1<System_Internal.Int32>, shiftCount: int): Vector128_1<System_Internal.Int32>;
|
|
387
|
+
static shiftRightArithmetic(vector: Vector128_1<System_Internal.Int64>, shiftCount: int): Vector128_1<System_Internal.Int64>;
|
|
388
|
+
static shiftRightArithmetic(vector: Vector128_1<System_Internal.IntPtr>, shiftCount: int): Vector128_1<System_Internal.IntPtr>;
|
|
389
|
+
static shiftRightArithmetic(vector: Vector128_1<System_Internal.SByte>, shiftCount: int): Vector128_1<System_Internal.SByte>;
|
|
390
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.Byte>, shiftCount: int): Vector128_1<System_Internal.Byte>;
|
|
391
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.Int16>, shiftCount: int): Vector128_1<System_Internal.Int16>;
|
|
392
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.Int32>, shiftCount: int): Vector128_1<System_Internal.Int32>;
|
|
393
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.Int64>, shiftCount: int): Vector128_1<System_Internal.Int64>;
|
|
394
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.IntPtr>, shiftCount: int): Vector128_1<System_Internal.IntPtr>;
|
|
395
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.SByte>, shiftCount: int): Vector128_1<System_Internal.SByte>;
|
|
396
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.UInt16>, shiftCount: int): Vector128_1<System_Internal.UInt16>;
|
|
397
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.UInt32>, shiftCount: int): Vector128_1<System_Internal.UInt32>;
|
|
398
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.UInt64>, shiftCount: int): Vector128_1<System_Internal.UInt64>;
|
|
399
|
+
static shiftRightLogical(vector: Vector128_1<System_Internal.UIntPtr>, shiftCount: int): Vector128_1<System_Internal.UIntPtr>;
|
|
400
|
+
static shuffle(vector: Vector128_1<System_Internal.Byte>, indices: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
|
|
401
|
+
static shuffle(vector: Vector128_1<System_Internal.Double>, indices: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Double>;
|
|
402
|
+
static shuffle(vector: Vector128_1<System_Internal.Int16>, indices: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
|
|
403
|
+
static shuffle(vector: Vector128_1<System_Internal.Int32>, indices: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
|
|
404
|
+
static shuffle(vector: Vector128_1<System_Internal.Int64>, indices: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
|
|
405
|
+
static shuffle(vector: Vector128_1<System_Internal.SByte>, indices: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
|
|
406
|
+
static shuffle(vector: Vector128_1<System_Internal.Single>, indices: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Single>;
|
|
407
|
+
static shuffle(vector: Vector128_1<System_Internal.UInt16>, indices: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
|
|
408
|
+
static shuffle(vector: Vector128_1<System_Internal.UInt32>, indices: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
|
|
409
|
+
static shuffle(vector: Vector128_1<System_Internal.UInt64>, indices: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
|
|
410
|
+
static shuffleNative(vector: Vector128_1<System_Internal.Byte>, indices: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
|
|
411
|
+
static shuffleNative(vector: Vector128_1<System_Internal.Double>, indices: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Double>;
|
|
412
|
+
static shuffleNative(vector: Vector128_1<System_Internal.Int16>, indices: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
|
|
413
|
+
static shuffleNative(vector: Vector128_1<System_Internal.Int32>, indices: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
|
|
414
|
+
static shuffleNative(vector: Vector128_1<System_Internal.Int64>, indices: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
|
|
415
|
+
static shuffleNative(vector: Vector128_1<System_Internal.SByte>, indices: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
|
|
416
|
+
static shuffleNative(vector: Vector128_1<System_Internal.Single>, indices: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Single>;
|
|
417
|
+
static shuffleNative(vector: Vector128_1<System_Internal.UInt16>, indices: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
|
|
418
|
+
static shuffleNative(vector: Vector128_1<System_Internal.UInt32>, indices: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
|
|
419
|
+
static shuffleNative(vector: Vector128_1<System_Internal.UInt64>, indices: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
|
|
420
|
+
static sin(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
421
|
+
static sin(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
422
|
+
static sinCos(vector: Vector128_1<System_Internal.Double>): ValueTuple_2<Vector128_1<System_Internal.Double>, Vector128_1<System_Internal.Double>>;
|
|
423
|
+
static sinCos(vector: Vector128_1<System_Internal.Single>): ValueTuple_2<Vector128_1<System_Internal.Single>, Vector128_1<System_Internal.Single>>;
|
|
449
424
|
static sqrt<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
450
425
|
static store<T>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
451
426
|
static storeAligned<T>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
452
427
|
static storeAlignedNonTemporal<T>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
453
|
-
static storeUnsafe<T>(source: Vector128_1<T>, destination:
|
|
454
|
-
static storeUnsafe<T>(source: Vector128_1<T>, destination:
|
|
428
|
+
static storeUnsafe<T>(source: Vector128_1<T>, destination: T, elementOffset: nuint): void;
|
|
429
|
+
static storeUnsafe<T>(source: Vector128_1<T>, destination: T): void;
|
|
455
430
|
static subtract<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
456
431
|
static subtractSaturate<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
457
432
|
static sum<T>(vector: Vector128_1<T>): T;
|
|
458
433
|
static toScalar<T>(vector: Vector128_1<T>): T;
|
|
459
434
|
static toVector256<T>(vector: Vector128_1<T>): Vector256_1<T>;
|
|
460
435
|
static toVector256Unsafe<T>(vector: Vector128_1<T>): Vector256_1<T>;
|
|
461
|
-
static truncate(vector: Vector128_1<
|
|
462
|
-
static truncate(vector: Vector128_1<
|
|
436
|
+
static truncate(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
437
|
+
static truncate(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
463
438
|
static tryCopyTo<T>(vector: Vector128_1<T>, destination: Span_1<T>): boolean;
|
|
464
|
-
static widen(source: Vector128_1<
|
|
465
|
-
static widen(source: Vector128_1<
|
|
466
|
-
static widen(source: Vector128_1<
|
|
467
|
-
static widen(source: Vector128_1<
|
|
468
|
-
static widen(source: Vector128_1<
|
|
469
|
-
static widen(source: Vector128_1<
|
|
470
|
-
static widen(source: Vector128_1<
|
|
471
|
-
static widenLower(source: Vector128_1<
|
|
472
|
-
static widenLower(source: Vector128_1<
|
|
473
|
-
static widenLower(source: Vector128_1<
|
|
474
|
-
static widenLower(source: Vector128_1<
|
|
475
|
-
static widenLower(source: Vector128_1<
|
|
476
|
-
static widenLower(source: Vector128_1<
|
|
477
|
-
static widenLower(source: Vector128_1<
|
|
478
|
-
static widenUpper(source: Vector128_1<
|
|
479
|
-
static widenUpper(source: Vector128_1<
|
|
480
|
-
static widenUpper(source: Vector128_1<
|
|
481
|
-
static widenUpper(source: Vector128_1<
|
|
482
|
-
static widenUpper(source: Vector128_1<
|
|
483
|
-
static widenUpper(source: Vector128_1<
|
|
484
|
-
static widenUpper(source: Vector128_1<
|
|
439
|
+
static widen(source: Vector128_1<System_Internal.Byte>): ValueTuple_2<Vector128_1<System_Internal.UInt16>, Vector128_1<System_Internal.UInt16>>;
|
|
440
|
+
static widen(source: Vector128_1<System_Internal.Int16>): ValueTuple_2<Vector128_1<System_Internal.Int32>, Vector128_1<System_Internal.Int32>>;
|
|
441
|
+
static widen(source: Vector128_1<System_Internal.Int32>): ValueTuple_2<Vector128_1<System_Internal.Int64>, Vector128_1<System_Internal.Int64>>;
|
|
442
|
+
static widen(source: Vector128_1<System_Internal.SByte>): ValueTuple_2<Vector128_1<System_Internal.Int16>, Vector128_1<System_Internal.Int16>>;
|
|
443
|
+
static widen(source: Vector128_1<System_Internal.Single>): ValueTuple_2<Vector128_1<System_Internal.Double>, Vector128_1<System_Internal.Double>>;
|
|
444
|
+
static widen(source: Vector128_1<System_Internal.UInt16>): ValueTuple_2<Vector128_1<System_Internal.UInt32>, Vector128_1<System_Internal.UInt32>>;
|
|
445
|
+
static widen(source: Vector128_1<System_Internal.UInt32>): ValueTuple_2<Vector128_1<System_Internal.UInt64>, Vector128_1<System_Internal.UInt64>>;
|
|
446
|
+
static widenLower(source: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.UInt16>;
|
|
447
|
+
static widenLower(source: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
|
|
448
|
+
static widenLower(source: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int64>;
|
|
449
|
+
static widenLower(source: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.Int16>;
|
|
450
|
+
static widenLower(source: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Double>;
|
|
451
|
+
static widenLower(source: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
|
|
452
|
+
static widenLower(source: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
|
|
453
|
+
static widenUpper(source: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.UInt16>;
|
|
454
|
+
static widenUpper(source: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
|
|
455
|
+
static widenUpper(source: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int64>;
|
|
456
|
+
static widenUpper(source: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.Int16>;
|
|
457
|
+
static widenUpper(source: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Double>;
|
|
458
|
+
static widenUpper(source: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
|
|
459
|
+
static widenUpper(source: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
|
|
485
460
|
static withElement<T>(vector: Vector128_1<T>, index: int, value: T): Vector128_1<T>;
|
|
486
461
|
static withLower<T>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
|
|
487
462
|
static withUpper<T>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
|
|
@@ -502,130 +477,130 @@ export abstract class Vector256$instance {
|
|
|
502
477
|
static any_<T>(vector: Vector256_1<T>, value: T): boolean;
|
|
503
478
|
static anyWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
|
|
504
479
|
static as_<TFrom, TTo>(vector: Vector256_1<TFrom>): Vector256_1<TTo>;
|
|
505
|
-
static asByte<T>(vector: Vector256_1<T>): Vector256_1<
|
|
506
|
-
static asDouble<T>(vector: Vector256_1<T>): Vector256_1<
|
|
507
|
-
static asInt16<T>(vector: Vector256_1<T>): Vector256_1<
|
|
508
|
-
static asInt32<T>(vector: Vector256_1<T>): Vector256_1<
|
|
509
|
-
static asInt64<T>(vector: Vector256_1<T>): Vector256_1<
|
|
510
|
-
static asNInt<T>(vector: Vector256_1<T>): Vector256_1<
|
|
511
|
-
static asNUInt<T>(vector: Vector256_1<T>): Vector256_1<
|
|
512
|
-
static asSByte<T>(vector: Vector256_1<T>): Vector256_1<
|
|
513
|
-
static asSingle<T>(vector: Vector256_1<T>): Vector256_1<
|
|
514
|
-
static asUInt16<T>(vector: Vector256_1<T>): Vector256_1<
|
|
515
|
-
static asUInt32<T>(vector: Vector256_1<T>): Vector256_1<
|
|
516
|
-
static asUInt64<T>(vector: Vector256_1<T>): Vector256_1<
|
|
480
|
+
static asByte<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Byte>;
|
|
481
|
+
static asDouble<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Double>;
|
|
482
|
+
static asInt16<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int16>;
|
|
483
|
+
static asInt32<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int32>;
|
|
484
|
+
static asInt64<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int64>;
|
|
485
|
+
static asNInt<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.IntPtr>;
|
|
486
|
+
static asNUInt<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UIntPtr>;
|
|
487
|
+
static asSByte<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.SByte>;
|
|
488
|
+
static asSingle<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Single>;
|
|
489
|
+
static asUInt16<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt16>;
|
|
490
|
+
static asUInt32<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt32>;
|
|
491
|
+
static asUInt64<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt64>;
|
|
517
492
|
static asVector<T>(value: Vector256_1<T>): Vector_1<T>;
|
|
518
493
|
static asVector256<T>(value: Vector_1<T>): Vector256_1<T>;
|
|
519
494
|
static bitwiseAnd<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
520
495
|
static bitwiseOr<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
521
|
-
static ceiling(vector: Vector256_1<
|
|
522
|
-
static ceiling(vector: Vector256_1<
|
|
496
|
+
static ceiling(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
497
|
+
static ceiling(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
523
498
|
static clamp<T>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
|
|
524
499
|
static clampNative<T>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
|
|
525
500
|
static conditionalSelect<T>(condition: Vector256_1<T>, left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
526
|
-
static convertToDouble(vector: Vector256_1<
|
|
527
|
-
static convertToDouble(vector: Vector256_1<
|
|
528
|
-
static convertToInt32(vector: Vector256_1<
|
|
529
|
-
static convertToInt32Native(vector: Vector256_1<
|
|
530
|
-
static convertToInt64(vector: Vector256_1<
|
|
531
|
-
static convertToInt64Native(vector: Vector256_1<
|
|
532
|
-
static convertToSingle(vector: Vector256_1<
|
|
533
|
-
static convertToSingle(vector: Vector256_1<
|
|
534
|
-
static convertToUInt32(vector: Vector256_1<
|
|
535
|
-
static convertToUInt32Native(vector: Vector256_1<
|
|
536
|
-
static convertToUInt64(vector: Vector256_1<
|
|
537
|
-
static convertToUInt64Native(vector: Vector256_1<
|
|
501
|
+
static convertToDouble(vector: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Double>;
|
|
502
|
+
static convertToDouble(vector: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.Double>;
|
|
503
|
+
static convertToInt32(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Int32>;
|
|
504
|
+
static convertToInt32Native(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Int32>;
|
|
505
|
+
static convertToInt64(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Int64>;
|
|
506
|
+
static convertToInt64Native(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Int64>;
|
|
507
|
+
static convertToSingle(vector: Vector256_1<System_Internal.Int32>): Vector256_1<System_Internal.Single>;
|
|
508
|
+
static convertToSingle(vector: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.Single>;
|
|
509
|
+
static convertToUInt32(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.UInt32>;
|
|
510
|
+
static convertToUInt32Native(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.UInt32>;
|
|
511
|
+
static convertToUInt64(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.UInt64>;
|
|
512
|
+
static convertToUInt64Native(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.UInt64>;
|
|
538
513
|
static copySign<T>(value: Vector256_1<T>, sign: Vector256_1<T>): Vector256_1<T>;
|
|
539
514
|
static copyTo<T>(vector: Vector256_1<T>, destination: Span_1<T>): void;
|
|
540
515
|
static copyTo<T>(vector: Vector256_1<T>, destination: T[], startIndex: int): void;
|
|
541
516
|
static copyTo<T>(vector: Vector256_1<T>, destination: T[]): void;
|
|
542
|
-
static cos(vector: Vector256_1<
|
|
543
|
-
static cos(vector: Vector256_1<
|
|
517
|
+
static cos(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
518
|
+
static cos(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
544
519
|
static count<T>(vector: Vector256_1<T>, value: T): int;
|
|
545
520
|
static countWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
|
|
546
521
|
static create<T>(values: ReadOnlySpan_1<T>): Vector256_1<T>;
|
|
547
|
-
static create(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<
|
|
548
|
-
static create(value: byte): Vector256_1<
|
|
549
|
-
static create(e0: double, e1: double, e2: double, e3: double): Vector256_1<
|
|
550
|
-
static create(value: double): Vector256_1<
|
|
551
|
-
static create(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<
|
|
552
|
-
static create(value: short): Vector256_1<
|
|
553
|
-
static create(e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int): Vector256_1<
|
|
554
|
-
static create(value: int): Vector256_1<
|
|
555
|
-
static create(e0: long, e1: long, e2: long, e3: long): Vector256_1<
|
|
556
|
-
static create(value: long): Vector256_1<
|
|
557
|
-
static create(value: nint): Vector256_1<
|
|
558
|
-
static create(lower: Vector128_1<
|
|
559
|
-
static create(lower: Vector128_1<
|
|
560
|
-
static create(lower: Vector128_1<
|
|
561
|
-
static create(lower: Vector128_1<
|
|
562
|
-
static create(lower: Vector128_1<
|
|
563
|
-
static create(lower: Vector128_1<
|
|
564
|
-
static create(lower: Vector128_1<
|
|
565
|
-
static create(lower: Vector128_1<
|
|
566
|
-
static create(lower: Vector128_1<
|
|
567
|
-
static create(lower: Vector128_1<
|
|
568
|
-
static create(lower: Vector128_1<
|
|
569
|
-
static create(lower: Vector128_1<
|
|
570
|
-
static create(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<
|
|
571
|
-
static create(value: sbyte): Vector256_1<
|
|
572
|
-
static create(e0: float, e1: float, e2: float, e3: float, e4: float, e5: float, e6: float, e7: float): Vector256_1<
|
|
573
|
-
static create(value: float): Vector256_1<
|
|
574
|
-
static create(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<
|
|
575
|
-
static create(value: ushort): Vector256_1<
|
|
576
|
-
static create(e0: uint, e1: uint, e2: uint, e3: uint, e4: uint, e5: uint, e6: uint, e7: uint): Vector256_1<
|
|
577
|
-
static create(value: uint): Vector256_1<
|
|
578
|
-
static create(e0: ulong, e1: ulong, e2: ulong, e3: ulong): Vector256_1<
|
|
579
|
-
static create(value: ulong): Vector256_1<
|
|
580
|
-
static create(value: nuint): Vector256_1<
|
|
522
|
+
static create(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<System_Internal.Byte>;
|
|
523
|
+
static create(value: byte): Vector256_1<System_Internal.Byte>;
|
|
524
|
+
static create(e0: double, e1: double, e2: double, e3: double): Vector256_1<System_Internal.Double>;
|
|
525
|
+
static create(value: double): Vector256_1<System_Internal.Double>;
|
|
526
|
+
static create(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<System_Internal.Int16>;
|
|
527
|
+
static create(value: short): Vector256_1<System_Internal.Int16>;
|
|
528
|
+
static create(e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int): Vector256_1<System_Internal.Int32>;
|
|
529
|
+
static create(value: int): Vector256_1<System_Internal.Int32>;
|
|
530
|
+
static create(e0: long, e1: long, e2: long, e3: long): Vector256_1<System_Internal.Int64>;
|
|
531
|
+
static create(value: long): Vector256_1<System_Internal.Int64>;
|
|
532
|
+
static create(value: nint): Vector256_1<System_Internal.IntPtr>;
|
|
533
|
+
static create(lower: Vector128_1<System_Internal.Byte>, upper: Vector128_1<System_Internal.Byte>): Vector256_1<System_Internal.Byte>;
|
|
534
|
+
static create(lower: Vector128_1<System_Internal.Double>, upper: Vector128_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
535
|
+
static create(lower: Vector128_1<System_Internal.Int16>, upper: Vector128_1<System_Internal.Int16>): Vector256_1<System_Internal.Int16>;
|
|
536
|
+
static create(lower: Vector128_1<System_Internal.Int32>, upper: Vector128_1<System_Internal.Int32>): Vector256_1<System_Internal.Int32>;
|
|
537
|
+
static create(lower: Vector128_1<System_Internal.Int64>, upper: Vector128_1<System_Internal.Int64>): Vector256_1<System_Internal.Int64>;
|
|
538
|
+
static create(lower: Vector128_1<System_Internal.IntPtr>, upper: Vector128_1<System_Internal.IntPtr>): Vector256_1<System_Internal.IntPtr>;
|
|
539
|
+
static create(lower: Vector128_1<System_Internal.SByte>, upper: Vector128_1<System_Internal.SByte>): Vector256_1<System_Internal.SByte>;
|
|
540
|
+
static create(lower: Vector128_1<System_Internal.Single>, upper: Vector128_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
541
|
+
static create(lower: Vector128_1<System_Internal.UInt16>, upper: Vector128_1<System_Internal.UInt16>): Vector256_1<System_Internal.UInt16>;
|
|
542
|
+
static create(lower: Vector128_1<System_Internal.UInt32>, upper: Vector128_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt32>;
|
|
543
|
+
static create(lower: Vector128_1<System_Internal.UInt64>, upper: Vector128_1<System_Internal.UInt64>): Vector256_1<System_Internal.UInt64>;
|
|
544
|
+
static create(lower: Vector128_1<System_Internal.UIntPtr>, upper: Vector128_1<System_Internal.UIntPtr>): Vector256_1<System_Internal.UIntPtr>;
|
|
545
|
+
static create(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<System_Internal.SByte>;
|
|
546
|
+
static create(value: sbyte): Vector256_1<System_Internal.SByte>;
|
|
547
|
+
static create(e0: float, e1: float, e2: float, e3: float, e4: float, e5: float, e6: float, e7: float): Vector256_1<System_Internal.Single>;
|
|
548
|
+
static create(value: float): Vector256_1<System_Internal.Single>;
|
|
549
|
+
static create(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<System_Internal.UInt16>;
|
|
550
|
+
static create(value: ushort): Vector256_1<System_Internal.UInt16>;
|
|
551
|
+
static create(e0: uint, e1: uint, e2: uint, e3: uint, e4: uint, e5: uint, e6: uint, e7: uint): Vector256_1<System_Internal.UInt32>;
|
|
552
|
+
static create(value: uint): Vector256_1<System_Internal.UInt32>;
|
|
553
|
+
static create(e0: ulong, e1: ulong, e2: ulong, e3: ulong): Vector256_1<System_Internal.UInt64>;
|
|
554
|
+
static create(value: ulong): Vector256_1<System_Internal.UInt64>;
|
|
555
|
+
static create(value: nuint): Vector256_1<System_Internal.UIntPtr>;
|
|
581
556
|
static create<T>(value: T): Vector256_1<T>;
|
|
582
557
|
static create<T>(values: T[], index: int): Vector256_1<T>;
|
|
583
558
|
static create<T>(values: T[]): Vector256_1<T>;
|
|
584
559
|
static create<T>(lower: Vector128_1<T>, upper: Vector128_1<T>): Vector256_1<T>;
|
|
585
560
|
static create<T>(value: Vector128_1<T>): Vector256_1<T>;
|
|
586
561
|
static create<T>(value: Vector64_1<T>): Vector256_1<T>;
|
|
587
|
-
static createScalar(value: byte): Vector256_1<
|
|
588
|
-
static createScalar(value: double): Vector256_1<
|
|
589
|
-
static createScalar(value: short): Vector256_1<
|
|
590
|
-
static createScalar(value: int): Vector256_1<
|
|
591
|
-
static createScalar(value: long): Vector256_1<
|
|
592
|
-
static createScalar(value: nint): Vector256_1<
|
|
593
|
-
static createScalar(value: sbyte): Vector256_1<
|
|
594
|
-
static createScalar(value: float): Vector256_1<
|
|
595
|
-
static createScalar(value: ushort): Vector256_1<
|
|
596
|
-
static createScalar(value: uint): Vector256_1<
|
|
597
|
-
static createScalar(value: ulong): Vector256_1<
|
|
598
|
-
static createScalar(value: nuint): Vector256_1<
|
|
562
|
+
static createScalar(value: byte): Vector256_1<System_Internal.Byte>;
|
|
563
|
+
static createScalar(value: double): Vector256_1<System_Internal.Double>;
|
|
564
|
+
static createScalar(value: short): Vector256_1<System_Internal.Int16>;
|
|
565
|
+
static createScalar(value: int): Vector256_1<System_Internal.Int32>;
|
|
566
|
+
static createScalar(value: long): Vector256_1<System_Internal.Int64>;
|
|
567
|
+
static createScalar(value: nint): Vector256_1<System_Internal.IntPtr>;
|
|
568
|
+
static createScalar(value: sbyte): Vector256_1<System_Internal.SByte>;
|
|
569
|
+
static createScalar(value: float): Vector256_1<System_Internal.Single>;
|
|
570
|
+
static createScalar(value: ushort): Vector256_1<System_Internal.UInt16>;
|
|
571
|
+
static createScalar(value: uint): Vector256_1<System_Internal.UInt32>;
|
|
572
|
+
static createScalar(value: ulong): Vector256_1<System_Internal.UInt64>;
|
|
573
|
+
static createScalar(value: nuint): Vector256_1<System_Internal.UIntPtr>;
|
|
599
574
|
static createScalar<T>(value: T): Vector256_1<T>;
|
|
600
|
-
static createScalarUnsafe(value: byte): Vector256_1<
|
|
601
|
-
static createScalarUnsafe(value: double): Vector256_1<
|
|
602
|
-
static createScalarUnsafe(value: short): Vector256_1<
|
|
603
|
-
static createScalarUnsafe(value: int): Vector256_1<
|
|
604
|
-
static createScalarUnsafe(value: long): Vector256_1<
|
|
605
|
-
static createScalarUnsafe(value: nint): Vector256_1<
|
|
606
|
-
static createScalarUnsafe(value: sbyte): Vector256_1<
|
|
607
|
-
static createScalarUnsafe(value: float): Vector256_1<
|
|
608
|
-
static createScalarUnsafe(value: ushort): Vector256_1<
|
|
609
|
-
static createScalarUnsafe(value: uint): Vector256_1<
|
|
610
|
-
static createScalarUnsafe(value: ulong): Vector256_1<
|
|
611
|
-
static createScalarUnsafe(value: nuint): Vector256_1<
|
|
575
|
+
static createScalarUnsafe(value: byte): Vector256_1<System_Internal.Byte>;
|
|
576
|
+
static createScalarUnsafe(value: double): Vector256_1<System_Internal.Double>;
|
|
577
|
+
static createScalarUnsafe(value: short): Vector256_1<System_Internal.Int16>;
|
|
578
|
+
static createScalarUnsafe(value: int): Vector256_1<System_Internal.Int32>;
|
|
579
|
+
static createScalarUnsafe(value: long): Vector256_1<System_Internal.Int64>;
|
|
580
|
+
static createScalarUnsafe(value: nint): Vector256_1<System_Internal.IntPtr>;
|
|
581
|
+
static createScalarUnsafe(value: sbyte): Vector256_1<System_Internal.SByte>;
|
|
582
|
+
static createScalarUnsafe(value: float): Vector256_1<System_Internal.Single>;
|
|
583
|
+
static createScalarUnsafe(value: ushort): Vector256_1<System_Internal.UInt16>;
|
|
584
|
+
static createScalarUnsafe(value: uint): Vector256_1<System_Internal.UInt32>;
|
|
585
|
+
static createScalarUnsafe(value: ulong): Vector256_1<System_Internal.UInt64>;
|
|
586
|
+
static createScalarUnsafe(value: nuint): Vector256_1<System_Internal.UIntPtr>;
|
|
612
587
|
static createScalarUnsafe<T>(value: T): Vector256_1<T>;
|
|
613
588
|
static createSequence<T>(start: T, step: T): Vector256_1<T>;
|
|
614
|
-
static degreesToRadians(degrees: Vector256_1<
|
|
615
|
-
static degreesToRadians(degrees: Vector256_1<
|
|
589
|
+
static degreesToRadians(degrees: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
590
|
+
static degreesToRadians(degrees: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
616
591
|
static divide<T>(left: Vector256_1<T>, right: T): Vector256_1<T>;
|
|
617
592
|
static divide<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
618
593
|
static dot<T>(left: Vector256_1<T>, right: Vector256_1<T>): T;
|
|
619
594
|
static equals<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
620
595
|
static equalsAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
621
596
|
static equalsAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
622
|
-
static exp(vector: Vector256_1<
|
|
623
|
-
static exp(vector: Vector256_1<
|
|
597
|
+
static exp(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
598
|
+
static exp(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
624
599
|
static extractMostSignificantBits<T>(vector: Vector256_1<T>): uint;
|
|
625
|
-
static floor(vector: Vector256_1<
|
|
626
|
-
static floor(vector: Vector256_1<
|
|
627
|
-
static fusedMultiplyAdd(left: Vector256_1<
|
|
628
|
-
static fusedMultiplyAdd(left: Vector256_1<
|
|
600
|
+
static floor(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
601
|
+
static floor(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
602
|
+
static fusedMultiplyAdd(left: Vector256_1<System_Internal.Double>, right: Vector256_1<System_Internal.Double>, addend: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
603
|
+
static fusedMultiplyAdd(left: Vector256_1<System_Internal.Single>, right: Vector256_1<System_Internal.Single>, addend: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
629
604
|
static getElement<T>(vector: Vector256_1<T>, index: int): T;
|
|
630
605
|
static getLower<T>(vector: Vector256_1<T>): Vector128_1<T>;
|
|
631
606
|
static getUpper<T>(vector: Vector256_1<T>): Vector128_1<T>;
|
|
@@ -635,8 +610,8 @@ export abstract class Vector256$instance {
|
|
|
635
610
|
static greaterThanOrEqual<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
636
611
|
static greaterThanOrEqualAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
637
612
|
static greaterThanOrEqualAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
638
|
-
static hypot(x: Vector256_1<
|
|
639
|
-
static hypot(x: Vector256_1<
|
|
613
|
+
static hypot(x: Vector256_1<System_Internal.Double>, y: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
614
|
+
static hypot(x: Vector256_1<System_Internal.Single>, y: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
640
615
|
static indexOf<T>(vector: Vector256_1<T>, value: T): int;
|
|
641
616
|
static indexOfWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
|
|
642
617
|
static isEvenInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
@@ -654,8 +629,8 @@ export abstract class Vector256$instance {
|
|
|
654
629
|
static isZero<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
655
630
|
static lastIndexOf<T>(vector: Vector256_1<T>, value: T): int;
|
|
656
631
|
static lastIndexOfWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
|
|
657
|
-
static lerp(x: Vector256_1<
|
|
658
|
-
static lerp(x: Vector256_1<
|
|
632
|
+
static lerp(x: Vector256_1<System_Internal.Double>, y: Vector256_1<System_Internal.Double>, amount: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
633
|
+
static lerp(x: Vector256_1<System_Internal.Single>, y: Vector256_1<System_Internal.Single>, amount: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
659
634
|
static lessThan<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
660
635
|
static lessThanAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
661
636
|
static lessThanAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
@@ -665,12 +640,12 @@ export abstract class Vector256$instance {
|
|
|
665
640
|
static load<T>(source: ptr<T>): Vector256_1<T>;
|
|
666
641
|
static loadAligned<T>(source: ptr<T>): Vector256_1<T>;
|
|
667
642
|
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector256_1<T>;
|
|
668
|
-
static loadUnsafe<T>(source:
|
|
669
|
-
static loadUnsafe<T>(source:
|
|
670
|
-
static log(vector: Vector256_1<
|
|
671
|
-
static log(vector: Vector256_1<
|
|
672
|
-
static log2(vector: Vector256_1<
|
|
673
|
-
static log2(vector: Vector256_1<
|
|
643
|
+
static loadUnsafe<T>(source: T, elementOffset: nuint): Vector256_1<T>;
|
|
644
|
+
static loadUnsafe<T>(source: T): Vector256_1<T>;
|
|
645
|
+
static log(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
646
|
+
static log(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
647
|
+
static log2(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
648
|
+
static log2(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
674
649
|
static max<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
675
650
|
static maxMagnitude<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
676
651
|
static maxMagnitudeNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
@@ -684,117 +659,117 @@ export abstract class Vector256$instance {
|
|
|
684
659
|
static multiply<T>(left: T, right: Vector256_1<T>): Vector256_1<T>;
|
|
685
660
|
static multiply<T>(left: Vector256_1<T>, right: T): Vector256_1<T>;
|
|
686
661
|
static multiply<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
687
|
-
static multiplyAddEstimate(left: Vector256_1<
|
|
688
|
-
static multiplyAddEstimate(left: Vector256_1<
|
|
689
|
-
static narrow(lower: Vector256_1<
|
|
690
|
-
static narrow(lower: Vector256_1<
|
|
691
|
-
static narrow(lower: Vector256_1<
|
|
692
|
-
static narrow(lower: Vector256_1<
|
|
693
|
-
static narrow(lower: Vector256_1<
|
|
694
|
-
static narrow(lower: Vector256_1<
|
|
695
|
-
static narrow(lower: Vector256_1<
|
|
696
|
-
static narrowWithSaturation(lower: Vector256_1<
|
|
697
|
-
static narrowWithSaturation(lower: Vector256_1<
|
|
698
|
-
static narrowWithSaturation(lower: Vector256_1<
|
|
699
|
-
static narrowWithSaturation(lower: Vector256_1<
|
|
700
|
-
static narrowWithSaturation(lower: Vector256_1<
|
|
701
|
-
static narrowWithSaturation(lower: Vector256_1<
|
|
702
|
-
static narrowWithSaturation(lower: Vector256_1<
|
|
662
|
+
static multiplyAddEstimate(left: Vector256_1<System_Internal.Double>, right: Vector256_1<System_Internal.Double>, addend: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
663
|
+
static multiplyAddEstimate(left: Vector256_1<System_Internal.Single>, right: Vector256_1<System_Internal.Single>, addend: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
664
|
+
static narrow(lower: Vector256_1<System_Internal.Double>, upper: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Single>;
|
|
665
|
+
static narrow(lower: Vector256_1<System_Internal.Int16>, upper: Vector256_1<System_Internal.Int16>): Vector256_1<System_Internal.SByte>;
|
|
666
|
+
static narrow(lower: Vector256_1<System_Internal.Int32>, upper: Vector256_1<System_Internal.Int32>): Vector256_1<System_Internal.Int16>;
|
|
667
|
+
static narrow(lower: Vector256_1<System_Internal.Int64>, upper: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Int32>;
|
|
668
|
+
static narrow(lower: Vector256_1<System_Internal.UInt16>, upper: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.Byte>;
|
|
669
|
+
static narrow(lower: Vector256_1<System_Internal.UInt32>, upper: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt16>;
|
|
670
|
+
static narrow(lower: Vector256_1<System_Internal.UInt64>, upper: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.UInt32>;
|
|
671
|
+
static narrowWithSaturation(lower: Vector256_1<System_Internal.Double>, upper: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Single>;
|
|
672
|
+
static narrowWithSaturation(lower: Vector256_1<System_Internal.Int16>, upper: Vector256_1<System_Internal.Int16>): Vector256_1<System_Internal.SByte>;
|
|
673
|
+
static narrowWithSaturation(lower: Vector256_1<System_Internal.Int32>, upper: Vector256_1<System_Internal.Int32>): Vector256_1<System_Internal.Int16>;
|
|
674
|
+
static narrowWithSaturation(lower: Vector256_1<System_Internal.Int64>, upper: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Int32>;
|
|
675
|
+
static narrowWithSaturation(lower: Vector256_1<System_Internal.UInt16>, upper: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.Byte>;
|
|
676
|
+
static narrowWithSaturation(lower: Vector256_1<System_Internal.UInt32>, upper: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt16>;
|
|
677
|
+
static narrowWithSaturation(lower: Vector256_1<System_Internal.UInt64>, upper: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.UInt32>;
|
|
703
678
|
static negate<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
704
679
|
static none<T>(vector: Vector256_1<T>, value: T): boolean;
|
|
705
680
|
static noneWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
|
|
706
681
|
static onesComplement<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
707
|
-
static radiansToDegrees(radians: Vector256_1<
|
|
708
|
-
static radiansToDegrees(radians: Vector256_1<
|
|
709
|
-
static round(vector: Vector256_1<
|
|
710
|
-
static round(vector: Vector256_1<
|
|
711
|
-
static round(vector: Vector256_1<
|
|
712
|
-
static round(vector: Vector256_1<
|
|
713
|
-
static shiftLeft(vector: Vector256_1<
|
|
714
|
-
static shiftLeft(vector: Vector256_1<
|
|
715
|
-
static shiftLeft(vector: Vector256_1<
|
|
716
|
-
static shiftLeft(vector: Vector256_1<
|
|
717
|
-
static shiftLeft(vector: Vector256_1<
|
|
718
|
-
static shiftLeft(vector: Vector256_1<
|
|
719
|
-
static shiftLeft(vector: Vector256_1<
|
|
720
|
-
static shiftLeft(vector: Vector256_1<
|
|
721
|
-
static shiftLeft(vector: Vector256_1<
|
|
722
|
-
static shiftLeft(vector: Vector256_1<
|
|
723
|
-
static shiftRightArithmetic(vector: Vector256_1<
|
|
724
|
-
static shiftRightArithmetic(vector: Vector256_1<
|
|
725
|
-
static shiftRightArithmetic(vector: Vector256_1<
|
|
726
|
-
static shiftRightArithmetic(vector: Vector256_1<
|
|
727
|
-
static shiftRightArithmetic(vector: Vector256_1<
|
|
728
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
729
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
730
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
731
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
732
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
733
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
734
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
735
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
736
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
737
|
-
static shiftRightLogical(vector: Vector256_1<
|
|
738
|
-
static shuffle(vector: Vector256_1<
|
|
739
|
-
static shuffle(vector: Vector256_1<
|
|
740
|
-
static shuffle(vector: Vector256_1<
|
|
741
|
-
static shuffle(vector: Vector256_1<
|
|
742
|
-
static shuffle(vector: Vector256_1<
|
|
743
|
-
static shuffle(vector: Vector256_1<
|
|
744
|
-
static shuffle(vector: Vector256_1<
|
|
745
|
-
static shuffle(vector: Vector256_1<
|
|
746
|
-
static shuffle(vector: Vector256_1<
|
|
747
|
-
static shuffle(vector: Vector256_1<
|
|
748
|
-
static shuffleNative(vector: Vector256_1<
|
|
749
|
-
static shuffleNative(vector: Vector256_1<
|
|
750
|
-
static shuffleNative(vector: Vector256_1<
|
|
751
|
-
static shuffleNative(vector: Vector256_1<
|
|
752
|
-
static shuffleNative(vector: Vector256_1<
|
|
753
|
-
static shuffleNative(vector: Vector256_1<
|
|
754
|
-
static shuffleNative(vector: Vector256_1<
|
|
755
|
-
static shuffleNative(vector: Vector256_1<
|
|
756
|
-
static shuffleNative(vector: Vector256_1<
|
|
757
|
-
static shuffleNative(vector: Vector256_1<
|
|
758
|
-
static sin(vector: Vector256_1<
|
|
759
|
-
static sin(vector: Vector256_1<
|
|
760
|
-
static sinCos(vector: Vector256_1<
|
|
761
|
-
static sinCos(vector: Vector256_1<
|
|
682
|
+
static radiansToDegrees(radians: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
683
|
+
static radiansToDegrees(radians: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
684
|
+
static round(vector: Vector256_1<System_Internal.Double>, mode: MidpointRounding): Vector256_1<System_Internal.Double>;
|
|
685
|
+
static round(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
686
|
+
static round(vector: Vector256_1<System_Internal.Single>, mode: MidpointRounding): Vector256_1<System_Internal.Single>;
|
|
687
|
+
static round(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
688
|
+
static shiftLeft(vector: Vector256_1<System_Internal.Byte>, shiftCount: int): Vector256_1<System_Internal.Byte>;
|
|
689
|
+
static shiftLeft(vector: Vector256_1<System_Internal.Int16>, shiftCount: int): Vector256_1<System_Internal.Int16>;
|
|
690
|
+
static shiftLeft(vector: Vector256_1<System_Internal.Int32>, shiftCount: int): Vector256_1<System_Internal.Int32>;
|
|
691
|
+
static shiftLeft(vector: Vector256_1<System_Internal.Int64>, shiftCount: int): Vector256_1<System_Internal.Int64>;
|
|
692
|
+
static shiftLeft(vector: Vector256_1<System_Internal.IntPtr>, shiftCount: int): Vector256_1<System_Internal.IntPtr>;
|
|
693
|
+
static shiftLeft(vector: Vector256_1<System_Internal.SByte>, shiftCount: int): Vector256_1<System_Internal.SByte>;
|
|
694
|
+
static shiftLeft(vector: Vector256_1<System_Internal.UInt16>, shiftCount: int): Vector256_1<System_Internal.UInt16>;
|
|
695
|
+
static shiftLeft(vector: Vector256_1<System_Internal.UInt32>, shiftCount: int): Vector256_1<System_Internal.UInt32>;
|
|
696
|
+
static shiftLeft(vector: Vector256_1<System_Internal.UInt64>, shiftCount: int): Vector256_1<System_Internal.UInt64>;
|
|
697
|
+
static shiftLeft(vector: Vector256_1<System_Internal.UIntPtr>, shiftCount: int): Vector256_1<System_Internal.UIntPtr>;
|
|
698
|
+
static shiftRightArithmetic(vector: Vector256_1<System_Internal.Int16>, shiftCount: int): Vector256_1<System_Internal.Int16>;
|
|
699
|
+
static shiftRightArithmetic(vector: Vector256_1<System_Internal.Int32>, shiftCount: int): Vector256_1<System_Internal.Int32>;
|
|
700
|
+
static shiftRightArithmetic(vector: Vector256_1<System_Internal.Int64>, shiftCount: int): Vector256_1<System_Internal.Int64>;
|
|
701
|
+
static shiftRightArithmetic(vector: Vector256_1<System_Internal.IntPtr>, shiftCount: int): Vector256_1<System_Internal.IntPtr>;
|
|
702
|
+
static shiftRightArithmetic(vector: Vector256_1<System_Internal.SByte>, shiftCount: int): Vector256_1<System_Internal.SByte>;
|
|
703
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.Byte>, shiftCount: int): Vector256_1<System_Internal.Byte>;
|
|
704
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.Int16>, shiftCount: int): Vector256_1<System_Internal.Int16>;
|
|
705
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.Int32>, shiftCount: int): Vector256_1<System_Internal.Int32>;
|
|
706
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.Int64>, shiftCount: int): Vector256_1<System_Internal.Int64>;
|
|
707
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.IntPtr>, shiftCount: int): Vector256_1<System_Internal.IntPtr>;
|
|
708
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.SByte>, shiftCount: int): Vector256_1<System_Internal.SByte>;
|
|
709
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.UInt16>, shiftCount: int): Vector256_1<System_Internal.UInt16>;
|
|
710
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.UInt32>, shiftCount: int): Vector256_1<System_Internal.UInt32>;
|
|
711
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.UInt64>, shiftCount: int): Vector256_1<System_Internal.UInt64>;
|
|
712
|
+
static shiftRightLogical(vector: Vector256_1<System_Internal.UIntPtr>, shiftCount: int): Vector256_1<System_Internal.UIntPtr>;
|
|
713
|
+
static shuffle(vector: Vector256_1<System_Internal.Byte>, indices: Vector256_1<System_Internal.Byte>): Vector256_1<System_Internal.Byte>;
|
|
714
|
+
static shuffle(vector: Vector256_1<System_Internal.Double>, indices: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Double>;
|
|
715
|
+
static shuffle(vector: Vector256_1<System_Internal.Int16>, indices: Vector256_1<System_Internal.Int16>): Vector256_1<System_Internal.Int16>;
|
|
716
|
+
static shuffle(vector: Vector256_1<System_Internal.Int32>, indices: Vector256_1<System_Internal.Int32>): Vector256_1<System_Internal.Int32>;
|
|
717
|
+
static shuffle(vector: Vector256_1<System_Internal.Int64>, indices: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Int64>;
|
|
718
|
+
static shuffle(vector: Vector256_1<System_Internal.SByte>, indices: Vector256_1<System_Internal.SByte>): Vector256_1<System_Internal.SByte>;
|
|
719
|
+
static shuffle(vector: Vector256_1<System_Internal.Single>, indices: Vector256_1<System_Internal.Int32>): Vector256_1<System_Internal.Single>;
|
|
720
|
+
static shuffle(vector: Vector256_1<System_Internal.UInt16>, indices: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.UInt16>;
|
|
721
|
+
static shuffle(vector: Vector256_1<System_Internal.UInt32>, indices: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt32>;
|
|
722
|
+
static shuffle(vector: Vector256_1<System_Internal.UInt64>, indices: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.UInt64>;
|
|
723
|
+
static shuffleNative(vector: Vector256_1<System_Internal.Byte>, indices: Vector256_1<System_Internal.Byte>): Vector256_1<System_Internal.Byte>;
|
|
724
|
+
static shuffleNative(vector: Vector256_1<System_Internal.Double>, indices: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Double>;
|
|
725
|
+
static shuffleNative(vector: Vector256_1<System_Internal.Int16>, indices: Vector256_1<System_Internal.Int16>): Vector256_1<System_Internal.Int16>;
|
|
726
|
+
static shuffleNative(vector: Vector256_1<System_Internal.Int32>, indices: Vector256_1<System_Internal.Int32>): Vector256_1<System_Internal.Int32>;
|
|
727
|
+
static shuffleNative(vector: Vector256_1<System_Internal.Int64>, indices: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Int64>;
|
|
728
|
+
static shuffleNative(vector: Vector256_1<System_Internal.SByte>, indices: Vector256_1<System_Internal.SByte>): Vector256_1<System_Internal.SByte>;
|
|
729
|
+
static shuffleNative(vector: Vector256_1<System_Internal.Single>, indices: Vector256_1<System_Internal.Int32>): Vector256_1<System_Internal.Single>;
|
|
730
|
+
static shuffleNative(vector: Vector256_1<System_Internal.UInt16>, indices: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.UInt16>;
|
|
731
|
+
static shuffleNative(vector: Vector256_1<System_Internal.UInt32>, indices: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt32>;
|
|
732
|
+
static shuffleNative(vector: Vector256_1<System_Internal.UInt64>, indices: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.UInt64>;
|
|
733
|
+
static sin(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
734
|
+
static sin(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
735
|
+
static sinCos(vector: Vector256_1<System_Internal.Double>): ValueTuple_2<Vector256_1<System_Internal.Double>, Vector256_1<System_Internal.Double>>;
|
|
736
|
+
static sinCos(vector: Vector256_1<System_Internal.Single>): ValueTuple_2<Vector256_1<System_Internal.Single>, Vector256_1<System_Internal.Single>>;
|
|
762
737
|
static sqrt<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
763
738
|
static store<T>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
764
739
|
static storeAligned<T>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
765
740
|
static storeAlignedNonTemporal<T>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
766
|
-
static storeUnsafe<T>(source: Vector256_1<T>, destination:
|
|
767
|
-
static storeUnsafe<T>(source: Vector256_1<T>, destination:
|
|
741
|
+
static storeUnsafe<T>(source: Vector256_1<T>, destination: T, elementOffset: nuint): void;
|
|
742
|
+
static storeUnsafe<T>(source: Vector256_1<T>, destination: T): void;
|
|
768
743
|
static subtract<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
769
744
|
static subtractSaturate<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
770
745
|
static sum<T>(vector: Vector256_1<T>): T;
|
|
771
746
|
static toScalar<T>(vector: Vector256_1<T>): T;
|
|
772
747
|
static toVector512<T>(vector: Vector256_1<T>): Vector512_1<T>;
|
|
773
748
|
static toVector512Unsafe<T>(vector: Vector256_1<T>): Vector512_1<T>;
|
|
774
|
-
static truncate(vector: Vector256_1<
|
|
775
|
-
static truncate(vector: Vector256_1<
|
|
749
|
+
static truncate(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
750
|
+
static truncate(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
776
751
|
static tryCopyTo<T>(vector: Vector256_1<T>, destination: Span_1<T>): boolean;
|
|
777
|
-
static widen(source: Vector256_1<
|
|
778
|
-
static widen(source: Vector256_1<
|
|
779
|
-
static widen(source: Vector256_1<
|
|
780
|
-
static widen(source: Vector256_1<
|
|
781
|
-
static widen(source: Vector256_1<
|
|
782
|
-
static widen(source: Vector256_1<
|
|
783
|
-
static widen(source: Vector256_1<
|
|
784
|
-
static widenLower(source: Vector256_1<
|
|
785
|
-
static widenLower(source: Vector256_1<
|
|
786
|
-
static widenLower(source: Vector256_1<
|
|
787
|
-
static widenLower(source: Vector256_1<
|
|
788
|
-
static widenLower(source: Vector256_1<
|
|
789
|
-
static widenLower(source: Vector256_1<
|
|
790
|
-
static widenLower(source: Vector256_1<
|
|
791
|
-
static widenUpper(source: Vector256_1<
|
|
792
|
-
static widenUpper(source: Vector256_1<
|
|
793
|
-
static widenUpper(source: Vector256_1<
|
|
794
|
-
static widenUpper(source: Vector256_1<
|
|
795
|
-
static widenUpper(source: Vector256_1<
|
|
796
|
-
static widenUpper(source: Vector256_1<
|
|
797
|
-
static widenUpper(source: Vector256_1<
|
|
752
|
+
static widen(source: Vector256_1<System_Internal.Byte>): ValueTuple_2<Vector256_1<System_Internal.UInt16>, Vector256_1<System_Internal.UInt16>>;
|
|
753
|
+
static widen(source: Vector256_1<System_Internal.Int16>): ValueTuple_2<Vector256_1<System_Internal.Int32>, Vector256_1<System_Internal.Int32>>;
|
|
754
|
+
static widen(source: Vector256_1<System_Internal.Int32>): ValueTuple_2<Vector256_1<System_Internal.Int64>, Vector256_1<System_Internal.Int64>>;
|
|
755
|
+
static widen(source: Vector256_1<System_Internal.SByte>): ValueTuple_2<Vector256_1<System_Internal.Int16>, Vector256_1<System_Internal.Int16>>;
|
|
756
|
+
static widen(source: Vector256_1<System_Internal.Single>): ValueTuple_2<Vector256_1<System_Internal.Double>, Vector256_1<System_Internal.Double>>;
|
|
757
|
+
static widen(source: Vector256_1<System_Internal.UInt16>): ValueTuple_2<Vector256_1<System_Internal.UInt32>, Vector256_1<System_Internal.UInt32>>;
|
|
758
|
+
static widen(source: Vector256_1<System_Internal.UInt32>): ValueTuple_2<Vector256_1<System_Internal.UInt64>, Vector256_1<System_Internal.UInt64>>;
|
|
759
|
+
static widenLower(source: Vector256_1<System_Internal.Byte>): Vector256_1<System_Internal.UInt16>;
|
|
760
|
+
static widenLower(source: Vector256_1<System_Internal.Int16>): Vector256_1<System_Internal.Int32>;
|
|
761
|
+
static widenLower(source: Vector256_1<System_Internal.Int32>): Vector256_1<System_Internal.Int64>;
|
|
762
|
+
static widenLower(source: Vector256_1<System_Internal.SByte>): Vector256_1<System_Internal.Int16>;
|
|
763
|
+
static widenLower(source: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Double>;
|
|
764
|
+
static widenLower(source: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.UInt32>;
|
|
765
|
+
static widenLower(source: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt64>;
|
|
766
|
+
static widenUpper(source: Vector256_1<System_Internal.Byte>): Vector256_1<System_Internal.UInt16>;
|
|
767
|
+
static widenUpper(source: Vector256_1<System_Internal.Int16>): Vector256_1<System_Internal.Int32>;
|
|
768
|
+
static widenUpper(source: Vector256_1<System_Internal.Int32>): Vector256_1<System_Internal.Int64>;
|
|
769
|
+
static widenUpper(source: Vector256_1<System_Internal.SByte>): Vector256_1<System_Internal.Int16>;
|
|
770
|
+
static widenUpper(source: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Double>;
|
|
771
|
+
static widenUpper(source: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.UInt32>;
|
|
772
|
+
static widenUpper(source: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt64>;
|
|
798
773
|
static withElement<T>(vector: Vector256_1<T>, index: int, value: T): Vector256_1<T>;
|
|
799
774
|
static withLower<T>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
|
|
800
775
|
static withUpper<T>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
|
|
@@ -815,82 +790,82 @@ export abstract class Vector512$instance {
|
|
|
815
790
|
static any_<T>(vector: Vector512_1<T>, value: T): boolean;
|
|
816
791
|
static anyWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
|
|
817
792
|
static as_<TFrom, TTo>(vector: Vector512_1<TFrom>): Vector512_1<TTo>;
|
|
818
|
-
static asByte<T>(vector: Vector512_1<T>): Vector512_1<
|
|
819
|
-
static asDouble<T>(vector: Vector512_1<T>): Vector512_1<
|
|
820
|
-
static asInt16<T>(vector: Vector512_1<T>): Vector512_1<
|
|
821
|
-
static asInt32<T>(vector: Vector512_1<T>): Vector512_1<
|
|
822
|
-
static asInt64<T>(vector: Vector512_1<T>): Vector512_1<
|
|
823
|
-
static asNInt<T>(vector: Vector512_1<T>): Vector512_1<
|
|
824
|
-
static asNUInt<T>(vector: Vector512_1<T>): Vector512_1<
|
|
825
|
-
static asSByte<T>(vector: Vector512_1<T>): Vector512_1<
|
|
826
|
-
static asSingle<T>(vector: Vector512_1<T>): Vector512_1<
|
|
827
|
-
static asUInt16<T>(vector: Vector512_1<T>): Vector512_1<
|
|
828
|
-
static asUInt32<T>(vector: Vector512_1<T>): Vector512_1<
|
|
829
|
-
static asUInt64<T>(vector: Vector512_1<T>): Vector512_1<
|
|
793
|
+
static asByte<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Byte>;
|
|
794
|
+
static asDouble<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Double>;
|
|
795
|
+
static asInt16<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int16>;
|
|
796
|
+
static asInt32<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int32>;
|
|
797
|
+
static asInt64<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int64>;
|
|
798
|
+
static asNInt<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.IntPtr>;
|
|
799
|
+
static asNUInt<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UIntPtr>;
|
|
800
|
+
static asSByte<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.SByte>;
|
|
801
|
+
static asSingle<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Single>;
|
|
802
|
+
static asUInt16<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt16>;
|
|
803
|
+
static asUInt32<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt32>;
|
|
804
|
+
static asUInt64<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt64>;
|
|
830
805
|
static asVector<T>(value: Vector512_1<T>): Vector_1<T>;
|
|
831
806
|
static asVector512<T>(value: Vector_1<T>): Vector512_1<T>;
|
|
832
807
|
static bitwiseAnd<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
833
808
|
static bitwiseOr<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
834
|
-
static ceiling(vector: Vector512_1<
|
|
835
|
-
static ceiling(vector: Vector512_1<
|
|
809
|
+
static ceiling(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
810
|
+
static ceiling(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
836
811
|
static clamp<T>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
|
|
837
812
|
static clampNative<T>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
|
|
838
813
|
static conditionalSelect<T>(condition: Vector512_1<T>, left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
839
|
-
static convertToDouble(vector: Vector512_1<
|
|
840
|
-
static convertToDouble(vector: Vector512_1<
|
|
841
|
-
static convertToInt32(vector: Vector512_1<
|
|
842
|
-
static convertToInt32Native(vector: Vector512_1<
|
|
843
|
-
static convertToInt64(vector: Vector512_1<
|
|
844
|
-
static convertToInt64Native(vector: Vector512_1<
|
|
845
|
-
static convertToSingle(vector: Vector512_1<
|
|
846
|
-
static convertToSingle(vector: Vector512_1<
|
|
847
|
-
static convertToUInt32(vector: Vector512_1<
|
|
848
|
-
static convertToUInt32Native(vector: Vector512_1<
|
|
849
|
-
static convertToUInt64(vector: Vector512_1<
|
|
850
|
-
static convertToUInt64Native(vector: Vector512_1<
|
|
814
|
+
static convertToDouble(vector: Vector512_1<System_Internal.Int64>): Vector512_1<System_Internal.Double>;
|
|
815
|
+
static convertToDouble(vector: Vector512_1<System_Internal.UInt64>): Vector512_1<System_Internal.Double>;
|
|
816
|
+
static convertToInt32(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Int32>;
|
|
817
|
+
static convertToInt32Native(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Int32>;
|
|
818
|
+
static convertToInt64(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Int64>;
|
|
819
|
+
static convertToInt64Native(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Int64>;
|
|
820
|
+
static convertToSingle(vector: Vector512_1<System_Internal.Int32>): Vector512_1<System_Internal.Single>;
|
|
821
|
+
static convertToSingle(vector: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.Single>;
|
|
822
|
+
static convertToUInt32(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.UInt32>;
|
|
823
|
+
static convertToUInt32Native(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.UInt32>;
|
|
824
|
+
static convertToUInt64(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.UInt64>;
|
|
825
|
+
static convertToUInt64Native(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.UInt64>;
|
|
851
826
|
static copySign<T>(value: Vector512_1<T>, sign: Vector512_1<T>): Vector512_1<T>;
|
|
852
827
|
static copyTo<T>(vector: Vector512_1<T>, destination: Span_1<T>): void;
|
|
853
828
|
static copyTo<T>(vector: Vector512_1<T>, destination: T[], startIndex: int): void;
|
|
854
829
|
static copyTo<T>(vector: Vector512_1<T>, destination: T[]): void;
|
|
855
|
-
static cos(vector: Vector512_1<
|
|
856
|
-
static cos(vector: Vector512_1<
|
|
830
|
+
static cos(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
831
|
+
static cos(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
857
832
|
static count<T>(vector: Vector512_1<T>, value: T): int;
|
|
858
833
|
static countWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
|
|
859
834
|
static create<T>(values: ReadOnlySpan_1<T>): Vector512_1<T>;
|
|
860
|
-
static create(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<
|
|
861
|
-
static create(value: byte): Vector512_1<
|
|
862
|
-
static create(e0: double, e1: double, e2: double, e3: double, e4: double, e5: double, e6: double, e7: double): Vector512_1<
|
|
863
|
-
static create(value: double): Vector512_1<
|
|
864
|
-
static create(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<
|
|
865
|
-
static create(value: short): Vector512_1<
|
|
866
|
-
static create(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<
|
|
867
|
-
static create(value: int): Vector512_1<
|
|
868
|
-
static create(e0: long, e1: long, e2: long, e3: long, e4: long, e5: long, e6: long, e7: long): Vector512_1<
|
|
869
|
-
static create(value: long): Vector512_1<
|
|
870
|
-
static create(value: nint): Vector512_1<
|
|
871
|
-
static create(lower: Vector256_1<
|
|
872
|
-
static create(lower: Vector256_1<
|
|
873
|
-
static create(lower: Vector256_1<
|
|
874
|
-
static create(lower: Vector256_1<
|
|
875
|
-
static create(lower: Vector256_1<
|
|
876
|
-
static create(lower: Vector256_1<
|
|
877
|
-
static create(lower: Vector256_1<
|
|
878
|
-
static create(lower: Vector256_1<
|
|
879
|
-
static create(lower: Vector256_1<
|
|
880
|
-
static create(lower: Vector256_1<
|
|
881
|
-
static create(lower: Vector256_1<
|
|
882
|
-
static create(lower: Vector256_1<
|
|
883
|
-
static create(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<
|
|
884
|
-
static create(value: sbyte): Vector512_1<
|
|
885
|
-
static create(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<
|
|
886
|
-
static create(value: float): Vector512_1<
|
|
887
|
-
static create(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<
|
|
888
|
-
static create(value: ushort): Vector512_1<
|
|
889
|
-
static create(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<
|
|
890
|
-
static create(value: uint): Vector512_1<
|
|
891
|
-
static create(e0: ulong, e1: ulong, e2: ulong, e3: ulong, e4: ulong, e5: ulong, e6: ulong, e7: ulong): Vector512_1<
|
|
892
|
-
static create(value: ulong): Vector512_1<
|
|
893
|
-
static create(value: nuint): Vector512_1<
|
|
835
|
+
static create(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<System_Internal.Byte>;
|
|
836
|
+
static create(value: byte): Vector512_1<System_Internal.Byte>;
|
|
837
|
+
static create(e0: double, e1: double, e2: double, e3: double, e4: double, e5: double, e6: double, e7: double): Vector512_1<System_Internal.Double>;
|
|
838
|
+
static create(value: double): Vector512_1<System_Internal.Double>;
|
|
839
|
+
static create(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<System_Internal.Int16>;
|
|
840
|
+
static create(value: short): Vector512_1<System_Internal.Int16>;
|
|
841
|
+
static create(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<System_Internal.Int32>;
|
|
842
|
+
static create(value: int): Vector512_1<System_Internal.Int32>;
|
|
843
|
+
static create(e0: long, e1: long, e2: long, e3: long, e4: long, e5: long, e6: long, e7: long): Vector512_1<System_Internal.Int64>;
|
|
844
|
+
static create(value: long): Vector512_1<System_Internal.Int64>;
|
|
845
|
+
static create(value: nint): Vector512_1<System_Internal.IntPtr>;
|
|
846
|
+
static create(lower: Vector256_1<System_Internal.Byte>, upper: Vector256_1<System_Internal.Byte>): Vector512_1<System_Internal.Byte>;
|
|
847
|
+
static create(lower: Vector256_1<System_Internal.Double>, upper: Vector256_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
848
|
+
static create(lower: Vector256_1<System_Internal.Int16>, upper: Vector256_1<System_Internal.Int16>): Vector512_1<System_Internal.Int16>;
|
|
849
|
+
static create(lower: Vector256_1<System_Internal.Int32>, upper: Vector256_1<System_Internal.Int32>): Vector512_1<System_Internal.Int32>;
|
|
850
|
+
static create(lower: Vector256_1<System_Internal.Int64>, upper: Vector256_1<System_Internal.Int64>): Vector512_1<System_Internal.Int64>;
|
|
851
|
+
static create(lower: Vector256_1<System_Internal.IntPtr>, upper: Vector256_1<System_Internal.IntPtr>): Vector512_1<System_Internal.IntPtr>;
|
|
852
|
+
static create(lower: Vector256_1<System_Internal.SByte>, upper: Vector256_1<System_Internal.SByte>): Vector512_1<System_Internal.SByte>;
|
|
853
|
+
static create(lower: Vector256_1<System_Internal.Single>, upper: Vector256_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
854
|
+
static create(lower: Vector256_1<System_Internal.UInt16>, upper: Vector256_1<System_Internal.UInt16>): Vector512_1<System_Internal.UInt16>;
|
|
855
|
+
static create(lower: Vector256_1<System_Internal.UInt32>, upper: Vector256_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt32>;
|
|
856
|
+
static create(lower: Vector256_1<System_Internal.UInt64>, upper: Vector256_1<System_Internal.UInt64>): Vector512_1<System_Internal.UInt64>;
|
|
857
|
+
static create(lower: Vector256_1<System_Internal.UIntPtr>, upper: Vector256_1<System_Internal.UIntPtr>): Vector512_1<System_Internal.UIntPtr>;
|
|
858
|
+
static create(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<System_Internal.SByte>;
|
|
859
|
+
static create(value: sbyte): Vector512_1<System_Internal.SByte>;
|
|
860
|
+
static create(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<System_Internal.Single>;
|
|
861
|
+
static create(value: float): Vector512_1<System_Internal.Single>;
|
|
862
|
+
static create(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<System_Internal.UInt16>;
|
|
863
|
+
static create(value: ushort): Vector512_1<System_Internal.UInt16>;
|
|
864
|
+
static create(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<System_Internal.UInt32>;
|
|
865
|
+
static create(value: uint): Vector512_1<System_Internal.UInt32>;
|
|
866
|
+
static create(e0: ulong, e1: ulong, e2: ulong, e3: ulong, e4: ulong, e5: ulong, e6: ulong, e7: ulong): Vector512_1<System_Internal.UInt64>;
|
|
867
|
+
static create(value: ulong): Vector512_1<System_Internal.UInt64>;
|
|
868
|
+
static create(value: nuint): Vector512_1<System_Internal.UIntPtr>;
|
|
894
869
|
static create<T>(value: T): Vector512_1<T>;
|
|
895
870
|
static create<T>(values: T[], index: int): Vector512_1<T>;
|
|
896
871
|
static create<T>(values: T[]): Vector512_1<T>;
|
|
@@ -898,48 +873,48 @@ export abstract class Vector512$instance {
|
|
|
898
873
|
static create<T>(lower: Vector256_1<T>, upper: Vector256_1<T>): Vector512_1<T>;
|
|
899
874
|
static create<T>(value: Vector256_1<T>): Vector512_1<T>;
|
|
900
875
|
static create<T>(value: Vector64_1<T>): Vector512_1<T>;
|
|
901
|
-
static createScalar(value: byte): Vector512_1<
|
|
902
|
-
static createScalar(value: double): Vector512_1<
|
|
903
|
-
static createScalar(value: short): Vector512_1<
|
|
904
|
-
static createScalar(value: int): Vector512_1<
|
|
905
|
-
static createScalar(value: long): Vector512_1<
|
|
906
|
-
static createScalar(value: nint): Vector512_1<
|
|
907
|
-
static createScalar(value: sbyte): Vector512_1<
|
|
908
|
-
static createScalar(value: float): Vector512_1<
|
|
909
|
-
static createScalar(value: ushort): Vector512_1<
|
|
910
|
-
static createScalar(value: uint): Vector512_1<
|
|
911
|
-
static createScalar(value: ulong): Vector512_1<
|
|
912
|
-
static createScalar(value: nuint): Vector512_1<
|
|
876
|
+
static createScalar(value: byte): Vector512_1<System_Internal.Byte>;
|
|
877
|
+
static createScalar(value: double): Vector512_1<System_Internal.Double>;
|
|
878
|
+
static createScalar(value: short): Vector512_1<System_Internal.Int16>;
|
|
879
|
+
static createScalar(value: int): Vector512_1<System_Internal.Int32>;
|
|
880
|
+
static createScalar(value: long): Vector512_1<System_Internal.Int64>;
|
|
881
|
+
static createScalar(value: nint): Vector512_1<System_Internal.IntPtr>;
|
|
882
|
+
static createScalar(value: sbyte): Vector512_1<System_Internal.SByte>;
|
|
883
|
+
static createScalar(value: float): Vector512_1<System_Internal.Single>;
|
|
884
|
+
static createScalar(value: ushort): Vector512_1<System_Internal.UInt16>;
|
|
885
|
+
static createScalar(value: uint): Vector512_1<System_Internal.UInt32>;
|
|
886
|
+
static createScalar(value: ulong): Vector512_1<System_Internal.UInt64>;
|
|
887
|
+
static createScalar(value: nuint): Vector512_1<System_Internal.UIntPtr>;
|
|
913
888
|
static createScalar<T>(value: T): Vector512_1<T>;
|
|
914
|
-
static createScalarUnsafe(value: byte): Vector512_1<
|
|
915
|
-
static createScalarUnsafe(value: double): Vector512_1<
|
|
916
|
-
static createScalarUnsafe(value: short): Vector512_1<
|
|
917
|
-
static createScalarUnsafe(value: int): Vector512_1<
|
|
918
|
-
static createScalarUnsafe(value: long): Vector512_1<
|
|
919
|
-
static createScalarUnsafe(value: nint): Vector512_1<
|
|
920
|
-
static createScalarUnsafe(value: sbyte): Vector512_1<
|
|
921
|
-
static createScalarUnsafe(value: float): Vector512_1<
|
|
922
|
-
static createScalarUnsafe(value: ushort): Vector512_1<
|
|
923
|
-
static createScalarUnsafe(value: uint): Vector512_1<
|
|
924
|
-
static createScalarUnsafe(value: ulong): Vector512_1<
|
|
925
|
-
static createScalarUnsafe(value: nuint): Vector512_1<
|
|
889
|
+
static createScalarUnsafe(value: byte): Vector512_1<System_Internal.Byte>;
|
|
890
|
+
static createScalarUnsafe(value: double): Vector512_1<System_Internal.Double>;
|
|
891
|
+
static createScalarUnsafe(value: short): Vector512_1<System_Internal.Int16>;
|
|
892
|
+
static createScalarUnsafe(value: int): Vector512_1<System_Internal.Int32>;
|
|
893
|
+
static createScalarUnsafe(value: long): Vector512_1<System_Internal.Int64>;
|
|
894
|
+
static createScalarUnsafe(value: nint): Vector512_1<System_Internal.IntPtr>;
|
|
895
|
+
static createScalarUnsafe(value: sbyte): Vector512_1<System_Internal.SByte>;
|
|
896
|
+
static createScalarUnsafe(value: float): Vector512_1<System_Internal.Single>;
|
|
897
|
+
static createScalarUnsafe(value: ushort): Vector512_1<System_Internal.UInt16>;
|
|
898
|
+
static createScalarUnsafe(value: uint): Vector512_1<System_Internal.UInt32>;
|
|
899
|
+
static createScalarUnsafe(value: ulong): Vector512_1<System_Internal.UInt64>;
|
|
900
|
+
static createScalarUnsafe(value: nuint): Vector512_1<System_Internal.UIntPtr>;
|
|
926
901
|
static createScalarUnsafe<T>(value: T): Vector512_1<T>;
|
|
927
902
|
static createSequence<T>(start: T, step: T): Vector512_1<T>;
|
|
928
|
-
static degreesToRadians(degrees: Vector512_1<
|
|
929
|
-
static degreesToRadians(degrees: Vector512_1<
|
|
903
|
+
static degreesToRadians(degrees: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
904
|
+
static degreesToRadians(degrees: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
930
905
|
static divide<T>(left: Vector512_1<T>, right: T): Vector512_1<T>;
|
|
931
906
|
static divide<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
932
907
|
static dot<T>(left: Vector512_1<T>, right: Vector512_1<T>): T;
|
|
933
908
|
static equals<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
934
909
|
static equalsAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
935
910
|
static equalsAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
936
|
-
static exp(vector: Vector512_1<
|
|
937
|
-
static exp(vector: Vector512_1<
|
|
911
|
+
static exp(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
912
|
+
static exp(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
938
913
|
static extractMostSignificantBits<T>(vector: Vector512_1<T>): ulong;
|
|
939
|
-
static floor(vector: Vector512_1<
|
|
940
|
-
static floor(vector: Vector512_1<
|
|
941
|
-
static fusedMultiplyAdd(left: Vector512_1<
|
|
942
|
-
static fusedMultiplyAdd(left: Vector512_1<
|
|
914
|
+
static floor(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
915
|
+
static floor(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
916
|
+
static fusedMultiplyAdd(left: Vector512_1<System_Internal.Double>, right: Vector512_1<System_Internal.Double>, addend: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
917
|
+
static fusedMultiplyAdd(left: Vector512_1<System_Internal.Single>, right: Vector512_1<System_Internal.Single>, addend: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
943
918
|
static getElement<T>(vector: Vector512_1<T>, index: int): T;
|
|
944
919
|
static getLower<T>(vector: Vector512_1<T>): Vector256_1<T>;
|
|
945
920
|
static getUpper<T>(vector: Vector512_1<T>): Vector256_1<T>;
|
|
@@ -949,8 +924,8 @@ export abstract class Vector512$instance {
|
|
|
949
924
|
static greaterThanOrEqual<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
950
925
|
static greaterThanOrEqualAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
951
926
|
static greaterThanOrEqualAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
952
|
-
static hypot(x: Vector512_1<
|
|
953
|
-
static hypot(x: Vector512_1<
|
|
927
|
+
static hypot(x: Vector512_1<System_Internal.Double>, y: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
928
|
+
static hypot(x: Vector512_1<System_Internal.Single>, y: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
954
929
|
static indexOf<T>(vector: Vector512_1<T>, value: T): int;
|
|
955
930
|
static indexOfWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
|
|
956
931
|
static isEvenInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
@@ -968,8 +943,8 @@ export abstract class Vector512$instance {
|
|
|
968
943
|
static isZero<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
969
944
|
static lastIndexOf<T>(vector: Vector512_1<T>, value: T): int;
|
|
970
945
|
static lastIndexOfWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
|
|
971
|
-
static lerp(x: Vector512_1<
|
|
972
|
-
static lerp(x: Vector512_1<
|
|
946
|
+
static lerp(x: Vector512_1<System_Internal.Double>, y: Vector512_1<System_Internal.Double>, amount: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
947
|
+
static lerp(x: Vector512_1<System_Internal.Single>, y: Vector512_1<System_Internal.Single>, amount: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
973
948
|
static lessThan<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
974
949
|
static lessThanAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
975
950
|
static lessThanAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
@@ -979,12 +954,12 @@ export abstract class Vector512$instance {
|
|
|
979
954
|
static load<T>(source: ptr<T>): Vector512_1<T>;
|
|
980
955
|
static loadAligned<T>(source: ptr<T>): Vector512_1<T>;
|
|
981
956
|
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector512_1<T>;
|
|
982
|
-
static loadUnsafe<T>(source:
|
|
983
|
-
static loadUnsafe<T>(source:
|
|
984
|
-
static log(vector: Vector512_1<
|
|
985
|
-
static log(vector: Vector512_1<
|
|
986
|
-
static log2(vector: Vector512_1<
|
|
987
|
-
static log2(vector: Vector512_1<
|
|
957
|
+
static loadUnsafe<T>(source: T, elementOffset: nuint): Vector512_1<T>;
|
|
958
|
+
static loadUnsafe<T>(source: T): Vector512_1<T>;
|
|
959
|
+
static log(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
960
|
+
static log(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
961
|
+
static log2(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
962
|
+
static log2(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
988
963
|
static max<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
989
964
|
static maxMagnitude<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
990
965
|
static maxMagnitudeNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
@@ -998,115 +973,115 @@ export abstract class Vector512$instance {
|
|
|
998
973
|
static multiply<T>(left: T, right: Vector512_1<T>): Vector512_1<T>;
|
|
999
974
|
static multiply<T>(left: Vector512_1<T>, right: T): Vector512_1<T>;
|
|
1000
975
|
static multiply<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1001
|
-
static multiplyAddEstimate(left: Vector512_1<
|
|
1002
|
-
static multiplyAddEstimate(left: Vector512_1<
|
|
1003
|
-
static narrow(lower: Vector512_1<
|
|
1004
|
-
static narrow(lower: Vector512_1<
|
|
1005
|
-
static narrow(lower: Vector512_1<
|
|
1006
|
-
static narrow(lower: Vector512_1<
|
|
1007
|
-
static narrow(lower: Vector512_1<
|
|
1008
|
-
static narrow(lower: Vector512_1<
|
|
1009
|
-
static narrow(lower: Vector512_1<
|
|
1010
|
-
static narrowWithSaturation(lower: Vector512_1<
|
|
1011
|
-
static narrowWithSaturation(lower: Vector512_1<
|
|
1012
|
-
static narrowWithSaturation(lower: Vector512_1<
|
|
1013
|
-
static narrowWithSaturation(lower: Vector512_1<
|
|
1014
|
-
static narrowWithSaturation(lower: Vector512_1<
|
|
1015
|
-
static narrowWithSaturation(lower: Vector512_1<
|
|
1016
|
-
static narrowWithSaturation(lower: Vector512_1<
|
|
976
|
+
static multiplyAddEstimate(left: Vector512_1<System_Internal.Double>, right: Vector512_1<System_Internal.Double>, addend: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
977
|
+
static multiplyAddEstimate(left: Vector512_1<System_Internal.Single>, right: Vector512_1<System_Internal.Single>, addend: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
978
|
+
static narrow(lower: Vector512_1<System_Internal.Double>, upper: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Single>;
|
|
979
|
+
static narrow(lower: Vector512_1<System_Internal.Int16>, upper: Vector512_1<System_Internal.Int16>): Vector512_1<System_Internal.SByte>;
|
|
980
|
+
static narrow(lower: Vector512_1<System_Internal.Int32>, upper: Vector512_1<System_Internal.Int32>): Vector512_1<System_Internal.Int16>;
|
|
981
|
+
static narrow(lower: Vector512_1<System_Internal.Int64>, upper: Vector512_1<System_Internal.Int64>): Vector512_1<System_Internal.Int32>;
|
|
982
|
+
static narrow(lower: Vector512_1<System_Internal.UInt16>, upper: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.Byte>;
|
|
983
|
+
static narrow(lower: Vector512_1<System_Internal.UInt32>, upper: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt16>;
|
|
984
|
+
static narrow(lower: Vector512_1<System_Internal.UInt64>, upper: Vector512_1<System_Internal.UInt64>): Vector512_1<System_Internal.UInt32>;
|
|
985
|
+
static narrowWithSaturation(lower: Vector512_1<System_Internal.Double>, upper: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Single>;
|
|
986
|
+
static narrowWithSaturation(lower: Vector512_1<System_Internal.Int16>, upper: Vector512_1<System_Internal.Int16>): Vector512_1<System_Internal.SByte>;
|
|
987
|
+
static narrowWithSaturation(lower: Vector512_1<System_Internal.Int32>, upper: Vector512_1<System_Internal.Int32>): Vector512_1<System_Internal.Int16>;
|
|
988
|
+
static narrowWithSaturation(lower: Vector512_1<System_Internal.Int64>, upper: Vector512_1<System_Internal.Int64>): Vector512_1<System_Internal.Int32>;
|
|
989
|
+
static narrowWithSaturation(lower: Vector512_1<System_Internal.UInt16>, upper: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.Byte>;
|
|
990
|
+
static narrowWithSaturation(lower: Vector512_1<System_Internal.UInt32>, upper: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt16>;
|
|
991
|
+
static narrowWithSaturation(lower: Vector512_1<System_Internal.UInt64>, upper: Vector512_1<System_Internal.UInt64>): Vector512_1<System_Internal.UInt32>;
|
|
1017
992
|
static negate<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1018
993
|
static none<T>(vector: Vector512_1<T>, value: T): boolean;
|
|
1019
994
|
static noneWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
|
|
1020
995
|
static onesComplement<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1021
|
-
static radiansToDegrees(radians: Vector512_1<
|
|
1022
|
-
static radiansToDegrees(radians: Vector512_1<
|
|
1023
|
-
static round(vector: Vector512_1<
|
|
1024
|
-
static round(vector: Vector512_1<
|
|
1025
|
-
static round(vector: Vector512_1<
|
|
1026
|
-
static round(vector: Vector512_1<
|
|
1027
|
-
static shiftLeft(vector: Vector512_1<
|
|
1028
|
-
static shiftLeft(vector: Vector512_1<
|
|
1029
|
-
static shiftLeft(vector: Vector512_1<
|
|
1030
|
-
static shiftLeft(vector: Vector512_1<
|
|
1031
|
-
static shiftLeft(vector: Vector512_1<
|
|
1032
|
-
static shiftLeft(vector: Vector512_1<
|
|
1033
|
-
static shiftLeft(vector: Vector512_1<
|
|
1034
|
-
static shiftLeft(vector: Vector512_1<
|
|
1035
|
-
static shiftLeft(vector: Vector512_1<
|
|
1036
|
-
static shiftLeft(vector: Vector512_1<
|
|
1037
|
-
static shiftRightArithmetic(vector: Vector512_1<
|
|
1038
|
-
static shiftRightArithmetic(vector: Vector512_1<
|
|
1039
|
-
static shiftRightArithmetic(vector: Vector512_1<
|
|
1040
|
-
static shiftRightArithmetic(vector: Vector512_1<
|
|
1041
|
-
static shiftRightArithmetic(vector: Vector512_1<
|
|
1042
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1043
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1044
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1045
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1046
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1047
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1048
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1049
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1050
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1051
|
-
static shiftRightLogical(vector: Vector512_1<
|
|
1052
|
-
static shuffle(vector: Vector512_1<
|
|
1053
|
-
static shuffle(vector: Vector512_1<
|
|
1054
|
-
static shuffle(vector: Vector512_1<
|
|
1055
|
-
static shuffle(vector: Vector512_1<
|
|
1056
|
-
static shuffle(vector: Vector512_1<
|
|
1057
|
-
static shuffle(vector: Vector512_1<
|
|
1058
|
-
static shuffle(vector: Vector512_1<
|
|
1059
|
-
static shuffle(vector: Vector512_1<
|
|
1060
|
-
static shuffle(vector: Vector512_1<
|
|
1061
|
-
static shuffle(vector: Vector512_1<
|
|
1062
|
-
static shuffleNative(vector: Vector512_1<
|
|
1063
|
-
static shuffleNative(vector: Vector512_1<
|
|
1064
|
-
static shuffleNative(vector: Vector512_1<
|
|
1065
|
-
static shuffleNative(vector: Vector512_1<
|
|
1066
|
-
static shuffleNative(vector: Vector512_1<
|
|
1067
|
-
static shuffleNative(vector: Vector512_1<
|
|
1068
|
-
static shuffleNative(vector: Vector512_1<
|
|
1069
|
-
static shuffleNative(vector: Vector512_1<
|
|
1070
|
-
static shuffleNative(vector: Vector512_1<
|
|
1071
|
-
static shuffleNative(vector: Vector512_1<
|
|
1072
|
-
static sin(vector: Vector512_1<
|
|
1073
|
-
static sin(vector: Vector512_1<
|
|
1074
|
-
static sinCos(vector: Vector512_1<
|
|
1075
|
-
static sinCos(vector: Vector512_1<
|
|
996
|
+
static radiansToDegrees(radians: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
997
|
+
static radiansToDegrees(radians: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
998
|
+
static round(vector: Vector512_1<System_Internal.Double>, mode: MidpointRounding): Vector512_1<System_Internal.Double>;
|
|
999
|
+
static round(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
1000
|
+
static round(vector: Vector512_1<System_Internal.Single>, mode: MidpointRounding): Vector512_1<System_Internal.Single>;
|
|
1001
|
+
static round(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
1002
|
+
static shiftLeft(vector: Vector512_1<System_Internal.Byte>, shiftCount: int): Vector512_1<System_Internal.Byte>;
|
|
1003
|
+
static shiftLeft(vector: Vector512_1<System_Internal.Int16>, shiftCount: int): Vector512_1<System_Internal.Int16>;
|
|
1004
|
+
static shiftLeft(vector: Vector512_1<System_Internal.Int32>, shiftCount: int): Vector512_1<System_Internal.Int32>;
|
|
1005
|
+
static shiftLeft(vector: Vector512_1<System_Internal.Int64>, shiftCount: int): Vector512_1<System_Internal.Int64>;
|
|
1006
|
+
static shiftLeft(vector: Vector512_1<System_Internal.IntPtr>, shiftCount: int): Vector512_1<System_Internal.IntPtr>;
|
|
1007
|
+
static shiftLeft(vector: Vector512_1<System_Internal.SByte>, shiftCount: int): Vector512_1<System_Internal.SByte>;
|
|
1008
|
+
static shiftLeft(vector: Vector512_1<System_Internal.UInt16>, shiftCount: int): Vector512_1<System_Internal.UInt16>;
|
|
1009
|
+
static shiftLeft(vector: Vector512_1<System_Internal.UInt32>, shiftCount: int): Vector512_1<System_Internal.UInt32>;
|
|
1010
|
+
static shiftLeft(vector: Vector512_1<System_Internal.UInt64>, shiftCount: int): Vector512_1<System_Internal.UInt64>;
|
|
1011
|
+
static shiftLeft(vector: Vector512_1<System_Internal.UIntPtr>, shiftCount: int): Vector512_1<System_Internal.UIntPtr>;
|
|
1012
|
+
static shiftRightArithmetic(vector: Vector512_1<System_Internal.Int16>, shiftCount: int): Vector512_1<System_Internal.Int16>;
|
|
1013
|
+
static shiftRightArithmetic(vector: Vector512_1<System_Internal.Int32>, shiftCount: int): Vector512_1<System_Internal.Int32>;
|
|
1014
|
+
static shiftRightArithmetic(vector: Vector512_1<System_Internal.Int64>, shiftCount: int): Vector512_1<System_Internal.Int64>;
|
|
1015
|
+
static shiftRightArithmetic(vector: Vector512_1<System_Internal.IntPtr>, shiftCount: int): Vector512_1<System_Internal.IntPtr>;
|
|
1016
|
+
static shiftRightArithmetic(vector: Vector512_1<System_Internal.SByte>, shiftCount: int): Vector512_1<System_Internal.SByte>;
|
|
1017
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.Byte>, shiftCount: int): Vector512_1<System_Internal.Byte>;
|
|
1018
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.Int16>, shiftCount: int): Vector512_1<System_Internal.Int16>;
|
|
1019
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.Int32>, shiftCount: int): Vector512_1<System_Internal.Int32>;
|
|
1020
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.Int64>, shiftCount: int): Vector512_1<System_Internal.Int64>;
|
|
1021
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.IntPtr>, shiftCount: int): Vector512_1<System_Internal.IntPtr>;
|
|
1022
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.SByte>, shiftCount: int): Vector512_1<System_Internal.SByte>;
|
|
1023
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.UInt16>, shiftCount: int): Vector512_1<System_Internal.UInt16>;
|
|
1024
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.UInt32>, shiftCount: int): Vector512_1<System_Internal.UInt32>;
|
|
1025
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.UInt64>, shiftCount: int): Vector512_1<System_Internal.UInt64>;
|
|
1026
|
+
static shiftRightLogical(vector: Vector512_1<System_Internal.UIntPtr>, shiftCount: int): Vector512_1<System_Internal.UIntPtr>;
|
|
1027
|
+
static shuffle(vector: Vector512_1<System_Internal.Byte>, indices: Vector512_1<System_Internal.Byte>): Vector512_1<System_Internal.Byte>;
|
|
1028
|
+
static shuffle(vector: Vector512_1<System_Internal.Double>, indices: Vector512_1<System_Internal.Int64>): Vector512_1<System_Internal.Double>;
|
|
1029
|
+
static shuffle(vector: Vector512_1<System_Internal.Int16>, indices: Vector512_1<System_Internal.Int16>): Vector512_1<System_Internal.Int16>;
|
|
1030
|
+
static shuffle(vector: Vector512_1<System_Internal.Int32>, indices: Vector512_1<System_Internal.Int32>): Vector512_1<System_Internal.Int32>;
|
|
1031
|
+
static shuffle(vector: Vector512_1<System_Internal.Int64>, indices: Vector512_1<System_Internal.Int64>): Vector512_1<System_Internal.Int64>;
|
|
1032
|
+
static shuffle(vector: Vector512_1<System_Internal.SByte>, indices: Vector512_1<System_Internal.SByte>): Vector512_1<System_Internal.SByte>;
|
|
1033
|
+
static shuffle(vector: Vector512_1<System_Internal.Single>, indices: Vector512_1<System_Internal.Int32>): Vector512_1<System_Internal.Single>;
|
|
1034
|
+
static shuffle(vector: Vector512_1<System_Internal.UInt16>, indices: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.UInt16>;
|
|
1035
|
+
static shuffle(vector: Vector512_1<System_Internal.UInt32>, indices: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt32>;
|
|
1036
|
+
static shuffle(vector: Vector512_1<System_Internal.UInt64>, indices: Vector512_1<System_Internal.UInt64>): Vector512_1<System_Internal.UInt64>;
|
|
1037
|
+
static shuffleNative(vector: Vector512_1<System_Internal.Byte>, indices: Vector512_1<System_Internal.Byte>): Vector512_1<System_Internal.Byte>;
|
|
1038
|
+
static shuffleNative(vector: Vector512_1<System_Internal.Double>, indices: Vector512_1<System_Internal.Int64>): Vector512_1<System_Internal.Double>;
|
|
1039
|
+
static shuffleNative(vector: Vector512_1<System_Internal.Int16>, indices: Vector512_1<System_Internal.Int16>): Vector512_1<System_Internal.Int16>;
|
|
1040
|
+
static shuffleNative(vector: Vector512_1<System_Internal.Int32>, indices: Vector512_1<System_Internal.Int32>): Vector512_1<System_Internal.Int32>;
|
|
1041
|
+
static shuffleNative(vector: Vector512_1<System_Internal.Int64>, indices: Vector512_1<System_Internal.Int64>): Vector512_1<System_Internal.Int64>;
|
|
1042
|
+
static shuffleNative(vector: Vector512_1<System_Internal.SByte>, indices: Vector512_1<System_Internal.SByte>): Vector512_1<System_Internal.SByte>;
|
|
1043
|
+
static shuffleNative(vector: Vector512_1<System_Internal.Single>, indices: Vector512_1<System_Internal.Int32>): Vector512_1<System_Internal.Single>;
|
|
1044
|
+
static shuffleNative(vector: Vector512_1<System_Internal.UInt16>, indices: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.UInt16>;
|
|
1045
|
+
static shuffleNative(vector: Vector512_1<System_Internal.UInt32>, indices: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt32>;
|
|
1046
|
+
static shuffleNative(vector: Vector512_1<System_Internal.UInt64>, indices: Vector512_1<System_Internal.UInt64>): Vector512_1<System_Internal.UInt64>;
|
|
1047
|
+
static sin(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
1048
|
+
static sin(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
1049
|
+
static sinCos(vector: Vector512_1<System_Internal.Double>): ValueTuple_2<Vector512_1<System_Internal.Double>, Vector512_1<System_Internal.Double>>;
|
|
1050
|
+
static sinCos(vector: Vector512_1<System_Internal.Single>): ValueTuple_2<Vector512_1<System_Internal.Single>, Vector512_1<System_Internal.Single>>;
|
|
1076
1051
|
static sqrt<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1077
1052
|
static store<T>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1078
1053
|
static storeAligned<T>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1079
1054
|
static storeAlignedNonTemporal<T>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1080
|
-
static storeUnsafe<T>(source: Vector512_1<T>, destination:
|
|
1081
|
-
static storeUnsafe<T>(source: Vector512_1<T>, destination:
|
|
1055
|
+
static storeUnsafe<T>(source: Vector512_1<T>, destination: T, elementOffset: nuint): void;
|
|
1056
|
+
static storeUnsafe<T>(source: Vector512_1<T>, destination: T): void;
|
|
1082
1057
|
static subtract<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1083
1058
|
static subtractSaturate<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1084
1059
|
static sum<T>(vector: Vector512_1<T>): T;
|
|
1085
1060
|
static toScalar<T>(vector: Vector512_1<T>): T;
|
|
1086
|
-
static truncate(vector: Vector512_1<
|
|
1087
|
-
static truncate(vector: Vector512_1<
|
|
1061
|
+
static truncate(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
1062
|
+
static truncate(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
1088
1063
|
static tryCopyTo<T>(vector: Vector512_1<T>, destination: Span_1<T>): boolean;
|
|
1089
|
-
static widen(source: Vector512_1<
|
|
1090
|
-
static widen(source: Vector512_1<
|
|
1091
|
-
static widen(source: Vector512_1<
|
|
1092
|
-
static widen(source: Vector512_1<
|
|
1093
|
-
static widen(source: Vector512_1<
|
|
1094
|
-
static widen(source: Vector512_1<
|
|
1095
|
-
static widen(source: Vector512_1<
|
|
1096
|
-
static widenLower(source: Vector512_1<
|
|
1097
|
-
static widenLower(source: Vector512_1<
|
|
1098
|
-
static widenLower(source: Vector512_1<
|
|
1099
|
-
static widenLower(source: Vector512_1<
|
|
1100
|
-
static widenLower(source: Vector512_1<
|
|
1101
|
-
static widenLower(source: Vector512_1<
|
|
1102
|
-
static widenLower(source: Vector512_1<
|
|
1103
|
-
static widenUpper(source: Vector512_1<
|
|
1104
|
-
static widenUpper(source: Vector512_1<
|
|
1105
|
-
static widenUpper(source: Vector512_1<
|
|
1106
|
-
static widenUpper(source: Vector512_1<
|
|
1107
|
-
static widenUpper(source: Vector512_1<
|
|
1108
|
-
static widenUpper(source: Vector512_1<
|
|
1109
|
-
static widenUpper(source: Vector512_1<
|
|
1064
|
+
static widen(source: Vector512_1<System_Internal.Byte>): ValueTuple_2<Vector512_1<System_Internal.UInt16>, Vector512_1<System_Internal.UInt16>>;
|
|
1065
|
+
static widen(source: Vector512_1<System_Internal.Int16>): ValueTuple_2<Vector512_1<System_Internal.Int32>, Vector512_1<System_Internal.Int32>>;
|
|
1066
|
+
static widen(source: Vector512_1<System_Internal.Int32>): ValueTuple_2<Vector512_1<System_Internal.Int64>, Vector512_1<System_Internal.Int64>>;
|
|
1067
|
+
static widen(source: Vector512_1<System_Internal.SByte>): ValueTuple_2<Vector512_1<System_Internal.Int16>, Vector512_1<System_Internal.Int16>>;
|
|
1068
|
+
static widen(source: Vector512_1<System_Internal.Single>): ValueTuple_2<Vector512_1<System_Internal.Double>, Vector512_1<System_Internal.Double>>;
|
|
1069
|
+
static widen(source: Vector512_1<System_Internal.UInt16>): ValueTuple_2<Vector512_1<System_Internal.UInt32>, Vector512_1<System_Internal.UInt32>>;
|
|
1070
|
+
static widen(source: Vector512_1<System_Internal.UInt32>): ValueTuple_2<Vector512_1<System_Internal.UInt64>, Vector512_1<System_Internal.UInt64>>;
|
|
1071
|
+
static widenLower(source: Vector512_1<System_Internal.Byte>): Vector512_1<System_Internal.UInt16>;
|
|
1072
|
+
static widenLower(source: Vector512_1<System_Internal.Int16>): Vector512_1<System_Internal.Int32>;
|
|
1073
|
+
static widenLower(source: Vector512_1<System_Internal.Int32>): Vector512_1<System_Internal.Int64>;
|
|
1074
|
+
static widenLower(source: Vector512_1<System_Internal.SByte>): Vector512_1<System_Internal.Int16>;
|
|
1075
|
+
static widenLower(source: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Double>;
|
|
1076
|
+
static widenLower(source: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.UInt32>;
|
|
1077
|
+
static widenLower(source: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt64>;
|
|
1078
|
+
static widenUpper(source: Vector512_1<System_Internal.Byte>): Vector512_1<System_Internal.UInt16>;
|
|
1079
|
+
static widenUpper(source: Vector512_1<System_Internal.Int16>): Vector512_1<System_Internal.Int32>;
|
|
1080
|
+
static widenUpper(source: Vector512_1<System_Internal.Int32>): Vector512_1<System_Internal.Int64>;
|
|
1081
|
+
static widenUpper(source: Vector512_1<System_Internal.SByte>): Vector512_1<System_Internal.Int16>;
|
|
1082
|
+
static widenUpper(source: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Double>;
|
|
1083
|
+
static widenUpper(source: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.UInt32>;
|
|
1084
|
+
static widenUpper(source: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt64>;
|
|
1110
1085
|
static withElement<T>(vector: Vector512_1<T>, index: int, value: T): Vector512_1<T>;
|
|
1111
1086
|
static withLower<T>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
|
|
1112
1087
|
static withUpper<T>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
|
|
@@ -1127,110 +1102,110 @@ export abstract class Vector64$instance {
|
|
|
1127
1102
|
static any_<T>(vector: Vector64_1<T>, value: T): boolean;
|
|
1128
1103
|
static anyWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
|
|
1129
1104
|
static as_<TFrom, TTo>(vector: Vector64_1<TFrom>): Vector64_1<TTo>;
|
|
1130
|
-
static asByte<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1131
|
-
static asDouble<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1132
|
-
static asInt16<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1133
|
-
static asInt32<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1134
|
-
static asInt64<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1135
|
-
static asNInt<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1136
|
-
static asNUInt<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1137
|
-
static asSByte<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1138
|
-
static asSingle<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1139
|
-
static asUInt16<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1140
|
-
static asUInt32<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1141
|
-
static asUInt64<T>(vector: Vector64_1<T>): Vector64_1<
|
|
1105
|
+
static asByte<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Byte>;
|
|
1106
|
+
static asDouble<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Double>;
|
|
1107
|
+
static asInt16<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int16>;
|
|
1108
|
+
static asInt32<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int32>;
|
|
1109
|
+
static asInt64<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int64>;
|
|
1110
|
+
static asNInt<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.IntPtr>;
|
|
1111
|
+
static asNUInt<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UIntPtr>;
|
|
1112
|
+
static asSByte<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.SByte>;
|
|
1113
|
+
static asSingle<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Single>;
|
|
1114
|
+
static asUInt16<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt16>;
|
|
1115
|
+
static asUInt32<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt32>;
|
|
1116
|
+
static asUInt64<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt64>;
|
|
1142
1117
|
static bitwiseAnd<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1143
1118
|
static bitwiseOr<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1144
|
-
static ceiling(vector: Vector64_1<
|
|
1145
|
-
static ceiling(vector: Vector64_1<
|
|
1119
|
+
static ceiling(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1120
|
+
static ceiling(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1146
1121
|
static clamp<T>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
|
|
1147
1122
|
static clampNative<T>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
|
|
1148
1123
|
static conditionalSelect<T>(condition: Vector64_1<T>, left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1149
|
-
static convertToDouble(vector: Vector64_1<
|
|
1150
|
-
static convertToDouble(vector: Vector64_1<
|
|
1151
|
-
static convertToInt32(vector: Vector64_1<
|
|
1152
|
-
static convertToInt32Native(vector: Vector64_1<
|
|
1153
|
-
static convertToInt64(vector: Vector64_1<
|
|
1154
|
-
static convertToInt64Native(vector: Vector64_1<
|
|
1155
|
-
static convertToSingle(vector: Vector64_1<
|
|
1156
|
-
static convertToSingle(vector: Vector64_1<
|
|
1157
|
-
static convertToUInt32(vector: Vector64_1<
|
|
1158
|
-
static convertToUInt32Native(vector: Vector64_1<
|
|
1159
|
-
static convertToUInt64(vector: Vector64_1<
|
|
1160
|
-
static convertToUInt64Native(vector: Vector64_1<
|
|
1124
|
+
static convertToDouble(vector: Vector64_1<System_Internal.Int64>): Vector64_1<System_Internal.Double>;
|
|
1125
|
+
static convertToDouble(vector: Vector64_1<System_Internal.UInt64>): Vector64_1<System_Internal.Double>;
|
|
1126
|
+
static convertToInt32(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Int32>;
|
|
1127
|
+
static convertToInt32Native(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Int32>;
|
|
1128
|
+
static convertToInt64(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Int64>;
|
|
1129
|
+
static convertToInt64Native(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Int64>;
|
|
1130
|
+
static convertToSingle(vector: Vector64_1<System_Internal.Int32>): Vector64_1<System_Internal.Single>;
|
|
1131
|
+
static convertToSingle(vector: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.Single>;
|
|
1132
|
+
static convertToUInt32(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.UInt32>;
|
|
1133
|
+
static convertToUInt32Native(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.UInt32>;
|
|
1134
|
+
static convertToUInt64(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.UInt64>;
|
|
1135
|
+
static convertToUInt64Native(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.UInt64>;
|
|
1161
1136
|
static copySign<T>(value: Vector64_1<T>, sign: Vector64_1<T>): Vector64_1<T>;
|
|
1162
1137
|
static copyTo<T>(vector: Vector64_1<T>, destination: Span_1<T>): void;
|
|
1163
1138
|
static copyTo<T>(vector: Vector64_1<T>, destination: T[], startIndex: int): void;
|
|
1164
1139
|
static copyTo<T>(vector: Vector64_1<T>, destination: T[]): void;
|
|
1165
|
-
static cos(vector: Vector64_1<
|
|
1166
|
-
static cos(vector: Vector64_1<
|
|
1140
|
+
static cos(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1141
|
+
static cos(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1167
1142
|
static count<T>(vector: Vector64_1<T>, value: T): int;
|
|
1168
1143
|
static countWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
|
|
1169
1144
|
static create<T>(values: ReadOnlySpan_1<T>): Vector64_1<T>;
|
|
1170
|
-
static create(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte): Vector64_1<
|
|
1171
|
-
static create(value: byte): Vector64_1<
|
|
1172
|
-
static create(value: double): Vector64_1<
|
|
1173
|
-
static create(e0: short, e1: short, e2: short, e3: short): Vector64_1<
|
|
1174
|
-
static create(value: short): Vector64_1<
|
|
1175
|
-
static create(e0: int, e1: int): Vector64_1<
|
|
1176
|
-
static create(value: int): Vector64_1<
|
|
1177
|
-
static create(value: long): Vector64_1<
|
|
1178
|
-
static create(value: nint): Vector64_1<
|
|
1179
|
-
static create(e0: sbyte, e1: sbyte, e2: sbyte, e3: sbyte, e4: sbyte, e5: sbyte, e6: sbyte, e7: sbyte): Vector64_1<
|
|
1180
|
-
static create(value: sbyte): Vector64_1<
|
|
1181
|
-
static create(e0: float, e1: float): Vector64_1<
|
|
1182
|
-
static create(value: float): Vector64_1<
|
|
1183
|
-
static create(e0: ushort, e1: ushort, e2: ushort, e3: ushort): Vector64_1<
|
|
1184
|
-
static create(value: ushort): Vector64_1<
|
|
1185
|
-
static create(e0: uint, e1: uint): Vector64_1<
|
|
1186
|
-
static create(value: uint): Vector64_1<
|
|
1187
|
-
static create(value: ulong): Vector64_1<
|
|
1188
|
-
static create(value: nuint): Vector64_1<
|
|
1145
|
+
static create(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte): Vector64_1<System_Internal.Byte>;
|
|
1146
|
+
static create(value: byte): Vector64_1<System_Internal.Byte>;
|
|
1147
|
+
static create(value: double): Vector64_1<System_Internal.Double>;
|
|
1148
|
+
static create(e0: short, e1: short, e2: short, e3: short): Vector64_1<System_Internal.Int16>;
|
|
1149
|
+
static create(value: short): Vector64_1<System_Internal.Int16>;
|
|
1150
|
+
static create(e0: int, e1: int): Vector64_1<System_Internal.Int32>;
|
|
1151
|
+
static create(value: int): Vector64_1<System_Internal.Int32>;
|
|
1152
|
+
static create(value: long): Vector64_1<System_Internal.Int64>;
|
|
1153
|
+
static create(value: nint): Vector64_1<System_Internal.IntPtr>;
|
|
1154
|
+
static create(e0: sbyte, e1: sbyte, e2: sbyte, e3: sbyte, e4: sbyte, e5: sbyte, e6: sbyte, e7: sbyte): Vector64_1<System_Internal.SByte>;
|
|
1155
|
+
static create(value: sbyte): Vector64_1<System_Internal.SByte>;
|
|
1156
|
+
static create(e0: float, e1: float): Vector64_1<System_Internal.Single>;
|
|
1157
|
+
static create(value: float): Vector64_1<System_Internal.Single>;
|
|
1158
|
+
static create(e0: ushort, e1: ushort, e2: ushort, e3: ushort): Vector64_1<System_Internal.UInt16>;
|
|
1159
|
+
static create(value: ushort): Vector64_1<System_Internal.UInt16>;
|
|
1160
|
+
static create(e0: uint, e1: uint): Vector64_1<System_Internal.UInt32>;
|
|
1161
|
+
static create(value: uint): Vector64_1<System_Internal.UInt32>;
|
|
1162
|
+
static create(value: ulong): Vector64_1<System_Internal.UInt64>;
|
|
1163
|
+
static create(value: nuint): Vector64_1<System_Internal.UIntPtr>;
|
|
1189
1164
|
static create<T>(value: T): Vector64_1<T>;
|
|
1190
1165
|
static create<T>(values: T[], index: int): Vector64_1<T>;
|
|
1191
1166
|
static create<T>(values: T[]): Vector64_1<T>;
|
|
1192
|
-
static createScalar(value: byte): Vector64_1<
|
|
1193
|
-
static createScalar(value: double): Vector64_1<
|
|
1194
|
-
static createScalar(value: short): Vector64_1<
|
|
1195
|
-
static createScalar(value: int): Vector64_1<
|
|
1196
|
-
static createScalar(value: long): Vector64_1<
|
|
1197
|
-
static createScalar(value: nint): Vector64_1<
|
|
1198
|
-
static createScalar(value: sbyte): Vector64_1<
|
|
1199
|
-
static createScalar(value: float): Vector64_1<
|
|
1200
|
-
static createScalar(value: ushort): Vector64_1<
|
|
1201
|
-
static createScalar(value: uint): Vector64_1<
|
|
1202
|
-
static createScalar(value: ulong): Vector64_1<
|
|
1203
|
-
static createScalar(value: nuint): Vector64_1<
|
|
1167
|
+
static createScalar(value: byte): Vector64_1<System_Internal.Byte>;
|
|
1168
|
+
static createScalar(value: double): Vector64_1<System_Internal.Double>;
|
|
1169
|
+
static createScalar(value: short): Vector64_1<System_Internal.Int16>;
|
|
1170
|
+
static createScalar(value: int): Vector64_1<System_Internal.Int32>;
|
|
1171
|
+
static createScalar(value: long): Vector64_1<System_Internal.Int64>;
|
|
1172
|
+
static createScalar(value: nint): Vector64_1<System_Internal.IntPtr>;
|
|
1173
|
+
static createScalar(value: sbyte): Vector64_1<System_Internal.SByte>;
|
|
1174
|
+
static createScalar(value: float): Vector64_1<System_Internal.Single>;
|
|
1175
|
+
static createScalar(value: ushort): Vector64_1<System_Internal.UInt16>;
|
|
1176
|
+
static createScalar(value: uint): Vector64_1<System_Internal.UInt32>;
|
|
1177
|
+
static createScalar(value: ulong): Vector64_1<System_Internal.UInt64>;
|
|
1178
|
+
static createScalar(value: nuint): Vector64_1<System_Internal.UIntPtr>;
|
|
1204
1179
|
static createScalar<T>(value: T): Vector64_1<T>;
|
|
1205
|
-
static createScalarUnsafe(value: byte): Vector64_1<
|
|
1206
|
-
static createScalarUnsafe(value: double): Vector64_1<
|
|
1207
|
-
static createScalarUnsafe(value: short): Vector64_1<
|
|
1208
|
-
static createScalarUnsafe(value: int): Vector64_1<
|
|
1209
|
-
static createScalarUnsafe(value: long): Vector64_1<
|
|
1210
|
-
static createScalarUnsafe(value: nint): Vector64_1<
|
|
1211
|
-
static createScalarUnsafe(value: sbyte): Vector64_1<
|
|
1212
|
-
static createScalarUnsafe(value: float): Vector64_1<
|
|
1213
|
-
static createScalarUnsafe(value: ushort): Vector64_1<
|
|
1214
|
-
static createScalarUnsafe(value: uint): Vector64_1<
|
|
1215
|
-
static createScalarUnsafe(value: ulong): Vector64_1<
|
|
1216
|
-
static createScalarUnsafe(value: nuint): Vector64_1<
|
|
1180
|
+
static createScalarUnsafe(value: byte): Vector64_1<System_Internal.Byte>;
|
|
1181
|
+
static createScalarUnsafe(value: double): Vector64_1<System_Internal.Double>;
|
|
1182
|
+
static createScalarUnsafe(value: short): Vector64_1<System_Internal.Int16>;
|
|
1183
|
+
static createScalarUnsafe(value: int): Vector64_1<System_Internal.Int32>;
|
|
1184
|
+
static createScalarUnsafe(value: long): Vector64_1<System_Internal.Int64>;
|
|
1185
|
+
static createScalarUnsafe(value: nint): Vector64_1<System_Internal.IntPtr>;
|
|
1186
|
+
static createScalarUnsafe(value: sbyte): Vector64_1<System_Internal.SByte>;
|
|
1187
|
+
static createScalarUnsafe(value: float): Vector64_1<System_Internal.Single>;
|
|
1188
|
+
static createScalarUnsafe(value: ushort): Vector64_1<System_Internal.UInt16>;
|
|
1189
|
+
static createScalarUnsafe(value: uint): Vector64_1<System_Internal.UInt32>;
|
|
1190
|
+
static createScalarUnsafe(value: ulong): Vector64_1<System_Internal.UInt64>;
|
|
1191
|
+
static createScalarUnsafe(value: nuint): Vector64_1<System_Internal.UIntPtr>;
|
|
1217
1192
|
static createScalarUnsafe<T>(value: T): Vector64_1<T>;
|
|
1218
1193
|
static createSequence<T>(start: T, step: T): Vector64_1<T>;
|
|
1219
|
-
static degreesToRadians(degrees: Vector64_1<
|
|
1220
|
-
static degreesToRadians(degrees: Vector64_1<
|
|
1194
|
+
static degreesToRadians(degrees: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1195
|
+
static degreesToRadians(degrees: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1221
1196
|
static divide<T>(left: Vector64_1<T>, right: T): Vector64_1<T>;
|
|
1222
1197
|
static divide<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1223
1198
|
static dot<T>(left: Vector64_1<T>, right: Vector64_1<T>): T;
|
|
1224
1199
|
static equals<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1225
1200
|
static equalsAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1226
1201
|
static equalsAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1227
|
-
static exp(vector: Vector64_1<
|
|
1228
|
-
static exp(vector: Vector64_1<
|
|
1202
|
+
static exp(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1203
|
+
static exp(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1229
1204
|
static extractMostSignificantBits<T>(vector: Vector64_1<T>): uint;
|
|
1230
|
-
static floor(vector: Vector64_1<
|
|
1231
|
-
static floor(vector: Vector64_1<
|
|
1232
|
-
static fusedMultiplyAdd(left: Vector64_1<
|
|
1233
|
-
static fusedMultiplyAdd(left: Vector64_1<
|
|
1205
|
+
static floor(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1206
|
+
static floor(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1207
|
+
static fusedMultiplyAdd(left: Vector64_1<System_Internal.Double>, right: Vector64_1<System_Internal.Double>, addend: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1208
|
+
static fusedMultiplyAdd(left: Vector64_1<System_Internal.Single>, right: Vector64_1<System_Internal.Single>, addend: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1234
1209
|
static getElement<T>(vector: Vector64_1<T>, index: int): T;
|
|
1235
1210
|
static greaterThan<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1236
1211
|
static greaterThanAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
@@ -1238,8 +1213,8 @@ export abstract class Vector64$instance {
|
|
|
1238
1213
|
static greaterThanOrEqual<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1239
1214
|
static greaterThanOrEqualAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1240
1215
|
static greaterThanOrEqualAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1241
|
-
static hypot(x: Vector64_1<
|
|
1242
|
-
static hypot(x: Vector64_1<
|
|
1216
|
+
static hypot(x: Vector64_1<System_Internal.Double>, y: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1217
|
+
static hypot(x: Vector64_1<System_Internal.Single>, y: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1243
1218
|
static indexOf<T>(vector: Vector64_1<T>, value: T): int;
|
|
1244
1219
|
static indexOfWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
|
|
1245
1220
|
static isEvenInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
@@ -1257,8 +1232,8 @@ export abstract class Vector64$instance {
|
|
|
1257
1232
|
static isZero<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1258
1233
|
static lastIndexOf<T>(vector: Vector64_1<T>, value: T): int;
|
|
1259
1234
|
static lastIndexOfWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
|
|
1260
|
-
static lerp(x: Vector64_1<
|
|
1261
|
-
static lerp(x: Vector64_1<
|
|
1235
|
+
static lerp(x: Vector64_1<System_Internal.Double>, y: Vector64_1<System_Internal.Double>, amount: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1236
|
+
static lerp(x: Vector64_1<System_Internal.Single>, y: Vector64_1<System_Internal.Single>, amount: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1262
1237
|
static lessThan<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1263
1238
|
static lessThanAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1264
1239
|
static lessThanAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
@@ -1268,12 +1243,12 @@ export abstract class Vector64$instance {
|
|
|
1268
1243
|
static load<T>(source: ptr<T>): Vector64_1<T>;
|
|
1269
1244
|
static loadAligned<T>(source: ptr<T>): Vector64_1<T>;
|
|
1270
1245
|
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector64_1<T>;
|
|
1271
|
-
static loadUnsafe<T>(source:
|
|
1272
|
-
static loadUnsafe<T>(source:
|
|
1273
|
-
static log(vector: Vector64_1<
|
|
1274
|
-
static log(vector: Vector64_1<
|
|
1275
|
-
static log2(vector: Vector64_1<
|
|
1276
|
-
static log2(vector: Vector64_1<
|
|
1246
|
+
static loadUnsafe<T>(source: T, elementOffset: nuint): Vector64_1<T>;
|
|
1247
|
+
static loadUnsafe<T>(source: T): Vector64_1<T>;
|
|
1248
|
+
static log(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1249
|
+
static log(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1250
|
+
static log2(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1251
|
+
static log2(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1277
1252
|
static max<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1278
1253
|
static maxMagnitude<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1279
1254
|
static maxMagnitudeNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
@@ -1287,111 +1262,111 @@ export abstract class Vector64$instance {
|
|
|
1287
1262
|
static multiply<T>(left: T, right: Vector64_1<T>): Vector64_1<T>;
|
|
1288
1263
|
static multiply<T>(left: Vector64_1<T>, right: T): Vector64_1<T>;
|
|
1289
1264
|
static multiply<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1290
|
-
static multiplyAddEstimate(left: Vector64_1<
|
|
1291
|
-
static multiplyAddEstimate(left: Vector64_1<
|
|
1292
|
-
static narrow(lower: Vector64_1<
|
|
1293
|
-
static narrow(lower: Vector64_1<
|
|
1294
|
-
static narrow(lower: Vector64_1<
|
|
1295
|
-
static narrow(lower: Vector64_1<
|
|
1296
|
-
static narrow(lower: Vector64_1<
|
|
1297
|
-
static narrow(lower: Vector64_1<
|
|
1298
|
-
static narrow(lower: Vector64_1<
|
|
1299
|
-
static narrowWithSaturation(lower: Vector64_1<
|
|
1300
|
-
static narrowWithSaturation(lower: Vector64_1<
|
|
1301
|
-
static narrowWithSaturation(lower: Vector64_1<
|
|
1302
|
-
static narrowWithSaturation(lower: Vector64_1<
|
|
1303
|
-
static narrowWithSaturation(lower: Vector64_1<
|
|
1304
|
-
static narrowWithSaturation(lower: Vector64_1<
|
|
1305
|
-
static narrowWithSaturation(lower: Vector64_1<
|
|
1265
|
+
static multiplyAddEstimate(left: Vector64_1<System_Internal.Double>, right: Vector64_1<System_Internal.Double>, addend: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1266
|
+
static multiplyAddEstimate(left: Vector64_1<System_Internal.Single>, right: Vector64_1<System_Internal.Single>, addend: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1267
|
+
static narrow(lower: Vector64_1<System_Internal.Double>, upper: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Single>;
|
|
1268
|
+
static narrow(lower: Vector64_1<System_Internal.Int16>, upper: Vector64_1<System_Internal.Int16>): Vector64_1<System_Internal.SByte>;
|
|
1269
|
+
static narrow(lower: Vector64_1<System_Internal.Int32>, upper: Vector64_1<System_Internal.Int32>): Vector64_1<System_Internal.Int16>;
|
|
1270
|
+
static narrow(lower: Vector64_1<System_Internal.Int64>, upper: Vector64_1<System_Internal.Int64>): Vector64_1<System_Internal.Int32>;
|
|
1271
|
+
static narrow(lower: Vector64_1<System_Internal.UInt16>, upper: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.Byte>;
|
|
1272
|
+
static narrow(lower: Vector64_1<System_Internal.UInt32>, upper: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt16>;
|
|
1273
|
+
static narrow(lower: Vector64_1<System_Internal.UInt64>, upper: Vector64_1<System_Internal.UInt64>): Vector64_1<System_Internal.UInt32>;
|
|
1274
|
+
static narrowWithSaturation(lower: Vector64_1<System_Internal.Double>, upper: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Single>;
|
|
1275
|
+
static narrowWithSaturation(lower: Vector64_1<System_Internal.Int16>, upper: Vector64_1<System_Internal.Int16>): Vector64_1<System_Internal.SByte>;
|
|
1276
|
+
static narrowWithSaturation(lower: Vector64_1<System_Internal.Int32>, upper: Vector64_1<System_Internal.Int32>): Vector64_1<System_Internal.Int16>;
|
|
1277
|
+
static narrowWithSaturation(lower: Vector64_1<System_Internal.Int64>, upper: Vector64_1<System_Internal.Int64>): Vector64_1<System_Internal.Int32>;
|
|
1278
|
+
static narrowWithSaturation(lower: Vector64_1<System_Internal.UInt16>, upper: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.Byte>;
|
|
1279
|
+
static narrowWithSaturation(lower: Vector64_1<System_Internal.UInt32>, upper: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt16>;
|
|
1280
|
+
static narrowWithSaturation(lower: Vector64_1<System_Internal.UInt64>, upper: Vector64_1<System_Internal.UInt64>): Vector64_1<System_Internal.UInt32>;
|
|
1306
1281
|
static negate<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1307
1282
|
static none<T>(vector: Vector64_1<T>, value: T): boolean;
|
|
1308
1283
|
static noneWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
|
|
1309
1284
|
static onesComplement<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1310
|
-
static radiansToDegrees(radians: Vector64_1<
|
|
1311
|
-
static radiansToDegrees(radians: Vector64_1<
|
|
1312
|
-
static round(vector: Vector64_1<
|
|
1313
|
-
static round(vector: Vector64_1<
|
|
1314
|
-
static round(vector: Vector64_1<
|
|
1315
|
-
static round(vector: Vector64_1<
|
|
1316
|
-
static shiftLeft(vector: Vector64_1<
|
|
1317
|
-
static shiftLeft(vector: Vector64_1<
|
|
1318
|
-
static shiftLeft(vector: Vector64_1<
|
|
1319
|
-
static shiftLeft(vector: Vector64_1<
|
|
1320
|
-
static shiftLeft(vector: Vector64_1<
|
|
1321
|
-
static shiftLeft(vector: Vector64_1<
|
|
1322
|
-
static shiftLeft(vector: Vector64_1<
|
|
1323
|
-
static shiftLeft(vector: Vector64_1<
|
|
1324
|
-
static shiftLeft(vector: Vector64_1<
|
|
1325
|
-
static shiftLeft(vector: Vector64_1<
|
|
1326
|
-
static shiftRightArithmetic(vector: Vector64_1<
|
|
1327
|
-
static shiftRightArithmetic(vector: Vector64_1<
|
|
1328
|
-
static shiftRightArithmetic(vector: Vector64_1<
|
|
1329
|
-
static shiftRightArithmetic(vector: Vector64_1<
|
|
1330
|
-
static shiftRightArithmetic(vector: Vector64_1<
|
|
1331
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1332
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1333
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1334
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1335
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1336
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1337
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1338
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1339
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1340
|
-
static shiftRightLogical(vector: Vector64_1<
|
|
1341
|
-
static shuffle(vector: Vector64_1<
|
|
1342
|
-
static shuffle(vector: Vector64_1<
|
|
1343
|
-
static shuffle(vector: Vector64_1<
|
|
1344
|
-
static shuffle(vector: Vector64_1<
|
|
1345
|
-
static shuffle(vector: Vector64_1<
|
|
1346
|
-
static shuffle(vector: Vector64_1<
|
|
1347
|
-
static shuffle(vector: Vector64_1<
|
|
1348
|
-
static shuffleNative(vector: Vector64_1<
|
|
1349
|
-
static shuffleNative(vector: Vector64_1<
|
|
1350
|
-
static shuffleNative(vector: Vector64_1<
|
|
1351
|
-
static shuffleNative(vector: Vector64_1<
|
|
1352
|
-
static shuffleNative(vector: Vector64_1<
|
|
1353
|
-
static shuffleNative(vector: Vector64_1<
|
|
1354
|
-
static shuffleNative(vector: Vector64_1<
|
|
1355
|
-
static sin(vector: Vector64_1<
|
|
1356
|
-
static sin(vector: Vector64_1<
|
|
1357
|
-
static sinCos(vector: Vector64_1<
|
|
1358
|
-
static sinCos(vector: Vector64_1<
|
|
1285
|
+
static radiansToDegrees(radians: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1286
|
+
static radiansToDegrees(radians: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1287
|
+
static round(vector: Vector64_1<System_Internal.Double>, mode: MidpointRounding): Vector64_1<System_Internal.Double>;
|
|
1288
|
+
static round(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1289
|
+
static round(vector: Vector64_1<System_Internal.Single>, mode: MidpointRounding): Vector64_1<System_Internal.Single>;
|
|
1290
|
+
static round(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1291
|
+
static shiftLeft(vector: Vector64_1<System_Internal.Byte>, shiftCount: int): Vector64_1<System_Internal.Byte>;
|
|
1292
|
+
static shiftLeft(vector: Vector64_1<System_Internal.Int16>, shiftCount: int): Vector64_1<System_Internal.Int16>;
|
|
1293
|
+
static shiftLeft(vector: Vector64_1<System_Internal.Int32>, shiftCount: int): Vector64_1<System_Internal.Int32>;
|
|
1294
|
+
static shiftLeft(vector: Vector64_1<System_Internal.Int64>, shiftCount: int): Vector64_1<System_Internal.Int64>;
|
|
1295
|
+
static shiftLeft(vector: Vector64_1<System_Internal.IntPtr>, shiftCount: int): Vector64_1<System_Internal.IntPtr>;
|
|
1296
|
+
static shiftLeft(vector: Vector64_1<System_Internal.SByte>, shiftCount: int): Vector64_1<System_Internal.SByte>;
|
|
1297
|
+
static shiftLeft(vector: Vector64_1<System_Internal.UInt16>, shiftCount: int): Vector64_1<System_Internal.UInt16>;
|
|
1298
|
+
static shiftLeft(vector: Vector64_1<System_Internal.UInt32>, shiftCount: int): Vector64_1<System_Internal.UInt32>;
|
|
1299
|
+
static shiftLeft(vector: Vector64_1<System_Internal.UInt64>, shiftCount: int): Vector64_1<System_Internal.UInt64>;
|
|
1300
|
+
static shiftLeft(vector: Vector64_1<System_Internal.UIntPtr>, shiftCount: int): Vector64_1<System_Internal.UIntPtr>;
|
|
1301
|
+
static shiftRightArithmetic(vector: Vector64_1<System_Internal.Int16>, shiftCount: int): Vector64_1<System_Internal.Int16>;
|
|
1302
|
+
static shiftRightArithmetic(vector: Vector64_1<System_Internal.Int32>, shiftCount: int): Vector64_1<System_Internal.Int32>;
|
|
1303
|
+
static shiftRightArithmetic(vector: Vector64_1<System_Internal.Int64>, shiftCount: int): Vector64_1<System_Internal.Int64>;
|
|
1304
|
+
static shiftRightArithmetic(vector: Vector64_1<System_Internal.IntPtr>, shiftCount: int): Vector64_1<System_Internal.IntPtr>;
|
|
1305
|
+
static shiftRightArithmetic(vector: Vector64_1<System_Internal.SByte>, shiftCount: int): Vector64_1<System_Internal.SByte>;
|
|
1306
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.Byte>, shiftCount: int): Vector64_1<System_Internal.Byte>;
|
|
1307
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.Int16>, shiftCount: int): Vector64_1<System_Internal.Int16>;
|
|
1308
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.Int32>, shiftCount: int): Vector64_1<System_Internal.Int32>;
|
|
1309
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.Int64>, shiftCount: int): Vector64_1<System_Internal.Int64>;
|
|
1310
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.IntPtr>, shiftCount: int): Vector64_1<System_Internal.IntPtr>;
|
|
1311
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.SByte>, shiftCount: int): Vector64_1<System_Internal.SByte>;
|
|
1312
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.UInt16>, shiftCount: int): Vector64_1<System_Internal.UInt16>;
|
|
1313
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.UInt32>, shiftCount: int): Vector64_1<System_Internal.UInt32>;
|
|
1314
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.UInt64>, shiftCount: int): Vector64_1<System_Internal.UInt64>;
|
|
1315
|
+
static shiftRightLogical(vector: Vector64_1<System_Internal.UIntPtr>, shiftCount: int): Vector64_1<System_Internal.UIntPtr>;
|
|
1316
|
+
static shuffle(vector: Vector64_1<System_Internal.Byte>, indices: Vector64_1<System_Internal.Byte>): Vector64_1<System_Internal.Byte>;
|
|
1317
|
+
static shuffle(vector: Vector64_1<System_Internal.Int16>, indices: Vector64_1<System_Internal.Int16>): Vector64_1<System_Internal.Int16>;
|
|
1318
|
+
static shuffle(vector: Vector64_1<System_Internal.Int32>, indices: Vector64_1<System_Internal.Int32>): Vector64_1<System_Internal.Int32>;
|
|
1319
|
+
static shuffle(vector: Vector64_1<System_Internal.SByte>, indices: Vector64_1<System_Internal.SByte>): Vector64_1<System_Internal.SByte>;
|
|
1320
|
+
static shuffle(vector: Vector64_1<System_Internal.Single>, indices: Vector64_1<System_Internal.Int32>): Vector64_1<System_Internal.Single>;
|
|
1321
|
+
static shuffle(vector: Vector64_1<System_Internal.UInt16>, indices: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.UInt16>;
|
|
1322
|
+
static shuffle(vector: Vector64_1<System_Internal.UInt32>, indices: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt32>;
|
|
1323
|
+
static shuffleNative(vector: Vector64_1<System_Internal.Byte>, indices: Vector64_1<System_Internal.Byte>): Vector64_1<System_Internal.Byte>;
|
|
1324
|
+
static shuffleNative(vector: Vector64_1<System_Internal.Int16>, indices: Vector64_1<System_Internal.Int16>): Vector64_1<System_Internal.Int16>;
|
|
1325
|
+
static shuffleNative(vector: Vector64_1<System_Internal.Int32>, indices: Vector64_1<System_Internal.Int32>): Vector64_1<System_Internal.Int32>;
|
|
1326
|
+
static shuffleNative(vector: Vector64_1<System_Internal.SByte>, indices: Vector64_1<System_Internal.SByte>): Vector64_1<System_Internal.SByte>;
|
|
1327
|
+
static shuffleNative(vector: Vector64_1<System_Internal.Single>, indices: Vector64_1<System_Internal.Int32>): Vector64_1<System_Internal.Single>;
|
|
1328
|
+
static shuffleNative(vector: Vector64_1<System_Internal.UInt16>, indices: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.UInt16>;
|
|
1329
|
+
static shuffleNative(vector: Vector64_1<System_Internal.UInt32>, indices: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt32>;
|
|
1330
|
+
static sin(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1331
|
+
static sin(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1332
|
+
static sinCos(vector: Vector64_1<System_Internal.Double>): ValueTuple_2<Vector64_1<System_Internal.Double>, Vector64_1<System_Internal.Double>>;
|
|
1333
|
+
static sinCos(vector: Vector64_1<System_Internal.Single>): ValueTuple_2<Vector64_1<System_Internal.Single>, Vector64_1<System_Internal.Single>>;
|
|
1359
1334
|
static sqrt<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1360
1335
|
static store<T>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1361
1336
|
static storeAligned<T>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1362
1337
|
static storeAlignedNonTemporal<T>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1363
|
-
static storeUnsafe<T>(source: Vector64_1<T>, destination:
|
|
1364
|
-
static storeUnsafe<T>(source: Vector64_1<T>, destination:
|
|
1338
|
+
static storeUnsafe<T>(source: Vector64_1<T>, destination: T, elementOffset: nuint): void;
|
|
1339
|
+
static storeUnsafe<T>(source: Vector64_1<T>, destination: T): void;
|
|
1365
1340
|
static subtract<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1366
1341
|
static subtractSaturate<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1367
1342
|
static sum<T>(vector: Vector64_1<T>): T;
|
|
1368
1343
|
static toScalar<T>(vector: Vector64_1<T>): T;
|
|
1369
1344
|
static toVector128<T>(vector: Vector64_1<T>): Vector128_1<T>;
|
|
1370
1345
|
static toVector128Unsafe<T>(vector: Vector64_1<T>): Vector128_1<T>;
|
|
1371
|
-
static truncate(vector: Vector64_1<
|
|
1372
|
-
static truncate(vector: Vector64_1<
|
|
1346
|
+
static truncate(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1347
|
+
static truncate(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1373
1348
|
static tryCopyTo<T>(vector: Vector64_1<T>, destination: Span_1<T>): boolean;
|
|
1374
|
-
static widen(source: Vector64_1<
|
|
1375
|
-
static widen(source: Vector64_1<
|
|
1376
|
-
static widen(source: Vector64_1<
|
|
1377
|
-
static widen(source: Vector64_1<
|
|
1378
|
-
static widen(source: Vector64_1<
|
|
1379
|
-
static widen(source: Vector64_1<
|
|
1380
|
-
static widen(source: Vector64_1<
|
|
1381
|
-
static widenLower(source: Vector64_1<
|
|
1382
|
-
static widenLower(source: Vector64_1<
|
|
1383
|
-
static widenLower(source: Vector64_1<
|
|
1384
|
-
static widenLower(source: Vector64_1<
|
|
1385
|
-
static widenLower(source: Vector64_1<
|
|
1386
|
-
static widenLower(source: Vector64_1<
|
|
1387
|
-
static widenLower(source: Vector64_1<
|
|
1388
|
-
static widenUpper(source: Vector64_1<
|
|
1389
|
-
static widenUpper(source: Vector64_1<
|
|
1390
|
-
static widenUpper(source: Vector64_1<
|
|
1391
|
-
static widenUpper(source: Vector64_1<
|
|
1392
|
-
static widenUpper(source: Vector64_1<
|
|
1393
|
-
static widenUpper(source: Vector64_1<
|
|
1394
|
-
static widenUpper(source: Vector64_1<
|
|
1349
|
+
static widen(source: Vector64_1<System_Internal.Byte>): ValueTuple_2<Vector64_1<System_Internal.UInt16>, Vector64_1<System_Internal.UInt16>>;
|
|
1350
|
+
static widen(source: Vector64_1<System_Internal.Int16>): ValueTuple_2<Vector64_1<System_Internal.Int32>, Vector64_1<System_Internal.Int32>>;
|
|
1351
|
+
static widen(source: Vector64_1<System_Internal.Int32>): ValueTuple_2<Vector64_1<System_Internal.Int64>, Vector64_1<System_Internal.Int64>>;
|
|
1352
|
+
static widen(source: Vector64_1<System_Internal.SByte>): ValueTuple_2<Vector64_1<System_Internal.Int16>, Vector64_1<System_Internal.Int16>>;
|
|
1353
|
+
static widen(source: Vector64_1<System_Internal.Single>): ValueTuple_2<Vector64_1<System_Internal.Double>, Vector64_1<System_Internal.Double>>;
|
|
1354
|
+
static widen(source: Vector64_1<System_Internal.UInt16>): ValueTuple_2<Vector64_1<System_Internal.UInt32>, Vector64_1<System_Internal.UInt32>>;
|
|
1355
|
+
static widen(source: Vector64_1<System_Internal.UInt32>): ValueTuple_2<Vector64_1<System_Internal.UInt64>, Vector64_1<System_Internal.UInt64>>;
|
|
1356
|
+
static widenLower(source: Vector64_1<System_Internal.Byte>): Vector64_1<System_Internal.UInt16>;
|
|
1357
|
+
static widenLower(source: Vector64_1<System_Internal.Int16>): Vector64_1<System_Internal.Int32>;
|
|
1358
|
+
static widenLower(source: Vector64_1<System_Internal.Int32>): Vector64_1<System_Internal.Int64>;
|
|
1359
|
+
static widenLower(source: Vector64_1<System_Internal.SByte>): Vector64_1<System_Internal.Int16>;
|
|
1360
|
+
static widenLower(source: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Double>;
|
|
1361
|
+
static widenLower(source: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.UInt32>;
|
|
1362
|
+
static widenLower(source: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt64>;
|
|
1363
|
+
static widenUpper(source: Vector64_1<System_Internal.Byte>): Vector64_1<System_Internal.UInt16>;
|
|
1364
|
+
static widenUpper(source: Vector64_1<System_Internal.Int16>): Vector64_1<System_Internal.Int32>;
|
|
1365
|
+
static widenUpper(source: Vector64_1<System_Internal.Int32>): Vector64_1<System_Internal.Int64>;
|
|
1366
|
+
static widenUpper(source: Vector64_1<System_Internal.SByte>): Vector64_1<System_Internal.Int16>;
|
|
1367
|
+
static widenUpper(source: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Double>;
|
|
1368
|
+
static widenUpper(source: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.UInt32>;
|
|
1369
|
+
static widenUpper(source: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt64>;
|
|
1395
1370
|
static withElement<T>(vector: Vector64_1<T>, index: int, value: T): Vector64_1<T>;
|
|
1396
1371
|
static xor<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1397
1372
|
}
|