Method YGroup3UnzipX2
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<float> YGroup3UnzipX2(Vector512<float> data0, Vector512<float> data1, Vector512<float> data2, Vector512<float> data3, Vector512<float> data4, Vector512<float> data5, out Vector512<float> xB, out Vector512<float> y, out Vector512<float> yB, out Vector512<float> z, out Vector512<float> zB)
Parameters
data0
Vector512<float>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<float>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<float>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<float>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<float>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<float>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<float>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<float>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<float>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<float>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<float>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<double> YGroup3UnzipX2(Vector512<double> data0, Vector512<double> data1, Vector512<double> data2, Vector512<double> data3, Vector512<double> data4, Vector512<double> data5, out Vector512<double> xB, out Vector512<double> y, out Vector512<double> yB, out Vector512<double> z, out Vector512<double> zB)
Parameters
data0
Vector512<double>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<double>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<double>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<double>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<double>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<double>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<double>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<double>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<double>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<double>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<double>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<sbyte> YGroup3UnzipX2(Vector512<sbyte> data0, Vector512<sbyte> data1, Vector512<sbyte> data2, Vector512<sbyte> data3, Vector512<sbyte> data4, Vector512<sbyte> data5, out Vector512<sbyte> xB, out Vector512<sbyte> y, out Vector512<sbyte> yB, out Vector512<sbyte> z, out Vector512<sbyte> zB)
Parameters
data0
Vector512<sbyte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<sbyte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<sbyte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<sbyte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<sbyte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<sbyte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<sbyte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<sbyte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<sbyte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<sbyte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<sbyte>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<byte> YGroup3UnzipX2(Vector512<byte> data0, Vector512<byte> data1, Vector512<byte> data2, Vector512<byte> data3, Vector512<byte> data4, Vector512<byte> data5, out Vector512<byte> xB, out Vector512<byte> y, out Vector512<byte> yB, out Vector512<byte> z, out Vector512<byte> zB)
Parameters
data0
Vector512<byte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<byte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<byte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<byte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<byte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<byte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<byte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<byte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<byte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<byte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<byte>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<short> YGroup3UnzipX2(Vector512<short> data0, Vector512<short> data1, Vector512<short> data2, Vector512<short> data3, Vector512<short> data4, Vector512<short> data5, out Vector512<short> xB, out Vector512<short> y, out Vector512<short> yB, out Vector512<short> z, out Vector512<short> zB)
Parameters
data0
Vector512<short>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<short>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<short>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<short>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<short>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<short>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<short>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<short>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<short>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<short>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<short>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<ushort> YGroup3UnzipX2(Vector512<ushort> data0, Vector512<ushort> data1, Vector512<ushort> data2, Vector512<ushort> data3, Vector512<ushort> data4, Vector512<ushort> data5, out Vector512<ushort> xB, out Vector512<ushort> y, out Vector512<ushort> yB, out Vector512<ushort> z, out Vector512<ushort> zB)
Parameters
data0
Vector512<ushort>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<ushort>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<ushort>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<ushort>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<ushort>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<ushort>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<ushort>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<ushort>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<ushort>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<ushort>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<ushort>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<int> YGroup3UnzipX2(Vector512<int> data0, Vector512<int> data1, Vector512<int> data2, Vector512<int> data3, Vector512<int> data4, Vector512<int> data5, out Vector512<int> xB, out Vector512<int> y, out Vector512<int> yB, out Vector512<int> z, out Vector512<int> zB)
Parameters
data0
Vector512<int>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<int>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<int>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<int>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<int>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<int>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<int>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<int>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<int>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<int>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<int>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<uint> YGroup3UnzipX2(Vector512<uint> data0, Vector512<uint> data1, Vector512<uint> data2, Vector512<uint> data3, Vector512<uint> data4, Vector512<uint> data5, out Vector512<uint> xB, out Vector512<uint> y, out Vector512<uint> yB, out Vector512<uint> z, out Vector512<uint> zB)
Parameters
data0
Vector512<uint>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<uint>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<uint>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<uint>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<uint>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<uint>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<uint>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<uint>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<uint>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<uint>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<uint>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<long> YGroup3UnzipX2(Vector512<long> data0, Vector512<long> data1, Vector512<long> data2, Vector512<long> data3, Vector512<long> data4, Vector512<long> data5, out Vector512<long> xB, out Vector512<long> y, out Vector512<long> yB, out Vector512<long> z, out Vector512<long> zB)
Parameters
data0
Vector512<long>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<long>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<long>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<long>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<long>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<long>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<long>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<long>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<long>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<long>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<long>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(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>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2)
, (xB, yB, zB) = YGroup3Unzip(data3, data4, data5)
.
Vector512<ulong> YGroup3UnzipX2(Vector512<ulong> data0, Vector512<ulong> data1, Vector512<ulong> data2, Vector512<ulong> data3, Vector512<ulong> data4, Vector512<ulong> data5, out Vector512<ulong> xB, out Vector512<ulong> y, out Vector512<ulong> yB, out Vector512<ulong> z, out Vector512<ulong> zB)
Parameters
data0
Vector512<ulong>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1
Vector512<ulong>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2
Vector512<ulong>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3
Vector512<ulong>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4
Vector512<ulong>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5
Vector512<ulong>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xB
Vector512<ulong>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
y
Vector512<ulong>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yB
Vector512<ulong>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
z
Vector512<ulong>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zB
Vector512<ulong>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also