Table of Contents

Method YGroup3ZipX2

Namespace
Zyl.VectorTraits.Impl.AVector512
Assembly
VectorTraits.dll

YGroup3ZipX2(Vector512<float>, Vector512<float>, Vector512<float>, Vector512<float>, Vector512<float>, Vector512<float>, out Vector512<float>, out Vector512<float>, out Vector512<float>, out Vector512<float>, out Vector512<float>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

public virtual Vector512<float> YGroup3ZipX2(Vector512<float> x, Vector512<float> xB, Vector512<float> y, Vector512<float> yB, Vector512<float> z, Vector512<float> zB, out Vector512<float> data1, out Vector512<float> data2, out Vector512<float> data3, out Vector512<float> data4, out Vector512<float> data5)

Parameters

x Vector512<float>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<float>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<float>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<float>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<float>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<float>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<float>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<float>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<float>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<float>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<float>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<float>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

YGroup3ZipX2(Vector512<double>, Vector512<double>, Vector512<double>, Vector512<double>, Vector512<double>, Vector512<double>, out Vector512<double>, out Vector512<double>, out Vector512<double>, out Vector512<double>, out Vector512<double>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

public virtual Vector512<double> YGroup3ZipX2(Vector512<double> x, Vector512<double> xB, Vector512<double> y, Vector512<double> yB, Vector512<double> z, Vector512<double> zB, out Vector512<double> data1, out Vector512<double> data2, out Vector512<double> data3, out Vector512<double> data4, out Vector512<double> data5)

Parameters

x Vector512<double>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<double>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<double>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<double>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<double>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<double>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<double>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<double>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<double>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<double>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<double>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<double>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

YGroup3ZipX2(Vector512<sbyte>, Vector512<sbyte>, Vector512<sbyte>, Vector512<sbyte>, Vector512<sbyte>, Vector512<sbyte>, out Vector512<sbyte>, out Vector512<sbyte>, out Vector512<sbyte>, out Vector512<sbyte>, out Vector512<sbyte>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

[CLSCompliant(false)]
public virtual Vector512<sbyte> YGroup3ZipX2(Vector512<sbyte> x, Vector512<sbyte> xB, Vector512<sbyte> y, Vector512<sbyte> yB, Vector512<sbyte> z, Vector512<sbyte> zB, out Vector512<sbyte> data1, out Vector512<sbyte> data2, out Vector512<sbyte> data3, out Vector512<sbyte> data4, out Vector512<sbyte> data5)

Parameters

x Vector512<sbyte>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<sbyte>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<sbyte>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<sbyte>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<sbyte>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<sbyte>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<sbyte>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<sbyte>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<sbyte>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<sbyte>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<sbyte>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<sbyte>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

YGroup3ZipX2(Vector512<byte>, Vector512<byte>, Vector512<byte>, Vector512<byte>, Vector512<byte>, Vector512<byte>, out Vector512<byte>, out Vector512<byte>, out Vector512<byte>, out Vector512<byte>, out Vector512<byte>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

public virtual Vector512<byte> YGroup3ZipX2(Vector512<byte> x, Vector512<byte> xB, Vector512<byte> y, Vector512<byte> yB, Vector512<byte> z, Vector512<byte> zB, out Vector512<byte> data1, out Vector512<byte> data2, out Vector512<byte> data3, out Vector512<byte> data4, out Vector512<byte> data5)

Parameters

x Vector512<byte>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<byte>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<byte>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<byte>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<byte>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<byte>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<byte>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<byte>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<byte>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<byte>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<byte>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<byte>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

YGroup3ZipX2(Vector512<short>, Vector512<short>, Vector512<short>, Vector512<short>, Vector512<short>, Vector512<short>, out Vector512<short>, out Vector512<short>, out Vector512<short>, out Vector512<short>, out Vector512<short>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

public virtual Vector512<short> YGroup3ZipX2(Vector512<short> x, Vector512<short> xB, Vector512<short> y, Vector512<short> yB, Vector512<short> z, Vector512<short> zB, out Vector512<short> data1, out Vector512<short> data2, out Vector512<short> data3, out Vector512<short> data4, out Vector512<short> data5)

Parameters

x Vector512<short>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<short>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<short>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<short>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<short>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<short>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<short>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<short>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<short>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<short>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<short>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<short>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

YGroup3ZipX2(Vector512<ushort>, Vector512<ushort>, Vector512<ushort>, Vector512<ushort>, Vector512<ushort>, Vector512<ushort>, out Vector512<ushort>, out Vector512<ushort>, out Vector512<ushort>, out Vector512<ushort>, out Vector512<ushort>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

[CLSCompliant(false)]
public virtual Vector512<ushort> YGroup3ZipX2(Vector512<ushort> x, Vector512<ushort> xB, Vector512<ushort> y, Vector512<ushort> yB, Vector512<ushort> z, Vector512<ushort> zB, out Vector512<ushort> data1, out Vector512<ushort> data2, out Vector512<ushort> data3, out Vector512<ushort> data4, out Vector512<ushort> data5)

Parameters

x Vector512<ushort>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<ushort>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<ushort>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<ushort>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<ushort>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<ushort>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<ushort>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<ushort>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<ushort>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<ushort>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<ushort>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<ushort>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

YGroup3ZipX2(Vector512<int>, Vector512<int>, Vector512<int>, Vector512<int>, Vector512<int>, Vector512<int>, out Vector512<int>, out Vector512<int>, out Vector512<int>, out Vector512<int>, out Vector512<int>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

public virtual Vector512<int> YGroup3ZipX2(Vector512<int> x, Vector512<int> xB, Vector512<int> y, Vector512<int> yB, Vector512<int> z, Vector512<int> zB, out Vector512<int> data1, out Vector512<int> data2, out Vector512<int> data3, out Vector512<int> data4, out Vector512<int> data5)

Parameters

x Vector512<int>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<int>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<int>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<int>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<int>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<int>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<int>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<int>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<int>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<int>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<int>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<int>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

YGroup3ZipX2(Vector512<uint>, Vector512<uint>, Vector512<uint>, Vector512<uint>, Vector512<uint>, Vector512<uint>, out Vector512<uint>, out Vector512<uint>, out Vector512<uint>, out Vector512<uint>, out Vector512<uint>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

[CLSCompliant(false)]
public virtual Vector512<uint> YGroup3ZipX2(Vector512<uint> x, Vector512<uint> xB, Vector512<uint> y, Vector512<uint> yB, Vector512<uint> z, Vector512<uint> zB, out Vector512<uint> data1, out Vector512<uint> data2, out Vector512<uint> data3, out Vector512<uint> data4, out Vector512<uint> data5)

Parameters

x Vector512<uint>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<uint>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<uint>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<uint>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<uint>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<uint>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<uint>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<uint>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<uint>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<uint>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<uint>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<uint>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

YGroup3ZipX2(Vector512<long>, Vector512<long>, Vector512<long>, Vector512<long>, Vector512<long>, Vector512<long>, out Vector512<long>, out Vector512<long>, out Vector512<long>, out Vector512<long>, out Vector512<long>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

public virtual Vector512<long> YGroup3ZipX2(Vector512<long> x, Vector512<long> xB, Vector512<long> y, Vector512<long> yB, Vector512<long> z, Vector512<long> zB, out Vector512<long> data1, out Vector512<long> data2, out Vector512<long> data3, out Vector512<long> data4, out Vector512<long> data5)

Parameters

x Vector512<long>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<long>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<long>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<long>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<long>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<long>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<long>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<long>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<long>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<long>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<long>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<long>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).

YGroup3ZipX2(Vector512<ulong>, Vector512<ulong>, Vector512<ulong>, Vector512<ulong>, Vector512<ulong>, Vector512<ulong>, out Vector512<ulong>, out Vector512<ulong>, out Vector512<ulong>, out Vector512<ulong>, out Vector512<ulong>)

Interleave 3 vectors into 3-element groups and process 2x data (将3个向量交织为3-元素组, 且处理2倍数据). Mnemonic: (data0, data1, data2) = YGroup3Zip(x, y, z), (data3, data4, data5) = YGroup3Zip(xB, yB, zB).

[CLSCompliant(false)]
public virtual Vector512<ulong> YGroup3ZipX2(Vector512<ulong> x, Vector512<ulong> xB, Vector512<ulong> y, Vector512<ulong> yB, Vector512<ulong> z, Vector512<ulong> zB, out Vector512<ulong> data1, out Vector512<ulong> data2, out Vector512<ulong> data3, out Vector512<ulong> data4, out Vector512<ulong> data5)

Parameters

x Vector512<ulong>

A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).

xB Vector512<ulong>

A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).

y Vector512<ulong>

A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).

yB Vector512<ulong>

A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).

z Vector512<ulong>

A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).

zB Vector512<ulong>

A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).

data1 Vector512<ulong>

Returns part 1 of the interleaved data (返回交织后数据的第1部分).

data2 Vector512<ulong>

Returns part 2 of the interleaved data (返回交织后数据的第2部分).

data3 Vector512<ulong>

Returns part 3 of the interleaved data (返回交织后数据的第3部分).

data4 Vector512<ulong>

Returns part 4 of the interleaved data (返回交织后数据的第4部分).

data5 Vector512<ulong>

Returns part 5 of the interleaved data (返回交织后数据的第5部分).

Returns

Vector512<ulong>

Returns part 0 of the interleaved data (返回交织后数据的第0部分).