@tsonic/dotnet 0.7.4 → 0.7.7

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