5 references to ZipUpper
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1080
public static (Vector<T> Lower, Vector<T> Upper) Zip<T>(Vector<T> left, Vector<T> right) => (ZipLower(left, right),
ZipUpper
(left, right));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1674
/// <inheritdoc cref="Vector.
ZipUpper
{T}(Vector{T}, Vector{T})" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
1753
/// <inheritdoc cref="Vector.
ZipUpper
{T}(Vector{T}, Vector{T})" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
1786
/// <inheritdoc cref="Vector.
ZipUpper
{T}(Vector{T}, Vector{T})" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
1566
/// <inheritdoc cref="Vector.
ZipUpper
{T}(Vector{T}, Vector{T})" />