Method YGroup3ZipX2
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
YGroup3ZipX2(Vector256<float>, Vector256<float>, Vector256<float>, Vector256<float>, Vector256<float>, Vector256<float>, out Vector256<float>, out Vector256<float>, out Vector256<float>, out Vector256<float>, out Vector256<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)
.
Vector256<float> YGroup3ZipX2(Vector256<float> x, Vector256<float> xB, Vector256<float> y, Vector256<float> yB, Vector256<float> z, Vector256<float> zB, out Vector256<float> data1, out Vector256<float> data2, out Vector256<float> data3, out Vector256<float> data4, out Vector256<float> data5)
Parameters
x
Vector256<float>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<float>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<float>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<float>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<float>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<float>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<float>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<float>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<float>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<float>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<float>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector256<double>, Vector256<double>, Vector256<double>, Vector256<double>, Vector256<double>, Vector256<double>, out Vector256<double>, out Vector256<double>, out Vector256<double>, out Vector256<double>, out Vector256<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)
.
Vector256<double> YGroup3ZipX2(Vector256<double> x, Vector256<double> xB, Vector256<double> y, Vector256<double> yB, Vector256<double> z, Vector256<double> zB, out Vector256<double> data1, out Vector256<double> data2, out Vector256<double> data3, out Vector256<double> data4, out Vector256<double> data5)
Parameters
x
Vector256<double>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<double>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<double>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<double>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<double>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<double>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<double>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<double>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<double>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<double>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<double>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, out Vector256<sbyte>, out Vector256<sbyte>, out Vector256<sbyte>, out Vector256<sbyte>, out Vector256<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)
.
Vector256<sbyte> YGroup3ZipX2(Vector256<sbyte> x, Vector256<sbyte> xB, Vector256<sbyte> y, Vector256<sbyte> yB, Vector256<sbyte> z, Vector256<sbyte> zB, out Vector256<sbyte> data1, out Vector256<sbyte> data2, out Vector256<sbyte> data3, out Vector256<sbyte> data4, out Vector256<sbyte> data5)
Parameters
x
Vector256<sbyte>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<sbyte>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<sbyte>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<sbyte>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<sbyte>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<sbyte>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<sbyte>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<sbyte>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<sbyte>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<sbyte>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<sbyte>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector256<byte>, Vector256<byte>, Vector256<byte>, Vector256<byte>, Vector256<byte>, Vector256<byte>, out Vector256<byte>, out Vector256<byte>, out Vector256<byte>, out Vector256<byte>, out Vector256<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)
.
Vector256<byte> YGroup3ZipX2(Vector256<byte> x, Vector256<byte> xB, Vector256<byte> y, Vector256<byte> yB, Vector256<byte> z, Vector256<byte> zB, out Vector256<byte> data1, out Vector256<byte> data2, out Vector256<byte> data3, out Vector256<byte> data4, out Vector256<byte> data5)
Parameters
x
Vector256<byte>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<byte>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<byte>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<byte>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<byte>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<byte>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<byte>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<byte>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<byte>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<byte>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<byte>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector256<short>, Vector256<short>, Vector256<short>, Vector256<short>, Vector256<short>, Vector256<short>, out Vector256<short>, out Vector256<short>, out Vector256<short>, out Vector256<short>, out Vector256<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)
.
Vector256<short> YGroup3ZipX2(Vector256<short> x, Vector256<short> xB, Vector256<short> y, Vector256<short> yB, Vector256<short> z, Vector256<short> zB, out Vector256<short> data1, out Vector256<short> data2, out Vector256<short> data3, out Vector256<short> data4, out Vector256<short> data5)
Parameters
x
Vector256<short>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<short>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<short>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<short>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<short>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<short>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<short>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<short>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<short>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<short>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<short>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, out Vector256<ushort>, out Vector256<ushort>, out Vector256<ushort>, out Vector256<ushort>, out Vector256<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)
.
Vector256<ushort> YGroup3ZipX2(Vector256<ushort> x, Vector256<ushort> xB, Vector256<ushort> y, Vector256<ushort> yB, Vector256<ushort> z, Vector256<ushort> zB, out Vector256<ushort> data1, out Vector256<ushort> data2, out Vector256<ushort> data3, out Vector256<ushort> data4, out Vector256<ushort> data5)
Parameters
x
Vector256<ushort>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<ushort>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<ushort>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<ushort>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<ushort>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<ushort>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<ushort>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<ushort>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<ushort>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<ushort>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<ushort>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector256<int>, Vector256<int>, Vector256<int>, Vector256<int>, Vector256<int>, Vector256<int>, out Vector256<int>, out Vector256<int>, out Vector256<int>, out Vector256<int>, out Vector256<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)
.
Vector256<int> YGroup3ZipX2(Vector256<int> x, Vector256<int> xB, Vector256<int> y, Vector256<int> yB, Vector256<int> z, Vector256<int> zB, out Vector256<int> data1, out Vector256<int> data2, out Vector256<int> data3, out Vector256<int> data4, out Vector256<int> data5)
Parameters
x
Vector256<int>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<int>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<int>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<int>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<int>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<int>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<int>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<int>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<int>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<int>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<int>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector256<uint>, Vector256<uint>, Vector256<uint>, Vector256<uint>, Vector256<uint>, Vector256<uint>, out Vector256<uint>, out Vector256<uint>, out Vector256<uint>, out Vector256<uint>, out Vector256<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)
.
Vector256<uint> YGroup3ZipX2(Vector256<uint> x, Vector256<uint> xB, Vector256<uint> y, Vector256<uint> yB, Vector256<uint> z, Vector256<uint> zB, out Vector256<uint> data1, out Vector256<uint> data2, out Vector256<uint> data3, out Vector256<uint> data4, out Vector256<uint> data5)
Parameters
x
Vector256<uint>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<uint>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<uint>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<uint>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<uint>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<uint>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<uint>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<uint>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<uint>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<uint>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<uint>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector256<long>, Vector256<long>, Vector256<long>, Vector256<long>, Vector256<long>, Vector256<long>, out Vector256<long>, out Vector256<long>, out Vector256<long>, out Vector256<long>, out Vector256<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)
.
Vector256<long> YGroup3ZipX2(Vector256<long> x, Vector256<long> xB, Vector256<long> y, Vector256<long> yB, Vector256<long> z, Vector256<long> zB, out Vector256<long> data1, out Vector256<long> data2, out Vector256<long> data3, out Vector256<long> data4, out Vector256<long> data5)
Parameters
x
Vector256<long>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<long>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<long>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<long>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<long>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<long>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<long>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<long>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<long>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<long>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<long>Returns part 5 of the interleaved data (返回交织后数据的第5部分).
Returns
YGroup3ZipX2(Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, out Vector256<ulong>, out Vector256<ulong>, out Vector256<ulong>, out Vector256<ulong>, out Vector256<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)
.
Vector256<ulong> YGroup3ZipX2(Vector256<ulong> x, Vector256<ulong> xB, Vector256<ulong> y, Vector256<ulong> yB, Vector256<ulong> z, Vector256<ulong> zB, out Vector256<ulong> data1, out Vector256<ulong> data2, out Vector256<ulong> data3, out Vector256<ulong> data4, out Vector256<ulong> data5)
Parameters
x
Vector256<ulong>A vector consisting purely of X-components - Part 0 (纯由X分量所组成的向量 - 第0部分).
xB
Vector256<ulong>A vector consisting purely of X-components - Part 1 (纯由X分量所组成的向量 - 第1部分).
y
Vector256<ulong>A vector consisting purely of Y-components - Part 0 (纯由Y分量所组成的向量 - 第0部分).
yB
Vector256<ulong>A vector consisting purely of Y-components - Part 1 (纯由Y分量所组成的向量 - 第1部分).
z
Vector256<ulong>A vector consisting purely of Z-components - Part 0 (纯由Z分量所组成的向量 - 第0部分).
zB
Vector256<ulong>A vector consisting purely of Z-components - Part 1 (纯由Z分量所组成的向量 - 第1部分).
data1
Vector256<ulong>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<ulong>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<ulong>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
data4
Vector256<ulong>Returns part 4 of the interleaved data (返回交织后数据的第4部分).
data5
Vector256<ulong>Returns part 5 of the interleaved data (返回交织后数据的第5部分).