@tsonic/dotnet 10.0.40 → 10.0.42
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/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Runtime.Intrinsics
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Numerics_Internal from "../../System.Numerics/internal/index.js";
|
|
@@ -14,7 +12,7 @@ import type { IAdditionOperators_3, IBitwiseOperators_3, IDivisionOperators_3, I
|
|
|
14
12
|
import * as System_Internal from "../../System/internal/index.js";
|
|
15
13
|
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
14
|
|
|
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>>, 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>> {
|
|
15
|
+
export interface Vector128_1$instance<T extends unknown> 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>>, 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>> {
|
|
18
16
|
readonly __tsonic_type_System_Runtime_Intrinsics_Vector128_1: never;
|
|
19
17
|
|
|
20
18
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -28,7 +26,7 @@ export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_
|
|
|
28
26
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
29
27
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
30
28
|
|
|
31
|
-
Equals(obj: unknown): boolean;
|
|
29
|
+
Equals(obj: unknown | null): boolean;
|
|
32
30
|
Equals(other: Vector128_1<T>): boolean;
|
|
33
31
|
GetHashCode(): int;
|
|
34
32
|
ToString(): string;
|
|
@@ -36,27 +34,27 @@ export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_
|
|
|
36
34
|
|
|
37
35
|
|
|
38
36
|
export const Vector128_1: {
|
|
39
|
-
new<T>(): Vector128_1<T>;
|
|
40
|
-
readonly AllBitsSet: unknown
|
|
37
|
+
new<T extends unknown>(): Vector128_1<T>;
|
|
38
|
+
readonly AllBitsSet: <T extends unknown>() => Vector128_1<T>;
|
|
41
39
|
readonly Count: int;
|
|
42
|
-
readonly Indices: unknown
|
|
40
|
+
readonly Indices: <T extends unknown>() => Vector128_1<T>;
|
|
43
41
|
readonly IsSupported: boolean;
|
|
44
|
-
readonly One: unknown
|
|
45
|
-
readonly Zero: unknown
|
|
42
|
+
readonly One: <T extends unknown>() => Vector128_1<T>;
|
|
43
|
+
readonly Zero: <T extends unknown>() => Vector128_1<T>;
|
|
46
44
|
};
|
|
47
45
|
|
|
48
46
|
|
|
49
|
-
export interface __Vector128_1$views<T> {
|
|
47
|
+
export interface __Vector128_1$views<T extends unknown> {
|
|
50
48
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector128_1<T>>;
|
|
51
49
|
|
|
52
50
|
// Structural method bridges for numeric interface constraints
|
|
53
51
|
Equals(other: Vector128_1<T>): boolean;
|
|
54
52
|
}
|
|
55
53
|
|
|
56
|
-
export type Vector128_1<T> = Vector128_1$instance<T> & __Vector128_1$views<T> & { readonly [index: number]: T; };
|
|
54
|
+
export type Vector128_1<T extends unknown> = Vector128_1$instance<T> & __Vector128_1$views<T> & { readonly [index: number]: T; };
|
|
57
55
|
|
|
58
56
|
|
|
59
|
-
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>>, 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>> {
|
|
57
|
+
export interface Vector256_1$instance<T extends unknown> 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>>, 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>> {
|
|
60
58
|
readonly __tsonic_type_System_Runtime_Intrinsics_Vector256_1: never;
|
|
61
59
|
|
|
62
60
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -70,7 +68,7 @@ export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_
|
|
|
70
68
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
71
69
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
72
70
|
|
|
73
|
-
Equals(obj: unknown): boolean;
|
|
71
|
+
Equals(obj: unknown | null): boolean;
|
|
74
72
|
Equals(other: Vector256_1<T>): boolean;
|
|
75
73
|
GetHashCode(): int;
|
|
76
74
|
ToString(): string;
|
|
@@ -78,27 +76,27 @@ export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_
|
|
|
78
76
|
|
|
79
77
|
|
|
80
78
|
export const Vector256_1: {
|
|
81
|
-
new<T>(): Vector256_1<T>;
|
|
82
|
-
readonly AllBitsSet: unknown
|
|
79
|
+
new<T extends unknown>(): Vector256_1<T>;
|
|
80
|
+
readonly AllBitsSet: <T extends unknown>() => Vector256_1<T>;
|
|
83
81
|
readonly Count: int;
|
|
84
|
-
readonly Indices: unknown
|
|
82
|
+
readonly Indices: <T extends unknown>() => Vector256_1<T>;
|
|
85
83
|
readonly IsSupported: boolean;
|
|
86
|
-
readonly One: unknown
|
|
87
|
-
readonly Zero: unknown
|
|
84
|
+
readonly One: <T extends unknown>() => Vector256_1<T>;
|
|
85
|
+
readonly Zero: <T extends unknown>() => Vector256_1<T>;
|
|
88
86
|
};
|
|
89
87
|
|
|
90
88
|
|
|
91
|
-
export interface __Vector256_1$views<T> {
|
|
89
|
+
export interface __Vector256_1$views<T extends unknown> {
|
|
92
90
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector256_1<T>>;
|
|
93
91
|
|
|
94
92
|
// Structural method bridges for numeric interface constraints
|
|
95
93
|
Equals(other: Vector256_1<T>): boolean;
|
|
96
94
|
}
|
|
97
95
|
|
|
98
|
-
export type Vector256_1<T> = Vector256_1$instance<T> & __Vector256_1$views<T> & { readonly [index: number]: T; };
|
|
96
|
+
export type Vector256_1<T extends unknown> = Vector256_1$instance<T> & __Vector256_1$views<T> & { readonly [index: number]: T; };
|
|
99
97
|
|
|
100
98
|
|
|
101
|
-
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>>, 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>> {
|
|
99
|
+
export interface Vector512_1$instance<T extends unknown> 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>>, 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>> {
|
|
102
100
|
readonly __tsonic_type_System_Runtime_Intrinsics_Vector512_1: never;
|
|
103
101
|
|
|
104
102
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -112,7 +110,7 @@ export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_
|
|
|
112
110
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
113
111
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
114
112
|
|
|
115
|
-
Equals(obj: unknown): boolean;
|
|
113
|
+
Equals(obj: unknown | null): boolean;
|
|
116
114
|
Equals(other: Vector512_1<T>): boolean;
|
|
117
115
|
GetHashCode(): int;
|
|
118
116
|
ToString(): string;
|
|
@@ -120,27 +118,27 @@ export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_
|
|
|
120
118
|
|
|
121
119
|
|
|
122
120
|
export const Vector512_1: {
|
|
123
|
-
new<T>(): Vector512_1<T>;
|
|
124
|
-
readonly AllBitsSet: unknown
|
|
121
|
+
new<T extends unknown>(): Vector512_1<T>;
|
|
122
|
+
readonly AllBitsSet: <T extends unknown>() => Vector512_1<T>;
|
|
125
123
|
readonly Count: int;
|
|
126
|
-
readonly Indices: unknown
|
|
124
|
+
readonly Indices: <T extends unknown>() => Vector512_1<T>;
|
|
127
125
|
readonly IsSupported: boolean;
|
|
128
|
-
readonly One: unknown
|
|
129
|
-
readonly Zero: unknown
|
|
126
|
+
readonly One: <T extends unknown>() => Vector512_1<T>;
|
|
127
|
+
readonly Zero: <T extends unknown>() => Vector512_1<T>;
|
|
130
128
|
};
|
|
131
129
|
|
|
132
130
|
|
|
133
|
-
export interface __Vector512_1$views<T> {
|
|
131
|
+
export interface __Vector512_1$views<T extends unknown> {
|
|
134
132
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector512_1<T>>;
|
|
135
133
|
|
|
136
134
|
// Structural method bridges for numeric interface constraints
|
|
137
135
|
Equals(other: Vector512_1<T>): boolean;
|
|
138
136
|
}
|
|
139
137
|
|
|
140
|
-
export type Vector512_1<T> = Vector512_1$instance<T> & __Vector512_1$views<T> & { readonly [index: number]: T; };
|
|
138
|
+
export type Vector512_1<T extends unknown> = Vector512_1$instance<T> & __Vector512_1$views<T> & { readonly [index: number]: T; };
|
|
141
139
|
|
|
142
140
|
|
|
143
|
-
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>>, 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>> {
|
|
141
|
+
export interface Vector64_1$instance<T extends unknown> 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>>, 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>> {
|
|
144
142
|
readonly __tsonic_type_System_Runtime_Intrinsics_Vector64_1: never;
|
|
145
143
|
|
|
146
144
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -154,7 +152,7 @@ export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<
|
|
|
154
152
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
155
153
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
156
154
|
|
|
157
|
-
Equals(obj: unknown): boolean;
|
|
155
|
+
Equals(obj: unknown | null): boolean;
|
|
158
156
|
Equals(other: Vector64_1<T>): boolean;
|
|
159
157
|
GetHashCode(): int;
|
|
160
158
|
ToString(): string;
|
|
@@ -162,70 +160,70 @@ export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<
|
|
|
162
160
|
|
|
163
161
|
|
|
164
162
|
export const Vector64_1: {
|
|
165
|
-
new<T>(): Vector64_1<T>;
|
|
166
|
-
readonly AllBitsSet: unknown
|
|
163
|
+
new<T extends unknown>(): Vector64_1<T>;
|
|
164
|
+
readonly AllBitsSet: <T extends unknown>() => Vector64_1<T>;
|
|
167
165
|
readonly Count: int;
|
|
168
|
-
readonly Indices: unknown
|
|
166
|
+
readonly Indices: <T extends unknown>() => Vector64_1<T>;
|
|
169
167
|
readonly IsSupported: boolean;
|
|
170
|
-
readonly One: unknown
|
|
171
|
-
readonly Zero: unknown
|
|
168
|
+
readonly One: <T extends unknown>() => Vector64_1<T>;
|
|
169
|
+
readonly Zero: <T extends unknown>() => Vector64_1<T>;
|
|
172
170
|
};
|
|
173
171
|
|
|
174
172
|
|
|
175
|
-
export interface __Vector64_1$views<T> {
|
|
173
|
+
export interface __Vector64_1$views<T extends unknown> {
|
|
176
174
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector64_1<T>>;
|
|
177
175
|
|
|
178
176
|
// Structural method bridges for numeric interface constraints
|
|
179
177
|
Equals(other: Vector64_1<T>): boolean;
|
|
180
178
|
}
|
|
181
179
|
|
|
182
|
-
export type Vector64_1<T> = Vector64_1$instance<T> & __Vector64_1$views<T> & { readonly [index: number]: T; };
|
|
180
|
+
export type Vector64_1<T extends unknown> = Vector64_1$instance<T> & __Vector64_1$views<T> & { readonly [index: number]: T; };
|
|
183
181
|
|
|
184
182
|
|
|
185
183
|
export abstract class Vector128$instance {
|
|
186
184
|
static readonly IsHardwareAccelerated: boolean;
|
|
187
|
-
static Abs<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
188
|
-
static Add<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
189
|
-
static AddSaturate<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
190
|
-
static All<T>(vector: Vector128_1<T>, value: T): boolean;
|
|
191
|
-
static AllWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
|
|
192
|
-
static AndNot<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
193
|
-
static Any<T>(vector: Vector128_1<T>, value: T): boolean;
|
|
194
|
-
static AnyWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
|
|
195
|
-
static As<TFrom, TTo>(vector: Vector128_1<TFrom>): Vector128_1<TTo>;
|
|
196
|
-
static AsByte<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Byte>;
|
|
197
|
-
static AsDouble<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Double>;
|
|
198
|
-
static AsInt16<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int16>;
|
|
199
|
-
static AsInt32<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int32>;
|
|
200
|
-
static AsInt64<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int64>;
|
|
201
|
-
static AsNInt<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.IntPtr>;
|
|
202
|
-
static AsNUInt<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UIntPtr>;
|
|
185
|
+
static Abs<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
186
|
+
static Add<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
187
|
+
static AddSaturate<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
188
|
+
static All<T extends unknown>(vector: Vector128_1<T>, value: T): boolean;
|
|
189
|
+
static AllWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): boolean;
|
|
190
|
+
static AndNot<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
191
|
+
static Any<T extends unknown>(vector: Vector128_1<T>, value: T): boolean;
|
|
192
|
+
static AnyWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): boolean;
|
|
193
|
+
static As<TFrom extends unknown, TTo extends unknown>(vector: Vector128_1<TFrom>): Vector128_1<TTo>;
|
|
194
|
+
static AsByte<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Byte>;
|
|
195
|
+
static AsDouble<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Double>;
|
|
196
|
+
static AsInt16<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int16>;
|
|
197
|
+
static AsInt32<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int32>;
|
|
198
|
+
static AsInt64<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int64>;
|
|
199
|
+
static AsNInt<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.IntPtr>;
|
|
200
|
+
static AsNUInt<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.UIntPtr>;
|
|
203
201
|
static AsPlane(value: Vector128_1<System_Internal.Single>): Plane;
|
|
204
202
|
static AsQuaternion(value: Vector128_1<System_Internal.Single>): Quaternion;
|
|
205
|
-
static AsSByte<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.SByte>;
|
|
206
|
-
static AsSingle<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Single>;
|
|
207
|
-
static AsUInt16<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt16>;
|
|
208
|
-
static AsUInt32<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt32>;
|
|
209
|
-
static AsUInt64<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt64>;
|
|
210
|
-
static AsVector<T>(value: Vector128_1<T>): Vector_1<T>;
|
|
203
|
+
static AsSByte<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.SByte>;
|
|
204
|
+
static AsSingle<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Single>;
|
|
205
|
+
static AsUInt16<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt16>;
|
|
206
|
+
static AsUInt32<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt32>;
|
|
207
|
+
static AsUInt64<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt64>;
|
|
208
|
+
static AsVector<T extends unknown>(value: Vector128_1<T>): Vector_1<T>;
|
|
211
209
|
static AsVector128(value: Plane): Vector128_1<System_Internal.Single>;
|
|
212
210
|
static AsVector128(value: Quaternion): Vector128_1<System_Internal.Single>;
|
|
213
211
|
static AsVector128(value: Vector2): Vector128_1<System_Internal.Single>;
|
|
214
212
|
static AsVector128(value: Vector3): Vector128_1<System_Internal.Single>;
|
|
215
213
|
static AsVector128(value: Vector4): Vector128_1<System_Internal.Single>;
|
|
216
|
-
static AsVector128<T>(value: Vector_1<T>): Vector128_1<T>;
|
|
214
|
+
static AsVector128<T extends unknown>(value: Vector_1<T>): Vector128_1<T>;
|
|
217
215
|
static AsVector128Unsafe(value: Vector2): Vector128_1<System_Internal.Single>;
|
|
218
216
|
static AsVector128Unsafe(value: Vector3): Vector128_1<System_Internal.Single>;
|
|
219
217
|
static AsVector2(value: Vector128_1<System_Internal.Single>): Vector2;
|
|
220
218
|
static AsVector3(value: Vector128_1<System_Internal.Single>): Vector3;
|
|
221
219
|
static AsVector4(value: Vector128_1<System_Internal.Single>): Vector4;
|
|
222
|
-
static BitwiseAnd<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
223
|
-
static BitwiseOr<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
220
|
+
static BitwiseAnd<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
221
|
+
static BitwiseOr<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
224
222
|
static Ceiling(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
225
223
|
static Ceiling(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
226
|
-
static Clamp<T>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
|
|
227
|
-
static ClampNative<T>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
|
|
228
|
-
static ConditionalSelect<T>(condition: Vector128_1<T>, left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
224
|
+
static Clamp<T extends unknown>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
|
|
225
|
+
static ClampNative<T extends unknown>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
|
|
226
|
+
static ConditionalSelect<T extends unknown>(condition: Vector128_1<T>, left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
229
227
|
static ConvertToDouble(vector: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Double>;
|
|
230
228
|
static ConvertToDouble(vector: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.Double>;
|
|
231
229
|
static ConvertToInt32(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Int32>;
|
|
@@ -238,15 +236,15 @@ export abstract class Vector128$instance {
|
|
|
238
236
|
static ConvertToUInt32Native(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.UInt32>;
|
|
239
237
|
static ConvertToUInt64(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.UInt64>;
|
|
240
238
|
static ConvertToUInt64Native(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.UInt64>;
|
|
241
|
-
static CopySign<T>(value: Vector128_1<T>, sign: Vector128_1<T>): Vector128_1<T>;
|
|
242
|
-
static CopyTo<T>(vector: Vector128_1<T>, destination: Span_1<T>): void;
|
|
243
|
-
static CopyTo<T>(vector: Vector128_1<T>, destination: T[], startIndex: int): void;
|
|
244
|
-
static CopyTo<T>(vector: Vector128_1<T>, destination: T[]): void;
|
|
239
|
+
static CopySign<T extends unknown>(value: Vector128_1<T>, sign: Vector128_1<T>): Vector128_1<T>;
|
|
240
|
+
static CopyTo<T extends unknown>(vector: Vector128_1<T>, destination: Span_1<T>): void;
|
|
241
|
+
static CopyTo<T extends unknown>(vector: Vector128_1<T>, destination: T[], startIndex: int): void;
|
|
242
|
+
static CopyTo<T extends unknown>(vector: Vector128_1<T>, destination: T[]): void;
|
|
245
243
|
static Cos(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
246
244
|
static Cos(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
247
|
-
static Count<T>(vector: Vector128_1<T>, value: T): int;
|
|
248
|
-
static CountWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
|
|
249
|
-
static Create<T>(values: ReadOnlySpan_1<T>): Vector128_1<T>;
|
|
245
|
+
static Count<T extends unknown>(vector: Vector128_1<T>, value: T): int;
|
|
246
|
+
static CountWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): int;
|
|
247
|
+
static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector128_1<T>;
|
|
250
248
|
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>;
|
|
251
249
|
static Create(value: byte): Vector128_1<System_Internal.Byte>;
|
|
252
250
|
static Create(e0: double, e1: double): Vector128_1<System_Internal.Double>;
|
|
@@ -281,11 +279,11 @@ export abstract class Vector128$instance {
|
|
|
281
279
|
static Create(e0: ulong, e1: ulong): Vector128_1<System_Internal.UInt64>;
|
|
282
280
|
static Create(value: ulong): Vector128_1<System_Internal.UInt64>;
|
|
283
281
|
static Create(value: nuint): Vector128_1<System_Internal.UIntPtr>;
|
|
284
|
-
static Create<T>(value: T): Vector128_1<T>;
|
|
285
|
-
static Create<T>(values: T[], index: int): Vector128_1<T>;
|
|
286
|
-
static Create<T>(values: T[]): Vector128_1<T>;
|
|
287
|
-
static Create<T>(lower: Vector64_1<T>, upper: Vector64_1<T>): Vector128_1<T>;
|
|
288
|
-
static Create<T>(value: Vector64_1<T>): Vector128_1<T>;
|
|
282
|
+
static Create<T extends unknown>(value: T): Vector128_1<T>;
|
|
283
|
+
static Create<T extends unknown>(values: T[], index: int): Vector128_1<T>;
|
|
284
|
+
static Create<T extends unknown>(values: T[]): Vector128_1<T>;
|
|
285
|
+
static Create<T extends unknown>(lower: Vector64_1<T>, upper: Vector64_1<T>): Vector128_1<T>;
|
|
286
|
+
static Create<T extends unknown>(value: Vector64_1<T>): Vector128_1<T>;
|
|
289
287
|
static CreateScalar(value: byte): Vector128_1<System_Internal.Byte>;
|
|
290
288
|
static CreateScalar(value: double): Vector128_1<System_Internal.Double>;
|
|
291
289
|
static CreateScalar(value: short): Vector128_1<System_Internal.Int16>;
|
|
@@ -298,7 +296,7 @@ export abstract class Vector128$instance {
|
|
|
298
296
|
static CreateScalar(value: uint): Vector128_1<System_Internal.UInt32>;
|
|
299
297
|
static CreateScalar(value: ulong): Vector128_1<System_Internal.UInt64>;
|
|
300
298
|
static CreateScalar(value: nuint): Vector128_1<System_Internal.UIntPtr>;
|
|
301
|
-
static CreateScalar<T>(value: T): Vector128_1<T>;
|
|
299
|
+
static CreateScalar<T extends unknown>(value: T): Vector128_1<T>;
|
|
302
300
|
static CreateScalarUnsafe(value: byte): Vector128_1<System_Internal.Byte>;
|
|
303
301
|
static CreateScalarUnsafe(value: double): Vector128_1<System_Internal.Double>;
|
|
304
302
|
static CreateScalarUnsafe(value: short): Vector128_1<System_Internal.Int16>;
|
|
@@ -311,81 +309,81 @@ export abstract class Vector128$instance {
|
|
|
311
309
|
static CreateScalarUnsafe(value: uint): Vector128_1<System_Internal.UInt32>;
|
|
312
310
|
static CreateScalarUnsafe(value: ulong): Vector128_1<System_Internal.UInt64>;
|
|
313
311
|
static CreateScalarUnsafe(value: nuint): Vector128_1<System_Internal.UIntPtr>;
|
|
314
|
-
static CreateScalarUnsafe<T>(value: T): Vector128_1<T>;
|
|
315
|
-
static CreateSequence<T>(start: T, step: T): Vector128_1<T>;
|
|
312
|
+
static CreateScalarUnsafe<T extends unknown>(value: T): Vector128_1<T>;
|
|
313
|
+
static CreateSequence<T extends unknown>(start: T, step: T): Vector128_1<T>;
|
|
316
314
|
static DegreesToRadians(degrees: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
317
315
|
static DegreesToRadians(degrees: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
318
|
-
static Divide<T>(left: Vector128_1<T>, right: T): Vector128_1<T>;
|
|
319
|
-
static Divide<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
320
|
-
static Dot<T>(left: Vector128_1<T>, right: Vector128_1<T>): T;
|
|
321
|
-
static Equals<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
322
|
-
static EqualsAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
323
|
-
static EqualsAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
316
|
+
static Divide<T extends unknown>(left: Vector128_1<T>, right: T): Vector128_1<T>;
|
|
317
|
+
static Divide<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
318
|
+
static Dot<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): T;
|
|
319
|
+
static Equals<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
320
|
+
static EqualsAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
321
|
+
static EqualsAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
324
322
|
static Exp(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
325
323
|
static Exp(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
326
|
-
static ExtractMostSignificantBits<T>(vector: Vector128_1<T>): uint;
|
|
324
|
+
static ExtractMostSignificantBits<T extends unknown>(vector: Vector128_1<T>): uint;
|
|
327
325
|
static Floor(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
328
326
|
static Floor(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
329
327
|
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>;
|
|
330
328
|
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>;
|
|
331
|
-
static GetElement<T>(vector: Vector128_1<T>, index: int): T;
|
|
332
|
-
static GetLower<T>(vector: Vector128_1<T>): Vector64_1<T>;
|
|
333
|
-
static GetUpper<T>(vector: Vector128_1<T>): Vector64_1<T>;
|
|
334
|
-
static GreaterThan<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
335
|
-
static GreaterThanAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
336
|
-
static GreaterThanAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
337
|
-
static GreaterThanOrEqual<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
338
|
-
static GreaterThanOrEqualAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
339
|
-
static GreaterThanOrEqualAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
329
|
+
static GetElement<T extends unknown>(vector: Vector128_1<T>, index: int): T;
|
|
330
|
+
static GetLower<T extends unknown>(vector: Vector128_1<T>): Vector64_1<T>;
|
|
331
|
+
static GetUpper<T extends unknown>(vector: Vector128_1<T>): Vector64_1<T>;
|
|
332
|
+
static GreaterThan<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
333
|
+
static GreaterThanAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
334
|
+
static GreaterThanAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
335
|
+
static GreaterThanOrEqual<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
336
|
+
static GreaterThanOrEqualAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
337
|
+
static GreaterThanOrEqualAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
340
338
|
static Hypot(x: Vector128_1<System_Internal.Double>, y: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
341
339
|
static Hypot(x: Vector128_1<System_Internal.Single>, y: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
342
|
-
static IndexOf<T>(vector: Vector128_1<T>, value: T): int;
|
|
343
|
-
static IndexOfWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
|
|
344
|
-
static IsEvenInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
345
|
-
static IsFinite<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
346
|
-
static IsInfinity<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
347
|
-
static IsInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
348
|
-
static IsNaN<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
349
|
-
static IsNegative<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
350
|
-
static IsNegativeInfinity<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
351
|
-
static IsNormal<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
352
|
-
static IsOddInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
353
|
-
static IsPositive<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
354
|
-
static IsPositiveInfinity<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
355
|
-
static IsSubnormal<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
356
|
-
static IsZero<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
357
|
-
static LastIndexOf<T>(vector: Vector128_1<T>, value: T): int;
|
|
358
|
-
static LastIndexOfWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
|
|
340
|
+
static IndexOf<T extends unknown>(vector: Vector128_1<T>, value: T): int;
|
|
341
|
+
static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): int;
|
|
342
|
+
static IsEvenInteger<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
343
|
+
static IsFinite<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
344
|
+
static IsInfinity<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
345
|
+
static IsInteger<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
346
|
+
static IsNaN<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
347
|
+
static IsNegative<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
348
|
+
static IsNegativeInfinity<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
349
|
+
static IsNormal<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
350
|
+
static IsOddInteger<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
351
|
+
static IsPositive<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
352
|
+
static IsPositiveInfinity<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
353
|
+
static IsSubnormal<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
354
|
+
static IsZero<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
355
|
+
static LastIndexOf<T extends unknown>(vector: Vector128_1<T>, value: T): int;
|
|
356
|
+
static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): int;
|
|
359
357
|
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>;
|
|
360
358
|
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>;
|
|
361
|
-
static LessThan<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
362
|
-
static LessThanAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
363
|
-
static LessThanAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
364
|
-
static LessThanOrEqual<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
365
|
-
static LessThanOrEqualAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
366
|
-
static LessThanOrEqualAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
367
|
-
static Load<T>(source: ptr<T>): Vector128_1<T>;
|
|
368
|
-
static LoadAligned<T>(source: ptr<T>): Vector128_1<T>;
|
|
369
|
-
static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector128_1<T>;
|
|
370
|
-
static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector128_1<T>;
|
|
371
|
-
static LoadUnsafe<T>(source: T): Vector128_1<T>;
|
|
359
|
+
static LessThan<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
360
|
+
static LessThanAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
361
|
+
static LessThanAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
362
|
+
static LessThanOrEqual<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
363
|
+
static LessThanOrEqualAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
364
|
+
static LessThanOrEqualAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
|
|
365
|
+
static Load<T extends unknown>(source: ptr<T>): Vector128_1<T>;
|
|
366
|
+
static LoadAligned<T extends unknown>(source: ptr<T>): Vector128_1<T>;
|
|
367
|
+
static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector128_1<T>;
|
|
368
|
+
static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector128_1<T>;
|
|
369
|
+
static LoadUnsafe<T extends unknown>(source: T): Vector128_1<T>;
|
|
372
370
|
static Log(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
373
371
|
static Log(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
374
372
|
static Log2(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
375
373
|
static Log2(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
376
|
-
static Max<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
377
|
-
static MaxMagnitude<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
378
|
-
static MaxMagnitudeNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
379
|
-
static MaxNative<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
380
|
-
static MaxNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
381
|
-
static Min<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
382
|
-
static MinMagnitude<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
383
|
-
static MinMagnitudeNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
384
|
-
static MinNative<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
385
|
-
static MinNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
386
|
-
static Multiply<T>(left: T, right: Vector128_1<T>): Vector128_1<T>;
|
|
387
|
-
static Multiply<T>(left: Vector128_1<T>, right: T): Vector128_1<T>;
|
|
388
|
-
static Multiply<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
374
|
+
static Max<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
375
|
+
static MaxMagnitude<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
376
|
+
static MaxMagnitudeNumber<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
377
|
+
static MaxNative<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
378
|
+
static MaxNumber<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
379
|
+
static Min<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
380
|
+
static MinMagnitude<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
381
|
+
static MinMagnitudeNumber<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
382
|
+
static MinNative<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
383
|
+
static MinNumber<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
384
|
+
static Multiply<T extends unknown>(left: T, right: Vector128_1<T>): Vector128_1<T>;
|
|
385
|
+
static Multiply<T extends unknown>(left: Vector128_1<T>, right: T): Vector128_1<T>;
|
|
386
|
+
static Multiply<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
389
387
|
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>;
|
|
390
388
|
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>;
|
|
391
389
|
static Narrow(lower: Vector128_1<System_Internal.Double>, upper: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Single>;
|
|
@@ -402,10 +400,10 @@ export abstract class Vector128$instance {
|
|
|
402
400
|
static NarrowWithSaturation(lower: Vector128_1<System_Internal.UInt16>, upper: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.Byte>;
|
|
403
401
|
static NarrowWithSaturation(lower: Vector128_1<System_Internal.UInt32>, upper: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt16>;
|
|
404
402
|
static NarrowWithSaturation(lower: Vector128_1<System_Internal.UInt64>, upper: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt32>;
|
|
405
|
-
static Negate<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
406
|
-
static None<T>(vector: Vector128_1<T>, value: T): boolean;
|
|
407
|
-
static NoneWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
|
|
408
|
-
static OnesComplement<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
403
|
+
static Negate<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
404
|
+
static None<T extends unknown>(vector: Vector128_1<T>, value: T): boolean;
|
|
405
|
+
static NoneWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): boolean;
|
|
406
|
+
static OnesComplement<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
409
407
|
static RadiansToDegrees(radians: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
410
408
|
static RadiansToDegrees(radians: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
411
409
|
static Round(vector: Vector128_1<System_Internal.Double>, mode: MidpointRounding): Vector128_1<System_Internal.Double>;
|
|
@@ -461,21 +459,21 @@ export abstract class Vector128$instance {
|
|
|
461
459
|
static Sin(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
462
460
|
static SinCos(vector: Vector128_1<System_Internal.Double>): ValueTuple_2<Vector128_1<System_Internal.Double>, Vector128_1<System_Internal.Double>>;
|
|
463
461
|
static SinCos(vector: Vector128_1<System_Internal.Single>): ValueTuple_2<Vector128_1<System_Internal.Single>, Vector128_1<System_Internal.Single>>;
|
|
464
|
-
static Sqrt<T>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
465
|
-
static Store<T>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
466
|
-
static StoreAligned<T>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
467
|
-
static StoreAlignedNonTemporal<T>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
468
|
-
static StoreUnsafe<T>(source: Vector128_1<T>, destination: T, elementOffset: nuint): void;
|
|
469
|
-
static StoreUnsafe<T>(source: Vector128_1<T>, destination: T): void;
|
|
470
|
-
static Subtract<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
471
|
-
static SubtractSaturate<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
472
|
-
static Sum<T>(vector: Vector128_1<T>): T;
|
|
473
|
-
static ToScalar<T>(vector: Vector128_1<T>): T;
|
|
474
|
-
static ToVector256<T>(vector: Vector128_1<T>): Vector256_1<T>;
|
|
475
|
-
static ToVector256Unsafe<T>(vector: Vector128_1<T>): Vector256_1<T>;
|
|
462
|
+
static Sqrt<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
|
|
463
|
+
static Store<T extends unknown>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
464
|
+
static StoreAligned<T extends unknown>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
465
|
+
static StoreAlignedNonTemporal<T extends unknown>(source: Vector128_1<T>, destination: ptr<T>): void;
|
|
466
|
+
static StoreUnsafe<T extends unknown>(source: Vector128_1<T>, destination: T, elementOffset: nuint): void;
|
|
467
|
+
static StoreUnsafe<T extends unknown>(source: Vector128_1<T>, destination: T): void;
|
|
468
|
+
static Subtract<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
469
|
+
static SubtractSaturate<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
470
|
+
static Sum<T extends unknown>(vector: Vector128_1<T>): T;
|
|
471
|
+
static ToScalar<T extends unknown>(vector: Vector128_1<T>): T;
|
|
472
|
+
static ToVector256<T extends unknown>(vector: Vector128_1<T>): Vector256_1<T>;
|
|
473
|
+
static ToVector256Unsafe<T extends unknown>(vector: Vector128_1<T>): Vector256_1<T>;
|
|
476
474
|
static Truncate(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
477
475
|
static Truncate(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
|
|
478
|
-
static TryCopyTo<T>(vector: Vector128_1<T>, destination: Span_1<T>): boolean;
|
|
476
|
+
static TryCopyTo<T extends unknown>(vector: Vector128_1<T>, destination: Span_1<T>): boolean;
|
|
479
477
|
static Widen(source: Vector128_1<System_Internal.Byte>): ValueTuple_2<Vector128_1<System_Internal.UInt16>, Vector128_1<System_Internal.UInt16>>;
|
|
480
478
|
static Widen(source: Vector128_1<System_Internal.Int16>): ValueTuple_2<Vector128_1<System_Internal.Int32>, Vector128_1<System_Internal.Int32>>;
|
|
481
479
|
static Widen(source: Vector128_1<System_Internal.Int32>): ValueTuple_2<Vector128_1<System_Internal.Int64>, Vector128_1<System_Internal.Int64>>;
|
|
@@ -497,10 +495,10 @@ export abstract class Vector128$instance {
|
|
|
497
495
|
static WidenUpper(source: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Double>;
|
|
498
496
|
static WidenUpper(source: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
|
|
499
497
|
static WidenUpper(source: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
|
|
500
|
-
static WithElement<T>(vector: Vector128_1<T>, index: int, value: T): Vector128_1<T>;
|
|
501
|
-
static WithLower<T>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
|
|
502
|
-
static WithUpper<T>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
|
|
503
|
-
static Xor<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
498
|
+
static WithElement<T extends unknown>(vector: Vector128_1<T>, index: int, value: T): Vector128_1<T>;
|
|
499
|
+
static WithLower<T extends unknown>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
|
|
500
|
+
static WithUpper<T extends unknown>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
|
|
501
|
+
static Xor<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
|
|
504
502
|
}
|
|
505
503
|
|
|
506
504
|
|
|
@@ -508,36 +506,36 @@ export type Vector128 = Vector128$instance;
|
|
|
508
506
|
|
|
509
507
|
export abstract class Vector256$instance {
|
|
510
508
|
static readonly IsHardwareAccelerated: boolean;
|
|
511
|
-
static Abs<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
512
|
-
static Add<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
513
|
-
static AddSaturate<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
514
|
-
static All<T>(vector: Vector256_1<T>, value: T): boolean;
|
|
515
|
-
static AllWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
|
|
516
|
-
static AndNot<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
517
|
-
static Any<T>(vector: Vector256_1<T>, value: T): boolean;
|
|
518
|
-
static AnyWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
|
|
519
|
-
static As<TFrom, TTo>(vector: Vector256_1<TFrom>): Vector256_1<TTo>;
|
|
520
|
-
static AsByte<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Byte>;
|
|
521
|
-
static AsDouble<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Double>;
|
|
522
|
-
static AsInt16<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int16>;
|
|
523
|
-
static AsInt32<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int32>;
|
|
524
|
-
static AsInt64<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int64>;
|
|
525
|
-
static AsNInt<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.IntPtr>;
|
|
526
|
-
static AsNUInt<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UIntPtr>;
|
|
527
|
-
static AsSByte<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.SByte>;
|
|
528
|
-
static AsSingle<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Single>;
|
|
529
|
-
static AsUInt16<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt16>;
|
|
530
|
-
static AsUInt32<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt32>;
|
|
531
|
-
static AsUInt64<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt64>;
|
|
532
|
-
static AsVector<T>(value: Vector256_1<T>): Vector_1<T>;
|
|
533
|
-
static AsVector256<T>(value: Vector_1<T>): Vector256_1<T>;
|
|
534
|
-
static BitwiseAnd<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
535
|
-
static BitwiseOr<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
509
|
+
static Abs<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
510
|
+
static Add<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
511
|
+
static AddSaturate<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
512
|
+
static All<T extends unknown>(vector: Vector256_1<T>, value: T): boolean;
|
|
513
|
+
static AllWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): boolean;
|
|
514
|
+
static AndNot<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
515
|
+
static Any<T extends unknown>(vector: Vector256_1<T>, value: T): boolean;
|
|
516
|
+
static AnyWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): boolean;
|
|
517
|
+
static As<TFrom extends unknown, TTo extends unknown>(vector: Vector256_1<TFrom>): Vector256_1<TTo>;
|
|
518
|
+
static AsByte<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Byte>;
|
|
519
|
+
static AsDouble<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Double>;
|
|
520
|
+
static AsInt16<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int16>;
|
|
521
|
+
static AsInt32<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int32>;
|
|
522
|
+
static AsInt64<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int64>;
|
|
523
|
+
static AsNInt<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.IntPtr>;
|
|
524
|
+
static AsNUInt<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.UIntPtr>;
|
|
525
|
+
static AsSByte<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.SByte>;
|
|
526
|
+
static AsSingle<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Single>;
|
|
527
|
+
static AsUInt16<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt16>;
|
|
528
|
+
static AsUInt32<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt32>;
|
|
529
|
+
static AsUInt64<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt64>;
|
|
530
|
+
static AsVector<T extends unknown>(value: Vector256_1<T>): Vector_1<T>;
|
|
531
|
+
static AsVector256<T extends unknown>(value: Vector_1<T>): Vector256_1<T>;
|
|
532
|
+
static BitwiseAnd<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
533
|
+
static BitwiseOr<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
536
534
|
static Ceiling(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
537
535
|
static Ceiling(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
538
|
-
static Clamp<T>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
|
|
539
|
-
static ClampNative<T>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
|
|
540
|
-
static ConditionalSelect<T>(condition: Vector256_1<T>, left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
536
|
+
static Clamp<T extends unknown>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
|
|
537
|
+
static ClampNative<T extends unknown>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
|
|
538
|
+
static ConditionalSelect<T extends unknown>(condition: Vector256_1<T>, left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
541
539
|
static ConvertToDouble(vector: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Double>;
|
|
542
540
|
static ConvertToDouble(vector: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.Double>;
|
|
543
541
|
static ConvertToInt32(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Int32>;
|
|
@@ -550,15 +548,15 @@ export abstract class Vector256$instance {
|
|
|
550
548
|
static ConvertToUInt32Native(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.UInt32>;
|
|
551
549
|
static ConvertToUInt64(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.UInt64>;
|
|
552
550
|
static ConvertToUInt64Native(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.UInt64>;
|
|
553
|
-
static CopySign<T>(value: Vector256_1<T>, sign: Vector256_1<T>): Vector256_1<T>;
|
|
554
|
-
static CopyTo<T>(vector: Vector256_1<T>, destination: Span_1<T>): void;
|
|
555
|
-
static CopyTo<T>(vector: Vector256_1<T>, destination: T[], startIndex: int): void;
|
|
556
|
-
static CopyTo<T>(vector: Vector256_1<T>, destination: T[]): void;
|
|
551
|
+
static CopySign<T extends unknown>(value: Vector256_1<T>, sign: Vector256_1<T>): Vector256_1<T>;
|
|
552
|
+
static CopyTo<T extends unknown>(vector: Vector256_1<T>, destination: Span_1<T>): void;
|
|
553
|
+
static CopyTo<T extends unknown>(vector: Vector256_1<T>, destination: T[], startIndex: int): void;
|
|
554
|
+
static CopyTo<T extends unknown>(vector: Vector256_1<T>, destination: T[]): void;
|
|
557
555
|
static Cos(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
558
556
|
static Cos(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
559
|
-
static Count<T>(vector: Vector256_1<T>, value: T): int;
|
|
560
|
-
static CountWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
|
|
561
|
-
static Create<T>(values: ReadOnlySpan_1<T>): Vector256_1<T>;
|
|
557
|
+
static Count<T extends unknown>(vector: Vector256_1<T>, value: T): int;
|
|
558
|
+
static CountWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): int;
|
|
559
|
+
static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector256_1<T>;
|
|
562
560
|
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>;
|
|
563
561
|
static Create(value: byte): Vector256_1<System_Internal.Byte>;
|
|
564
562
|
static Create(e0: double, e1: double, e2: double, e3: double): Vector256_1<System_Internal.Double>;
|
|
@@ -593,12 +591,12 @@ export abstract class Vector256$instance {
|
|
|
593
591
|
static Create(e0: ulong, e1: ulong, e2: ulong, e3: ulong): Vector256_1<System_Internal.UInt64>;
|
|
594
592
|
static Create(value: ulong): Vector256_1<System_Internal.UInt64>;
|
|
595
593
|
static Create(value: nuint): Vector256_1<System_Internal.UIntPtr>;
|
|
596
|
-
static Create<T>(value: T): Vector256_1<T>;
|
|
597
|
-
static Create<T>(values: T[], index: int): Vector256_1<T>;
|
|
598
|
-
static Create<T>(values: T[]): Vector256_1<T>;
|
|
599
|
-
static Create<T>(lower: Vector128_1<T>, upper: Vector128_1<T>): Vector256_1<T>;
|
|
600
|
-
static Create<T>(value: Vector128_1<T>): Vector256_1<T>;
|
|
601
|
-
static Create<T>(value: Vector64_1<T>): Vector256_1<T>;
|
|
594
|
+
static Create<T extends unknown>(value: T): Vector256_1<T>;
|
|
595
|
+
static Create<T extends unknown>(values: T[], index: int): Vector256_1<T>;
|
|
596
|
+
static Create<T extends unknown>(values: T[]): Vector256_1<T>;
|
|
597
|
+
static Create<T extends unknown>(lower: Vector128_1<T>, upper: Vector128_1<T>): Vector256_1<T>;
|
|
598
|
+
static Create<T extends unknown>(value: Vector128_1<T>): Vector256_1<T>;
|
|
599
|
+
static Create<T extends unknown>(value: Vector64_1<T>): Vector256_1<T>;
|
|
602
600
|
static CreateScalar(value: byte): Vector256_1<System_Internal.Byte>;
|
|
603
601
|
static CreateScalar(value: double): Vector256_1<System_Internal.Double>;
|
|
604
602
|
static CreateScalar(value: short): Vector256_1<System_Internal.Int16>;
|
|
@@ -611,7 +609,7 @@ export abstract class Vector256$instance {
|
|
|
611
609
|
static CreateScalar(value: uint): Vector256_1<System_Internal.UInt32>;
|
|
612
610
|
static CreateScalar(value: ulong): Vector256_1<System_Internal.UInt64>;
|
|
613
611
|
static CreateScalar(value: nuint): Vector256_1<System_Internal.UIntPtr>;
|
|
614
|
-
static CreateScalar<T>(value: T): Vector256_1<T>;
|
|
612
|
+
static CreateScalar<T extends unknown>(value: T): Vector256_1<T>;
|
|
615
613
|
static CreateScalarUnsafe(value: byte): Vector256_1<System_Internal.Byte>;
|
|
616
614
|
static CreateScalarUnsafe(value: double): Vector256_1<System_Internal.Double>;
|
|
617
615
|
static CreateScalarUnsafe(value: short): Vector256_1<System_Internal.Int16>;
|
|
@@ -624,81 +622,81 @@ export abstract class Vector256$instance {
|
|
|
624
622
|
static CreateScalarUnsafe(value: uint): Vector256_1<System_Internal.UInt32>;
|
|
625
623
|
static CreateScalarUnsafe(value: ulong): Vector256_1<System_Internal.UInt64>;
|
|
626
624
|
static CreateScalarUnsafe(value: nuint): Vector256_1<System_Internal.UIntPtr>;
|
|
627
|
-
static CreateScalarUnsafe<T>(value: T): Vector256_1<T>;
|
|
628
|
-
static CreateSequence<T>(start: T, step: T): Vector256_1<T>;
|
|
625
|
+
static CreateScalarUnsafe<T extends unknown>(value: T): Vector256_1<T>;
|
|
626
|
+
static CreateSequence<T extends unknown>(start: T, step: T): Vector256_1<T>;
|
|
629
627
|
static DegreesToRadians(degrees: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
630
628
|
static DegreesToRadians(degrees: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
631
|
-
static Divide<T>(left: Vector256_1<T>, right: T): Vector256_1<T>;
|
|
632
|
-
static Divide<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
633
|
-
static Dot<T>(left: Vector256_1<T>, right: Vector256_1<T>): T;
|
|
634
|
-
static Equals<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
635
|
-
static EqualsAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
636
|
-
static EqualsAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
629
|
+
static Divide<T extends unknown>(left: Vector256_1<T>, right: T): Vector256_1<T>;
|
|
630
|
+
static Divide<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
631
|
+
static Dot<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): T;
|
|
632
|
+
static Equals<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
633
|
+
static EqualsAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
634
|
+
static EqualsAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
637
635
|
static Exp(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
638
636
|
static Exp(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
639
|
-
static ExtractMostSignificantBits<T>(vector: Vector256_1<T>): uint;
|
|
637
|
+
static ExtractMostSignificantBits<T extends unknown>(vector: Vector256_1<T>): uint;
|
|
640
638
|
static Floor(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
641
639
|
static Floor(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
642
640
|
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>;
|
|
643
641
|
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>;
|
|
644
|
-
static GetElement<T>(vector: Vector256_1<T>, index: int): T;
|
|
645
|
-
static GetLower<T>(vector: Vector256_1<T>): Vector128_1<T>;
|
|
646
|
-
static GetUpper<T>(vector: Vector256_1<T>): Vector128_1<T>;
|
|
647
|
-
static GreaterThan<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
648
|
-
static GreaterThanAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
649
|
-
static GreaterThanAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
650
|
-
static GreaterThanOrEqual<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
651
|
-
static GreaterThanOrEqualAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
652
|
-
static GreaterThanOrEqualAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
642
|
+
static GetElement<T extends unknown>(vector: Vector256_1<T>, index: int): T;
|
|
643
|
+
static GetLower<T extends unknown>(vector: Vector256_1<T>): Vector128_1<T>;
|
|
644
|
+
static GetUpper<T extends unknown>(vector: Vector256_1<T>): Vector128_1<T>;
|
|
645
|
+
static GreaterThan<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
646
|
+
static GreaterThanAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
647
|
+
static GreaterThanAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
648
|
+
static GreaterThanOrEqual<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
649
|
+
static GreaterThanOrEqualAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
650
|
+
static GreaterThanOrEqualAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
653
651
|
static Hypot(x: Vector256_1<System_Internal.Double>, y: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
654
652
|
static Hypot(x: Vector256_1<System_Internal.Single>, y: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
655
|
-
static IndexOf<T>(vector: Vector256_1<T>, value: T): int;
|
|
656
|
-
static IndexOfWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
|
|
657
|
-
static IsEvenInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
658
|
-
static IsFinite<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
659
|
-
static IsInfinity<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
660
|
-
static IsInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
661
|
-
static IsNaN<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
662
|
-
static IsNegative<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
663
|
-
static IsNegativeInfinity<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
664
|
-
static IsNormal<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
665
|
-
static IsOddInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
666
|
-
static IsPositive<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
667
|
-
static IsPositiveInfinity<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
668
|
-
static IsSubnormal<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
669
|
-
static IsZero<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
670
|
-
static LastIndexOf<T>(vector: Vector256_1<T>, value: T): int;
|
|
671
|
-
static LastIndexOfWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
|
|
653
|
+
static IndexOf<T extends unknown>(vector: Vector256_1<T>, value: T): int;
|
|
654
|
+
static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): int;
|
|
655
|
+
static IsEvenInteger<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
656
|
+
static IsFinite<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
657
|
+
static IsInfinity<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
658
|
+
static IsInteger<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
659
|
+
static IsNaN<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
660
|
+
static IsNegative<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
661
|
+
static IsNegativeInfinity<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
662
|
+
static IsNormal<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
663
|
+
static IsOddInteger<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
664
|
+
static IsPositive<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
665
|
+
static IsPositiveInfinity<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
666
|
+
static IsSubnormal<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
667
|
+
static IsZero<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
668
|
+
static LastIndexOf<T extends unknown>(vector: Vector256_1<T>, value: T): int;
|
|
669
|
+
static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): int;
|
|
672
670
|
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>;
|
|
673
671
|
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>;
|
|
674
|
-
static LessThan<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
675
|
-
static LessThanAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
676
|
-
static LessThanAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
677
|
-
static LessThanOrEqual<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
678
|
-
static LessThanOrEqualAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
679
|
-
static LessThanOrEqualAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
680
|
-
static Load<T>(source: ptr<T>): Vector256_1<T>;
|
|
681
|
-
static LoadAligned<T>(source: ptr<T>): Vector256_1<T>;
|
|
682
|
-
static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector256_1<T>;
|
|
683
|
-
static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector256_1<T>;
|
|
684
|
-
static LoadUnsafe<T>(source: T): Vector256_1<T>;
|
|
672
|
+
static LessThan<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
673
|
+
static LessThanAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
674
|
+
static LessThanAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
675
|
+
static LessThanOrEqual<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
676
|
+
static LessThanOrEqualAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
677
|
+
static LessThanOrEqualAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
|
|
678
|
+
static Load<T extends unknown>(source: ptr<T>): Vector256_1<T>;
|
|
679
|
+
static LoadAligned<T extends unknown>(source: ptr<T>): Vector256_1<T>;
|
|
680
|
+
static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector256_1<T>;
|
|
681
|
+
static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector256_1<T>;
|
|
682
|
+
static LoadUnsafe<T extends unknown>(source: T): Vector256_1<T>;
|
|
685
683
|
static Log(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
686
684
|
static Log(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
687
685
|
static Log2(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
688
686
|
static Log2(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
689
|
-
static Max<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
690
|
-
static MaxMagnitude<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
691
|
-
static MaxMagnitudeNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
692
|
-
static MaxNative<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
693
|
-
static MaxNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
694
|
-
static Min<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
695
|
-
static MinMagnitude<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
696
|
-
static MinMagnitudeNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
697
|
-
static MinNative<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
698
|
-
static MinNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
699
|
-
static Multiply<T>(left: T, right: Vector256_1<T>): Vector256_1<T>;
|
|
700
|
-
static Multiply<T>(left: Vector256_1<T>, right: T): Vector256_1<T>;
|
|
701
|
-
static Multiply<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
687
|
+
static Max<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
688
|
+
static MaxMagnitude<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
689
|
+
static MaxMagnitudeNumber<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
690
|
+
static MaxNative<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
691
|
+
static MaxNumber<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
692
|
+
static Min<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
693
|
+
static MinMagnitude<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
694
|
+
static MinMagnitudeNumber<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
695
|
+
static MinNative<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
696
|
+
static MinNumber<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
697
|
+
static Multiply<T extends unknown>(left: T, right: Vector256_1<T>): Vector256_1<T>;
|
|
698
|
+
static Multiply<T extends unknown>(left: Vector256_1<T>, right: T): Vector256_1<T>;
|
|
699
|
+
static Multiply<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
702
700
|
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>;
|
|
703
701
|
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>;
|
|
704
702
|
static Narrow(lower: Vector256_1<System_Internal.Double>, upper: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Single>;
|
|
@@ -715,10 +713,10 @@ export abstract class Vector256$instance {
|
|
|
715
713
|
static NarrowWithSaturation(lower: Vector256_1<System_Internal.UInt16>, upper: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.Byte>;
|
|
716
714
|
static NarrowWithSaturation(lower: Vector256_1<System_Internal.UInt32>, upper: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt16>;
|
|
717
715
|
static NarrowWithSaturation(lower: Vector256_1<System_Internal.UInt64>, upper: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.UInt32>;
|
|
718
|
-
static Negate<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
719
|
-
static None<T>(vector: Vector256_1<T>, value: T): boolean;
|
|
720
|
-
static NoneWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
|
|
721
|
-
static OnesComplement<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
716
|
+
static Negate<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
717
|
+
static None<T extends unknown>(vector: Vector256_1<T>, value: T): boolean;
|
|
718
|
+
static NoneWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): boolean;
|
|
719
|
+
static OnesComplement<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
722
720
|
static RadiansToDegrees(radians: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
723
721
|
static RadiansToDegrees(radians: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
724
722
|
static Round(vector: Vector256_1<System_Internal.Double>, mode: MidpointRounding): Vector256_1<System_Internal.Double>;
|
|
@@ -774,21 +772,21 @@ export abstract class Vector256$instance {
|
|
|
774
772
|
static Sin(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
775
773
|
static SinCos(vector: Vector256_1<System_Internal.Double>): ValueTuple_2<Vector256_1<System_Internal.Double>, Vector256_1<System_Internal.Double>>;
|
|
776
774
|
static SinCos(vector: Vector256_1<System_Internal.Single>): ValueTuple_2<Vector256_1<System_Internal.Single>, Vector256_1<System_Internal.Single>>;
|
|
777
|
-
static Sqrt<T>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
778
|
-
static Store<T>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
779
|
-
static StoreAligned<T>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
780
|
-
static StoreAlignedNonTemporal<T>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
781
|
-
static StoreUnsafe<T>(source: Vector256_1<T>, destination: T, elementOffset: nuint): void;
|
|
782
|
-
static StoreUnsafe<T>(source: Vector256_1<T>, destination: T): void;
|
|
783
|
-
static Subtract<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
784
|
-
static SubtractSaturate<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
785
|
-
static Sum<T>(vector: Vector256_1<T>): T;
|
|
786
|
-
static ToScalar<T>(vector: Vector256_1<T>): T;
|
|
787
|
-
static ToVector512<T>(vector: Vector256_1<T>): Vector512_1<T>;
|
|
788
|
-
static ToVector512Unsafe<T>(vector: Vector256_1<T>): Vector512_1<T>;
|
|
775
|
+
static Sqrt<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
|
|
776
|
+
static Store<T extends unknown>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
777
|
+
static StoreAligned<T extends unknown>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
778
|
+
static StoreAlignedNonTemporal<T extends unknown>(source: Vector256_1<T>, destination: ptr<T>): void;
|
|
779
|
+
static StoreUnsafe<T extends unknown>(source: Vector256_1<T>, destination: T, elementOffset: nuint): void;
|
|
780
|
+
static StoreUnsafe<T extends unknown>(source: Vector256_1<T>, destination: T): void;
|
|
781
|
+
static Subtract<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
782
|
+
static SubtractSaturate<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
783
|
+
static Sum<T extends unknown>(vector: Vector256_1<T>): T;
|
|
784
|
+
static ToScalar<T extends unknown>(vector: Vector256_1<T>): T;
|
|
785
|
+
static ToVector512<T extends unknown>(vector: Vector256_1<T>): Vector512_1<T>;
|
|
786
|
+
static ToVector512Unsafe<T extends unknown>(vector: Vector256_1<T>): Vector512_1<T>;
|
|
789
787
|
static Truncate(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
|
|
790
788
|
static Truncate(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
|
|
791
|
-
static TryCopyTo<T>(vector: Vector256_1<T>, destination: Span_1<T>): boolean;
|
|
789
|
+
static TryCopyTo<T extends unknown>(vector: Vector256_1<T>, destination: Span_1<T>): boolean;
|
|
792
790
|
static Widen(source: Vector256_1<System_Internal.Byte>): ValueTuple_2<Vector256_1<System_Internal.UInt16>, Vector256_1<System_Internal.UInt16>>;
|
|
793
791
|
static Widen(source: Vector256_1<System_Internal.Int16>): ValueTuple_2<Vector256_1<System_Internal.Int32>, Vector256_1<System_Internal.Int32>>;
|
|
794
792
|
static Widen(source: Vector256_1<System_Internal.Int32>): ValueTuple_2<Vector256_1<System_Internal.Int64>, Vector256_1<System_Internal.Int64>>;
|
|
@@ -810,10 +808,10 @@ export abstract class Vector256$instance {
|
|
|
810
808
|
static WidenUpper(source: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Double>;
|
|
811
809
|
static WidenUpper(source: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.UInt32>;
|
|
812
810
|
static WidenUpper(source: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt64>;
|
|
813
|
-
static WithElement<T>(vector: Vector256_1<T>, index: int, value: T): Vector256_1<T>;
|
|
814
|
-
static WithLower<T>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
|
|
815
|
-
static WithUpper<T>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
|
|
816
|
-
static Xor<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
811
|
+
static WithElement<T extends unknown>(vector: Vector256_1<T>, index: int, value: T): Vector256_1<T>;
|
|
812
|
+
static WithLower<T extends unknown>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
|
|
813
|
+
static WithUpper<T extends unknown>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
|
|
814
|
+
static Xor<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
|
|
817
815
|
}
|
|
818
816
|
|
|
819
817
|
|
|
@@ -821,36 +819,36 @@ export type Vector256 = Vector256$instance;
|
|
|
821
819
|
|
|
822
820
|
export abstract class Vector512$instance {
|
|
823
821
|
static readonly IsHardwareAccelerated: boolean;
|
|
824
|
-
static Abs<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
825
|
-
static Add<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
826
|
-
static AddSaturate<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
827
|
-
static All<T>(vector: Vector512_1<T>, value: T): boolean;
|
|
828
|
-
static AllWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
|
|
829
|
-
static AndNot<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
830
|
-
static Any<T>(vector: Vector512_1<T>, value: T): boolean;
|
|
831
|
-
static AnyWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
|
|
832
|
-
static As<TFrom, TTo>(vector: Vector512_1<TFrom>): Vector512_1<TTo>;
|
|
833
|
-
static AsByte<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Byte>;
|
|
834
|
-
static AsDouble<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Double>;
|
|
835
|
-
static AsInt16<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int16>;
|
|
836
|
-
static AsInt32<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int32>;
|
|
837
|
-
static AsInt64<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int64>;
|
|
838
|
-
static AsNInt<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.IntPtr>;
|
|
839
|
-
static AsNUInt<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UIntPtr>;
|
|
840
|
-
static AsSByte<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.SByte>;
|
|
841
|
-
static AsSingle<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Single>;
|
|
842
|
-
static AsUInt16<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt16>;
|
|
843
|
-
static AsUInt32<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt32>;
|
|
844
|
-
static AsUInt64<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt64>;
|
|
845
|
-
static AsVector<T>(value: Vector512_1<T>): Vector_1<T>;
|
|
846
|
-
static AsVector512<T>(value: Vector_1<T>): Vector512_1<T>;
|
|
847
|
-
static BitwiseAnd<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
848
|
-
static BitwiseOr<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
822
|
+
static Abs<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
823
|
+
static Add<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
824
|
+
static AddSaturate<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
825
|
+
static All<T extends unknown>(vector: Vector512_1<T>, value: T): boolean;
|
|
826
|
+
static AllWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): boolean;
|
|
827
|
+
static AndNot<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
828
|
+
static Any<T extends unknown>(vector: Vector512_1<T>, value: T): boolean;
|
|
829
|
+
static AnyWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): boolean;
|
|
830
|
+
static As<TFrom extends unknown, TTo extends unknown>(vector: Vector512_1<TFrom>): Vector512_1<TTo>;
|
|
831
|
+
static AsByte<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Byte>;
|
|
832
|
+
static AsDouble<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Double>;
|
|
833
|
+
static AsInt16<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int16>;
|
|
834
|
+
static AsInt32<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int32>;
|
|
835
|
+
static AsInt64<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int64>;
|
|
836
|
+
static AsNInt<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.IntPtr>;
|
|
837
|
+
static AsNUInt<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.UIntPtr>;
|
|
838
|
+
static AsSByte<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.SByte>;
|
|
839
|
+
static AsSingle<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Single>;
|
|
840
|
+
static AsUInt16<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt16>;
|
|
841
|
+
static AsUInt32<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt32>;
|
|
842
|
+
static AsUInt64<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt64>;
|
|
843
|
+
static AsVector<T extends unknown>(value: Vector512_1<T>): Vector_1<T>;
|
|
844
|
+
static AsVector512<T extends unknown>(value: Vector_1<T>): Vector512_1<T>;
|
|
845
|
+
static BitwiseAnd<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
846
|
+
static BitwiseOr<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
849
847
|
static Ceiling(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
850
848
|
static Ceiling(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
851
|
-
static Clamp<T>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
|
|
852
|
-
static ClampNative<T>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
|
|
853
|
-
static ConditionalSelect<T>(condition: Vector512_1<T>, left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
849
|
+
static Clamp<T extends unknown>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
|
|
850
|
+
static ClampNative<T extends unknown>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
|
|
851
|
+
static ConditionalSelect<T extends unknown>(condition: Vector512_1<T>, left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
854
852
|
static ConvertToDouble(vector: Vector512_1<System_Internal.Int64>): Vector512_1<System_Internal.Double>;
|
|
855
853
|
static ConvertToDouble(vector: Vector512_1<System_Internal.UInt64>): Vector512_1<System_Internal.Double>;
|
|
856
854
|
static ConvertToInt32(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Int32>;
|
|
@@ -863,15 +861,15 @@ export abstract class Vector512$instance {
|
|
|
863
861
|
static ConvertToUInt32Native(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.UInt32>;
|
|
864
862
|
static ConvertToUInt64(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.UInt64>;
|
|
865
863
|
static ConvertToUInt64Native(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.UInt64>;
|
|
866
|
-
static CopySign<T>(value: Vector512_1<T>, sign: Vector512_1<T>): Vector512_1<T>;
|
|
867
|
-
static CopyTo<T>(vector: Vector512_1<T>, destination: Span_1<T>): void;
|
|
868
|
-
static CopyTo<T>(vector: Vector512_1<T>, destination: T[], startIndex: int): void;
|
|
869
|
-
static CopyTo<T>(vector: Vector512_1<T>, destination: T[]): void;
|
|
864
|
+
static CopySign<T extends unknown>(value: Vector512_1<T>, sign: Vector512_1<T>): Vector512_1<T>;
|
|
865
|
+
static CopyTo<T extends unknown>(vector: Vector512_1<T>, destination: Span_1<T>): void;
|
|
866
|
+
static CopyTo<T extends unknown>(vector: Vector512_1<T>, destination: T[], startIndex: int): void;
|
|
867
|
+
static CopyTo<T extends unknown>(vector: Vector512_1<T>, destination: T[]): void;
|
|
870
868
|
static Cos(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
871
869
|
static Cos(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
872
|
-
static Count<T>(vector: Vector512_1<T>, value: T): int;
|
|
873
|
-
static CountWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
|
|
874
|
-
static Create<T>(values: ReadOnlySpan_1<T>): Vector512_1<T>;
|
|
870
|
+
static Count<T extends unknown>(vector: Vector512_1<T>, value: T): int;
|
|
871
|
+
static CountWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): int;
|
|
872
|
+
static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector512_1<T>;
|
|
875
873
|
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>;
|
|
876
874
|
static Create(value: byte): Vector512_1<System_Internal.Byte>;
|
|
877
875
|
static Create(e0: double, e1: double, e2: double, e3: double, e4: double, e5: double, e6: double, e7: double): Vector512_1<System_Internal.Double>;
|
|
@@ -906,13 +904,13 @@ export abstract class Vector512$instance {
|
|
|
906
904
|
static Create(e0: ulong, e1: ulong, e2: ulong, e3: ulong, e4: ulong, e5: ulong, e6: ulong, e7: ulong): Vector512_1<System_Internal.UInt64>;
|
|
907
905
|
static Create(value: ulong): Vector512_1<System_Internal.UInt64>;
|
|
908
906
|
static Create(value: nuint): Vector512_1<System_Internal.UIntPtr>;
|
|
909
|
-
static Create<T>(value: T): Vector512_1<T>;
|
|
910
|
-
static Create<T>(values: T[], index: int): Vector512_1<T>;
|
|
911
|
-
static Create<T>(values: T[]): Vector512_1<T>;
|
|
912
|
-
static Create<T>(value: Vector128_1<T>): Vector512_1<T>;
|
|
913
|
-
static Create<T>(lower: Vector256_1<T>, upper: Vector256_1<T>): Vector512_1<T>;
|
|
914
|
-
static Create<T>(value: Vector256_1<T>): Vector512_1<T>;
|
|
915
|
-
static Create<T>(value: Vector64_1<T>): Vector512_1<T>;
|
|
907
|
+
static Create<T extends unknown>(value: T): Vector512_1<T>;
|
|
908
|
+
static Create<T extends unknown>(values: T[], index: int): Vector512_1<T>;
|
|
909
|
+
static Create<T extends unknown>(values: T[]): Vector512_1<T>;
|
|
910
|
+
static Create<T extends unknown>(value: Vector128_1<T>): Vector512_1<T>;
|
|
911
|
+
static Create<T extends unknown>(lower: Vector256_1<T>, upper: Vector256_1<T>): Vector512_1<T>;
|
|
912
|
+
static Create<T extends unknown>(value: Vector256_1<T>): Vector512_1<T>;
|
|
913
|
+
static Create<T extends unknown>(value: Vector64_1<T>): Vector512_1<T>;
|
|
916
914
|
static CreateScalar(value: byte): Vector512_1<System_Internal.Byte>;
|
|
917
915
|
static CreateScalar(value: double): Vector512_1<System_Internal.Double>;
|
|
918
916
|
static CreateScalar(value: short): Vector512_1<System_Internal.Int16>;
|
|
@@ -925,7 +923,7 @@ export abstract class Vector512$instance {
|
|
|
925
923
|
static CreateScalar(value: uint): Vector512_1<System_Internal.UInt32>;
|
|
926
924
|
static CreateScalar(value: ulong): Vector512_1<System_Internal.UInt64>;
|
|
927
925
|
static CreateScalar(value: nuint): Vector512_1<System_Internal.UIntPtr>;
|
|
928
|
-
static CreateScalar<T>(value: T): Vector512_1<T>;
|
|
926
|
+
static CreateScalar<T extends unknown>(value: T): Vector512_1<T>;
|
|
929
927
|
static CreateScalarUnsafe(value: byte): Vector512_1<System_Internal.Byte>;
|
|
930
928
|
static CreateScalarUnsafe(value: double): Vector512_1<System_Internal.Double>;
|
|
931
929
|
static CreateScalarUnsafe(value: short): Vector512_1<System_Internal.Int16>;
|
|
@@ -938,81 +936,81 @@ export abstract class Vector512$instance {
|
|
|
938
936
|
static CreateScalarUnsafe(value: uint): Vector512_1<System_Internal.UInt32>;
|
|
939
937
|
static CreateScalarUnsafe(value: ulong): Vector512_1<System_Internal.UInt64>;
|
|
940
938
|
static CreateScalarUnsafe(value: nuint): Vector512_1<System_Internal.UIntPtr>;
|
|
941
|
-
static CreateScalarUnsafe<T>(value: T): Vector512_1<T>;
|
|
942
|
-
static CreateSequence<T>(start: T, step: T): Vector512_1<T>;
|
|
939
|
+
static CreateScalarUnsafe<T extends unknown>(value: T): Vector512_1<T>;
|
|
940
|
+
static CreateSequence<T extends unknown>(start: T, step: T): Vector512_1<T>;
|
|
943
941
|
static DegreesToRadians(degrees: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
944
942
|
static DegreesToRadians(degrees: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
945
|
-
static Divide<T>(left: Vector512_1<T>, right: T): Vector512_1<T>;
|
|
946
|
-
static Divide<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
947
|
-
static Dot<T>(left: Vector512_1<T>, right: Vector512_1<T>): T;
|
|
948
|
-
static Equals<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
949
|
-
static EqualsAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
950
|
-
static EqualsAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
943
|
+
static Divide<T extends unknown>(left: Vector512_1<T>, right: T): Vector512_1<T>;
|
|
944
|
+
static Divide<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
945
|
+
static Dot<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): T;
|
|
946
|
+
static Equals<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
947
|
+
static EqualsAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
948
|
+
static EqualsAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
951
949
|
static Exp(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
952
950
|
static Exp(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
953
|
-
static ExtractMostSignificantBits<T>(vector: Vector512_1<T>): ulong;
|
|
951
|
+
static ExtractMostSignificantBits<T extends unknown>(vector: Vector512_1<T>): ulong;
|
|
954
952
|
static Floor(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
955
953
|
static Floor(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
956
954
|
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>;
|
|
957
955
|
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>;
|
|
958
|
-
static GetElement<T>(vector: Vector512_1<T>, index: int): T;
|
|
959
|
-
static GetLower<T>(vector: Vector512_1<T>): Vector256_1<T>;
|
|
960
|
-
static GetUpper<T>(vector: Vector512_1<T>): Vector256_1<T>;
|
|
961
|
-
static GreaterThan<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
962
|
-
static GreaterThanAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
963
|
-
static GreaterThanAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
964
|
-
static GreaterThanOrEqual<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
965
|
-
static GreaterThanOrEqualAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
966
|
-
static GreaterThanOrEqualAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
956
|
+
static GetElement<T extends unknown>(vector: Vector512_1<T>, index: int): T;
|
|
957
|
+
static GetLower<T extends unknown>(vector: Vector512_1<T>): Vector256_1<T>;
|
|
958
|
+
static GetUpper<T extends unknown>(vector: Vector512_1<T>): Vector256_1<T>;
|
|
959
|
+
static GreaterThan<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
960
|
+
static GreaterThanAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
961
|
+
static GreaterThanAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
962
|
+
static GreaterThanOrEqual<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
963
|
+
static GreaterThanOrEqualAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
964
|
+
static GreaterThanOrEqualAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
967
965
|
static Hypot(x: Vector512_1<System_Internal.Double>, y: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
968
966
|
static Hypot(x: Vector512_1<System_Internal.Single>, y: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
969
|
-
static IndexOf<T>(vector: Vector512_1<T>, value: T): int;
|
|
970
|
-
static IndexOfWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
|
|
971
|
-
static IsEvenInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
972
|
-
static IsFinite<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
973
|
-
static IsInfinity<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
974
|
-
static IsInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
975
|
-
static IsNaN<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
976
|
-
static IsNegative<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
977
|
-
static IsNegativeInfinity<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
978
|
-
static IsNormal<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
979
|
-
static IsOddInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
980
|
-
static IsPositive<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
981
|
-
static IsPositiveInfinity<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
982
|
-
static IsSubnormal<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
983
|
-
static IsZero<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
984
|
-
static LastIndexOf<T>(vector: Vector512_1<T>, value: T): int;
|
|
985
|
-
static LastIndexOfWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
|
|
967
|
+
static IndexOf<T extends unknown>(vector: Vector512_1<T>, value: T): int;
|
|
968
|
+
static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): int;
|
|
969
|
+
static IsEvenInteger<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
970
|
+
static IsFinite<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
971
|
+
static IsInfinity<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
972
|
+
static IsInteger<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
973
|
+
static IsNaN<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
974
|
+
static IsNegative<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
975
|
+
static IsNegativeInfinity<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
976
|
+
static IsNormal<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
977
|
+
static IsOddInteger<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
978
|
+
static IsPositive<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
979
|
+
static IsPositiveInfinity<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
980
|
+
static IsSubnormal<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
981
|
+
static IsZero<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
982
|
+
static LastIndexOf<T extends unknown>(vector: Vector512_1<T>, value: T): int;
|
|
983
|
+
static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): int;
|
|
986
984
|
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>;
|
|
987
985
|
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>;
|
|
988
|
-
static LessThan<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
989
|
-
static LessThanAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
990
|
-
static LessThanAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
991
|
-
static LessThanOrEqual<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
992
|
-
static LessThanOrEqualAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
993
|
-
static LessThanOrEqualAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
994
|
-
static Load<T>(source: ptr<T>): Vector512_1<T>;
|
|
995
|
-
static LoadAligned<T>(source: ptr<T>): Vector512_1<T>;
|
|
996
|
-
static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector512_1<T>;
|
|
997
|
-
static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector512_1<T>;
|
|
998
|
-
static LoadUnsafe<T>(source: T): Vector512_1<T>;
|
|
986
|
+
static LessThan<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
987
|
+
static LessThanAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
988
|
+
static LessThanAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
989
|
+
static LessThanOrEqual<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
990
|
+
static LessThanOrEqualAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
991
|
+
static LessThanOrEqualAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
|
|
992
|
+
static Load<T extends unknown>(source: ptr<T>): Vector512_1<T>;
|
|
993
|
+
static LoadAligned<T extends unknown>(source: ptr<T>): Vector512_1<T>;
|
|
994
|
+
static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector512_1<T>;
|
|
995
|
+
static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector512_1<T>;
|
|
996
|
+
static LoadUnsafe<T extends unknown>(source: T): Vector512_1<T>;
|
|
999
997
|
static Log(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
1000
998
|
static Log(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
1001
999
|
static Log2(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
1002
1000
|
static Log2(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
1003
|
-
static Max<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1004
|
-
static MaxMagnitude<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1005
|
-
static MaxMagnitudeNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1006
|
-
static MaxNative<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1007
|
-
static MaxNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1008
|
-
static Min<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1009
|
-
static MinMagnitude<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1010
|
-
static MinMagnitudeNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1011
|
-
static MinNative<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1012
|
-
static MinNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1013
|
-
static Multiply<T>(left: T, right: Vector512_1<T>): Vector512_1<T>;
|
|
1014
|
-
static Multiply<T>(left: Vector512_1<T>, right: T): Vector512_1<T>;
|
|
1015
|
-
static Multiply<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1001
|
+
static Max<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1002
|
+
static MaxMagnitude<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1003
|
+
static MaxMagnitudeNumber<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1004
|
+
static MaxNative<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1005
|
+
static MaxNumber<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1006
|
+
static Min<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1007
|
+
static MinMagnitude<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1008
|
+
static MinMagnitudeNumber<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1009
|
+
static MinNative<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1010
|
+
static MinNumber<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1011
|
+
static Multiply<T extends unknown>(left: T, right: Vector512_1<T>): Vector512_1<T>;
|
|
1012
|
+
static Multiply<T extends unknown>(left: Vector512_1<T>, right: T): Vector512_1<T>;
|
|
1013
|
+
static Multiply<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1016
1014
|
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>;
|
|
1017
1015
|
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>;
|
|
1018
1016
|
static Narrow(lower: Vector512_1<System_Internal.Double>, upper: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Single>;
|
|
@@ -1029,10 +1027,10 @@ export abstract class Vector512$instance {
|
|
|
1029
1027
|
static NarrowWithSaturation(lower: Vector512_1<System_Internal.UInt16>, upper: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.Byte>;
|
|
1030
1028
|
static NarrowWithSaturation(lower: Vector512_1<System_Internal.UInt32>, upper: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt16>;
|
|
1031
1029
|
static NarrowWithSaturation(lower: Vector512_1<System_Internal.UInt64>, upper: Vector512_1<System_Internal.UInt64>): Vector512_1<System_Internal.UInt32>;
|
|
1032
|
-
static Negate<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1033
|
-
static None<T>(vector: Vector512_1<T>, value: T): boolean;
|
|
1034
|
-
static NoneWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
|
|
1035
|
-
static OnesComplement<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1030
|
+
static Negate<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1031
|
+
static None<T extends unknown>(vector: Vector512_1<T>, value: T): boolean;
|
|
1032
|
+
static NoneWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): boolean;
|
|
1033
|
+
static OnesComplement<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1036
1034
|
static RadiansToDegrees(radians: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
1037
1035
|
static RadiansToDegrees(radians: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
1038
1036
|
static Round(vector: Vector512_1<System_Internal.Double>, mode: MidpointRounding): Vector512_1<System_Internal.Double>;
|
|
@@ -1088,19 +1086,19 @@ export abstract class Vector512$instance {
|
|
|
1088
1086
|
static Sin(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
1089
1087
|
static SinCos(vector: Vector512_1<System_Internal.Double>): ValueTuple_2<Vector512_1<System_Internal.Double>, Vector512_1<System_Internal.Double>>;
|
|
1090
1088
|
static SinCos(vector: Vector512_1<System_Internal.Single>): ValueTuple_2<Vector512_1<System_Internal.Single>, Vector512_1<System_Internal.Single>>;
|
|
1091
|
-
static Sqrt<T>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1092
|
-
static Store<T>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1093
|
-
static StoreAligned<T>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1094
|
-
static StoreAlignedNonTemporal<T>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1095
|
-
static StoreUnsafe<T>(source: Vector512_1<T>, destination: T, elementOffset: nuint): void;
|
|
1096
|
-
static StoreUnsafe<T>(source: Vector512_1<T>, destination: T): void;
|
|
1097
|
-
static Subtract<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1098
|
-
static SubtractSaturate<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1099
|
-
static Sum<T>(vector: Vector512_1<T>): T;
|
|
1100
|
-
static ToScalar<T>(vector: Vector512_1<T>): T;
|
|
1089
|
+
static Sqrt<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
|
|
1090
|
+
static Store<T extends unknown>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1091
|
+
static StoreAligned<T extends unknown>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1092
|
+
static StoreAlignedNonTemporal<T extends unknown>(source: Vector512_1<T>, destination: ptr<T>): void;
|
|
1093
|
+
static StoreUnsafe<T extends unknown>(source: Vector512_1<T>, destination: T, elementOffset: nuint): void;
|
|
1094
|
+
static StoreUnsafe<T extends unknown>(source: Vector512_1<T>, destination: T): void;
|
|
1095
|
+
static Subtract<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1096
|
+
static SubtractSaturate<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1097
|
+
static Sum<T extends unknown>(vector: Vector512_1<T>): T;
|
|
1098
|
+
static ToScalar<T extends unknown>(vector: Vector512_1<T>): T;
|
|
1101
1099
|
static Truncate(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
|
|
1102
1100
|
static Truncate(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
|
|
1103
|
-
static TryCopyTo<T>(vector: Vector512_1<T>, destination: Span_1<T>): boolean;
|
|
1101
|
+
static TryCopyTo<T extends unknown>(vector: Vector512_1<T>, destination: Span_1<T>): boolean;
|
|
1104
1102
|
static Widen(source: Vector512_1<System_Internal.Byte>): ValueTuple_2<Vector512_1<System_Internal.UInt16>, Vector512_1<System_Internal.UInt16>>;
|
|
1105
1103
|
static Widen(source: Vector512_1<System_Internal.Int16>): ValueTuple_2<Vector512_1<System_Internal.Int32>, Vector512_1<System_Internal.Int32>>;
|
|
1106
1104
|
static Widen(source: Vector512_1<System_Internal.Int32>): ValueTuple_2<Vector512_1<System_Internal.Int64>, Vector512_1<System_Internal.Int64>>;
|
|
@@ -1122,10 +1120,10 @@ export abstract class Vector512$instance {
|
|
|
1122
1120
|
static WidenUpper(source: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Double>;
|
|
1123
1121
|
static WidenUpper(source: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.UInt32>;
|
|
1124
1122
|
static WidenUpper(source: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt64>;
|
|
1125
|
-
static WithElement<T>(vector: Vector512_1<T>, index: int, value: T): Vector512_1<T>;
|
|
1126
|
-
static WithLower<T>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
|
|
1127
|
-
static WithUpper<T>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
|
|
1128
|
-
static Xor<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1123
|
+
static WithElement<T extends unknown>(vector: Vector512_1<T>, index: int, value: T): Vector512_1<T>;
|
|
1124
|
+
static WithLower<T extends unknown>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
|
|
1125
|
+
static WithUpper<T extends unknown>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
|
|
1126
|
+
static Xor<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
|
|
1129
1127
|
}
|
|
1130
1128
|
|
|
1131
1129
|
|
|
@@ -1133,34 +1131,34 @@ export type Vector512 = Vector512$instance;
|
|
|
1133
1131
|
|
|
1134
1132
|
export abstract class Vector64$instance {
|
|
1135
1133
|
static readonly IsHardwareAccelerated: boolean;
|
|
1136
|
-
static Abs<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1137
|
-
static Add<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1138
|
-
static AddSaturate<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1139
|
-
static All<T>(vector: Vector64_1<T>, value: T): boolean;
|
|
1140
|
-
static AllWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
|
|
1141
|
-
static AndNot<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1142
|
-
static Any<T>(vector: Vector64_1<T>, value: T): boolean;
|
|
1143
|
-
static AnyWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
|
|
1144
|
-
static As<TFrom, TTo>(vector: Vector64_1<TFrom>): Vector64_1<TTo>;
|
|
1145
|
-
static AsByte<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Byte>;
|
|
1146
|
-
static AsDouble<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Double>;
|
|
1147
|
-
static AsInt16<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int16>;
|
|
1148
|
-
static AsInt32<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int32>;
|
|
1149
|
-
static AsInt64<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int64>;
|
|
1150
|
-
static AsNInt<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.IntPtr>;
|
|
1151
|
-
static AsNUInt<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UIntPtr>;
|
|
1152
|
-
static AsSByte<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.SByte>;
|
|
1153
|
-
static AsSingle<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Single>;
|
|
1154
|
-
static AsUInt16<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt16>;
|
|
1155
|
-
static AsUInt32<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt32>;
|
|
1156
|
-
static AsUInt64<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt64>;
|
|
1157
|
-
static BitwiseAnd<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1158
|
-
static BitwiseOr<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1134
|
+
static Abs<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1135
|
+
static Add<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1136
|
+
static AddSaturate<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1137
|
+
static All<T extends unknown>(vector: Vector64_1<T>, value: T): boolean;
|
|
1138
|
+
static AllWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): boolean;
|
|
1139
|
+
static AndNot<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1140
|
+
static Any<T extends unknown>(vector: Vector64_1<T>, value: T): boolean;
|
|
1141
|
+
static AnyWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): boolean;
|
|
1142
|
+
static As<TFrom extends unknown, TTo extends unknown>(vector: Vector64_1<TFrom>): Vector64_1<TTo>;
|
|
1143
|
+
static AsByte<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Byte>;
|
|
1144
|
+
static AsDouble<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Double>;
|
|
1145
|
+
static AsInt16<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int16>;
|
|
1146
|
+
static AsInt32<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int32>;
|
|
1147
|
+
static AsInt64<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int64>;
|
|
1148
|
+
static AsNInt<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.IntPtr>;
|
|
1149
|
+
static AsNUInt<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.UIntPtr>;
|
|
1150
|
+
static AsSByte<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.SByte>;
|
|
1151
|
+
static AsSingle<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Single>;
|
|
1152
|
+
static AsUInt16<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt16>;
|
|
1153
|
+
static AsUInt32<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt32>;
|
|
1154
|
+
static AsUInt64<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt64>;
|
|
1155
|
+
static BitwiseAnd<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1156
|
+
static BitwiseOr<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1159
1157
|
static Ceiling(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1160
1158
|
static Ceiling(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1161
|
-
static Clamp<T>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
|
|
1162
|
-
static ClampNative<T>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
|
|
1163
|
-
static ConditionalSelect<T>(condition: Vector64_1<T>, left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1159
|
+
static Clamp<T extends unknown>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
|
|
1160
|
+
static ClampNative<T extends unknown>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
|
|
1161
|
+
static ConditionalSelect<T extends unknown>(condition: Vector64_1<T>, left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1164
1162
|
static ConvertToDouble(vector: Vector64_1<System_Internal.Int64>): Vector64_1<System_Internal.Double>;
|
|
1165
1163
|
static ConvertToDouble(vector: Vector64_1<System_Internal.UInt64>): Vector64_1<System_Internal.Double>;
|
|
1166
1164
|
static ConvertToInt32(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Int32>;
|
|
@@ -1173,15 +1171,15 @@ export abstract class Vector64$instance {
|
|
|
1173
1171
|
static ConvertToUInt32Native(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.UInt32>;
|
|
1174
1172
|
static ConvertToUInt64(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.UInt64>;
|
|
1175
1173
|
static ConvertToUInt64Native(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.UInt64>;
|
|
1176
|
-
static CopySign<T>(value: Vector64_1<T>, sign: Vector64_1<T>): Vector64_1<T>;
|
|
1177
|
-
static CopyTo<T>(vector: Vector64_1<T>, destination: Span_1<T>): void;
|
|
1178
|
-
static CopyTo<T>(vector: Vector64_1<T>, destination: T[], startIndex: int): void;
|
|
1179
|
-
static CopyTo<T>(vector: Vector64_1<T>, destination: T[]): void;
|
|
1174
|
+
static CopySign<T extends unknown>(value: Vector64_1<T>, sign: Vector64_1<T>): Vector64_1<T>;
|
|
1175
|
+
static CopyTo<T extends unknown>(vector: Vector64_1<T>, destination: Span_1<T>): void;
|
|
1176
|
+
static CopyTo<T extends unknown>(vector: Vector64_1<T>, destination: T[], startIndex: int): void;
|
|
1177
|
+
static CopyTo<T extends unknown>(vector: Vector64_1<T>, destination: T[]): void;
|
|
1180
1178
|
static Cos(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1181
1179
|
static Cos(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1182
|
-
static Count<T>(vector: Vector64_1<T>, value: T): int;
|
|
1183
|
-
static CountWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
|
|
1184
|
-
static Create<T>(values: ReadOnlySpan_1<T>): Vector64_1<T>;
|
|
1180
|
+
static Count<T extends unknown>(vector: Vector64_1<T>, value: T): int;
|
|
1181
|
+
static CountWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): int;
|
|
1182
|
+
static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector64_1<T>;
|
|
1185
1183
|
static Create(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte): Vector64_1<System_Internal.Byte>;
|
|
1186
1184
|
static Create(value: byte): Vector64_1<System_Internal.Byte>;
|
|
1187
1185
|
static Create(value: double): Vector64_1<System_Internal.Double>;
|
|
@@ -1201,9 +1199,9 @@ export abstract class Vector64$instance {
|
|
|
1201
1199
|
static Create(value: uint): Vector64_1<System_Internal.UInt32>;
|
|
1202
1200
|
static Create(value: ulong): Vector64_1<System_Internal.UInt64>;
|
|
1203
1201
|
static Create(value: nuint): Vector64_1<System_Internal.UIntPtr>;
|
|
1204
|
-
static Create<T>(value: T): Vector64_1<T>;
|
|
1205
|
-
static Create<T>(values: T[], index: int): Vector64_1<T>;
|
|
1206
|
-
static Create<T>(values: T[]): Vector64_1<T>;
|
|
1202
|
+
static Create<T extends unknown>(value: T): Vector64_1<T>;
|
|
1203
|
+
static Create<T extends unknown>(values: T[], index: int): Vector64_1<T>;
|
|
1204
|
+
static Create<T extends unknown>(values: T[]): Vector64_1<T>;
|
|
1207
1205
|
static CreateScalar(value: byte): Vector64_1<System_Internal.Byte>;
|
|
1208
1206
|
static CreateScalar(value: double): Vector64_1<System_Internal.Double>;
|
|
1209
1207
|
static CreateScalar(value: short): Vector64_1<System_Internal.Int16>;
|
|
@@ -1216,7 +1214,7 @@ export abstract class Vector64$instance {
|
|
|
1216
1214
|
static CreateScalar(value: uint): Vector64_1<System_Internal.UInt32>;
|
|
1217
1215
|
static CreateScalar(value: ulong): Vector64_1<System_Internal.UInt64>;
|
|
1218
1216
|
static CreateScalar(value: nuint): Vector64_1<System_Internal.UIntPtr>;
|
|
1219
|
-
static CreateScalar<T>(value: T): Vector64_1<T>;
|
|
1217
|
+
static CreateScalar<T extends unknown>(value: T): Vector64_1<T>;
|
|
1220
1218
|
static CreateScalarUnsafe(value: byte): Vector64_1<System_Internal.Byte>;
|
|
1221
1219
|
static CreateScalarUnsafe(value: double): Vector64_1<System_Internal.Double>;
|
|
1222
1220
|
static CreateScalarUnsafe(value: short): Vector64_1<System_Internal.Int16>;
|
|
@@ -1229,79 +1227,79 @@ export abstract class Vector64$instance {
|
|
|
1229
1227
|
static CreateScalarUnsafe(value: uint): Vector64_1<System_Internal.UInt32>;
|
|
1230
1228
|
static CreateScalarUnsafe(value: ulong): Vector64_1<System_Internal.UInt64>;
|
|
1231
1229
|
static CreateScalarUnsafe(value: nuint): Vector64_1<System_Internal.UIntPtr>;
|
|
1232
|
-
static CreateScalarUnsafe<T>(value: T): Vector64_1<T>;
|
|
1233
|
-
static CreateSequence<T>(start: T, step: T): Vector64_1<T>;
|
|
1230
|
+
static CreateScalarUnsafe<T extends unknown>(value: T): Vector64_1<T>;
|
|
1231
|
+
static CreateSequence<T extends unknown>(start: T, step: T): Vector64_1<T>;
|
|
1234
1232
|
static DegreesToRadians(degrees: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1235
1233
|
static DegreesToRadians(degrees: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1236
|
-
static Divide<T>(left: Vector64_1<T>, right: T): Vector64_1<T>;
|
|
1237
|
-
static Divide<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1238
|
-
static Dot<T>(left: Vector64_1<T>, right: Vector64_1<T>): T;
|
|
1239
|
-
static Equals<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1240
|
-
static EqualsAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1241
|
-
static EqualsAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1234
|
+
static Divide<T extends unknown>(left: Vector64_1<T>, right: T): Vector64_1<T>;
|
|
1235
|
+
static Divide<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1236
|
+
static Dot<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): T;
|
|
1237
|
+
static Equals<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1238
|
+
static EqualsAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1239
|
+
static EqualsAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1242
1240
|
static Exp(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1243
1241
|
static Exp(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1244
|
-
static ExtractMostSignificantBits<T>(vector: Vector64_1<T>): uint;
|
|
1242
|
+
static ExtractMostSignificantBits<T extends unknown>(vector: Vector64_1<T>): uint;
|
|
1245
1243
|
static Floor(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1246
1244
|
static Floor(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1247
1245
|
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>;
|
|
1248
1246
|
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>;
|
|
1249
|
-
static GetElement<T>(vector: Vector64_1<T>, index: int): T;
|
|
1250
|
-
static GreaterThan<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1251
|
-
static GreaterThanAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1252
|
-
static GreaterThanAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1253
|
-
static GreaterThanOrEqual<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1254
|
-
static GreaterThanOrEqualAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1255
|
-
static GreaterThanOrEqualAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1247
|
+
static GetElement<T extends unknown>(vector: Vector64_1<T>, index: int): T;
|
|
1248
|
+
static GreaterThan<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1249
|
+
static GreaterThanAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1250
|
+
static GreaterThanAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1251
|
+
static GreaterThanOrEqual<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1252
|
+
static GreaterThanOrEqualAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1253
|
+
static GreaterThanOrEqualAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1256
1254
|
static Hypot(x: Vector64_1<System_Internal.Double>, y: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1257
1255
|
static Hypot(x: Vector64_1<System_Internal.Single>, y: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1258
|
-
static IndexOf<T>(vector: Vector64_1<T>, value: T): int;
|
|
1259
|
-
static IndexOfWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
|
|
1260
|
-
static IsEvenInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1261
|
-
static IsFinite<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1262
|
-
static IsInfinity<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1263
|
-
static IsInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1264
|
-
static IsNaN<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1265
|
-
static IsNegative<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1266
|
-
static IsNegativeInfinity<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1267
|
-
static IsNormal<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1268
|
-
static IsOddInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1269
|
-
static IsPositive<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1270
|
-
static IsPositiveInfinity<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1271
|
-
static IsSubnormal<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1272
|
-
static IsZero<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1273
|
-
static LastIndexOf<T>(vector: Vector64_1<T>, value: T): int;
|
|
1274
|
-
static LastIndexOfWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
|
|
1256
|
+
static IndexOf<T extends unknown>(vector: Vector64_1<T>, value: T): int;
|
|
1257
|
+
static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): int;
|
|
1258
|
+
static IsEvenInteger<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1259
|
+
static IsFinite<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1260
|
+
static IsInfinity<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1261
|
+
static IsInteger<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1262
|
+
static IsNaN<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1263
|
+
static IsNegative<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1264
|
+
static IsNegativeInfinity<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1265
|
+
static IsNormal<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1266
|
+
static IsOddInteger<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1267
|
+
static IsPositive<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1268
|
+
static IsPositiveInfinity<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1269
|
+
static IsSubnormal<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1270
|
+
static IsZero<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1271
|
+
static LastIndexOf<T extends unknown>(vector: Vector64_1<T>, value: T): int;
|
|
1272
|
+
static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): int;
|
|
1275
1273
|
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>;
|
|
1276
1274
|
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>;
|
|
1277
|
-
static LessThan<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1278
|
-
static LessThanAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1279
|
-
static LessThanAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1280
|
-
static LessThanOrEqual<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1281
|
-
static LessThanOrEqualAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1282
|
-
static LessThanOrEqualAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1283
|
-
static Load<T>(source: ptr<T>): Vector64_1<T>;
|
|
1284
|
-
static LoadAligned<T>(source: ptr<T>): Vector64_1<T>;
|
|
1285
|
-
static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector64_1<T>;
|
|
1286
|
-
static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector64_1<T>;
|
|
1287
|
-
static LoadUnsafe<T>(source: T): Vector64_1<T>;
|
|
1275
|
+
static LessThan<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1276
|
+
static LessThanAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1277
|
+
static LessThanAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1278
|
+
static LessThanOrEqual<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1279
|
+
static LessThanOrEqualAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1280
|
+
static LessThanOrEqualAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
|
|
1281
|
+
static Load<T extends unknown>(source: ptr<T>): Vector64_1<T>;
|
|
1282
|
+
static LoadAligned<T extends unknown>(source: ptr<T>): Vector64_1<T>;
|
|
1283
|
+
static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector64_1<T>;
|
|
1284
|
+
static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector64_1<T>;
|
|
1285
|
+
static LoadUnsafe<T extends unknown>(source: T): Vector64_1<T>;
|
|
1288
1286
|
static Log(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1289
1287
|
static Log(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1290
1288
|
static Log2(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1291
1289
|
static Log2(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1292
|
-
static Max<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1293
|
-
static MaxMagnitude<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1294
|
-
static MaxMagnitudeNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1295
|
-
static MaxNative<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1296
|
-
static MaxNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1297
|
-
static Min<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1298
|
-
static MinMagnitude<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1299
|
-
static MinMagnitudeNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1300
|
-
static MinNative<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1301
|
-
static MinNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1302
|
-
static Multiply<T>(left: T, right: Vector64_1<T>): Vector64_1<T>;
|
|
1303
|
-
static Multiply<T>(left: Vector64_1<T>, right: T): Vector64_1<T>;
|
|
1304
|
-
static Multiply<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1290
|
+
static Max<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1291
|
+
static MaxMagnitude<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1292
|
+
static MaxMagnitudeNumber<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1293
|
+
static MaxNative<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1294
|
+
static MaxNumber<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1295
|
+
static Min<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1296
|
+
static MinMagnitude<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1297
|
+
static MinMagnitudeNumber<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1298
|
+
static MinNative<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1299
|
+
static MinNumber<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1300
|
+
static Multiply<T extends unknown>(left: T, right: Vector64_1<T>): Vector64_1<T>;
|
|
1301
|
+
static Multiply<T extends unknown>(left: Vector64_1<T>, right: T): Vector64_1<T>;
|
|
1302
|
+
static Multiply<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1305
1303
|
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>;
|
|
1306
1304
|
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>;
|
|
1307
1305
|
static Narrow(lower: Vector64_1<System_Internal.Double>, upper: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Single>;
|
|
@@ -1318,10 +1316,10 @@ export abstract class Vector64$instance {
|
|
|
1318
1316
|
static NarrowWithSaturation(lower: Vector64_1<System_Internal.UInt16>, upper: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.Byte>;
|
|
1319
1317
|
static NarrowWithSaturation(lower: Vector64_1<System_Internal.UInt32>, upper: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt16>;
|
|
1320
1318
|
static NarrowWithSaturation(lower: Vector64_1<System_Internal.UInt64>, upper: Vector64_1<System_Internal.UInt64>): Vector64_1<System_Internal.UInt32>;
|
|
1321
|
-
static Negate<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1322
|
-
static None<T>(vector: Vector64_1<T>, value: T): boolean;
|
|
1323
|
-
static NoneWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
|
|
1324
|
-
static OnesComplement<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1319
|
+
static Negate<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1320
|
+
static None<T extends unknown>(vector: Vector64_1<T>, value: T): boolean;
|
|
1321
|
+
static NoneWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): boolean;
|
|
1322
|
+
static OnesComplement<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1325
1323
|
static RadiansToDegrees(radians: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1326
1324
|
static RadiansToDegrees(radians: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1327
1325
|
static Round(vector: Vector64_1<System_Internal.Double>, mode: MidpointRounding): Vector64_1<System_Internal.Double>;
|
|
@@ -1371,21 +1369,21 @@ export abstract class Vector64$instance {
|
|
|
1371
1369
|
static Sin(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1372
1370
|
static SinCos(vector: Vector64_1<System_Internal.Double>): ValueTuple_2<Vector64_1<System_Internal.Double>, Vector64_1<System_Internal.Double>>;
|
|
1373
1371
|
static SinCos(vector: Vector64_1<System_Internal.Single>): ValueTuple_2<Vector64_1<System_Internal.Single>, Vector64_1<System_Internal.Single>>;
|
|
1374
|
-
static Sqrt<T>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1375
|
-
static Store<T>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1376
|
-
static StoreAligned<T>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1377
|
-
static StoreAlignedNonTemporal<T>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1378
|
-
static StoreUnsafe<T>(source: Vector64_1<T>, destination: T, elementOffset: nuint): void;
|
|
1379
|
-
static StoreUnsafe<T>(source: Vector64_1<T>, destination: T): void;
|
|
1380
|
-
static Subtract<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1381
|
-
static SubtractSaturate<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1382
|
-
static Sum<T>(vector: Vector64_1<T>): T;
|
|
1383
|
-
static ToScalar<T>(vector: Vector64_1<T>): T;
|
|
1384
|
-
static ToVector128<T>(vector: Vector64_1<T>): Vector128_1<T>;
|
|
1385
|
-
static ToVector128Unsafe<T>(vector: Vector64_1<T>): Vector128_1<T>;
|
|
1372
|
+
static Sqrt<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
|
|
1373
|
+
static Store<T extends unknown>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1374
|
+
static StoreAligned<T extends unknown>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1375
|
+
static StoreAlignedNonTemporal<T extends unknown>(source: Vector64_1<T>, destination: ptr<T>): void;
|
|
1376
|
+
static StoreUnsafe<T extends unknown>(source: Vector64_1<T>, destination: T, elementOffset: nuint): void;
|
|
1377
|
+
static StoreUnsafe<T extends unknown>(source: Vector64_1<T>, destination: T): void;
|
|
1378
|
+
static Subtract<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1379
|
+
static SubtractSaturate<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1380
|
+
static Sum<T extends unknown>(vector: Vector64_1<T>): T;
|
|
1381
|
+
static ToScalar<T extends unknown>(vector: Vector64_1<T>): T;
|
|
1382
|
+
static ToVector128<T extends unknown>(vector: Vector64_1<T>): Vector128_1<T>;
|
|
1383
|
+
static ToVector128Unsafe<T extends unknown>(vector: Vector64_1<T>): Vector128_1<T>;
|
|
1386
1384
|
static Truncate(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
1387
1385
|
static Truncate(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
1388
|
-
static TryCopyTo<T>(vector: Vector64_1<T>, destination: Span_1<T>): boolean;
|
|
1386
|
+
static TryCopyTo<T extends unknown>(vector: Vector64_1<T>, destination: Span_1<T>): boolean;
|
|
1389
1387
|
static Widen(source: Vector64_1<System_Internal.Byte>): ValueTuple_2<Vector64_1<System_Internal.UInt16>, Vector64_1<System_Internal.UInt16>>;
|
|
1390
1388
|
static Widen(source: Vector64_1<System_Internal.Int16>): ValueTuple_2<Vector64_1<System_Internal.Int32>, Vector64_1<System_Internal.Int32>>;
|
|
1391
1389
|
static Widen(source: Vector64_1<System_Internal.Int32>): ValueTuple_2<Vector64_1<System_Internal.Int64>, Vector64_1<System_Internal.Int64>>;
|
|
@@ -1407,8 +1405,8 @@ export abstract class Vector64$instance {
|
|
|
1407
1405
|
static WidenUpper(source: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Double>;
|
|
1408
1406
|
static WidenUpper(source: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.UInt32>;
|
|
1409
1407
|
static WidenUpper(source: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt64>;
|
|
1410
|
-
static WithElement<T>(vector: Vector64_1<T>, index: int, value: T): Vector64_1<T>;
|
|
1411
|
-
static Xor<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1408
|
+
static WithElement<T extends unknown>(vector: Vector64_1<T>, index: int, value: T): Vector64_1<T>;
|
|
1409
|
+
static Xor<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
|
|
1412
1410
|
}
|
|
1413
1411
|
|
|
1414
1412
|
|