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
data0Vector512<float>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<float>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<float>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<float>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<float>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<float>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<float>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<float>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<float>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<float>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<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
data0Vector512<double>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<double>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<double>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<double>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<double>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<double>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<double>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<double>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<double>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<double>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<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
data0Vector512<sbyte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<sbyte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<sbyte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<sbyte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<sbyte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<sbyte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<sbyte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<sbyte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<sbyte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<sbyte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<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
data0Vector512<byte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<byte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<byte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<byte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<byte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<byte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<byte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<byte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<byte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<byte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<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
data0Vector512<short>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<short>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<short>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<short>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<short>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<short>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<short>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<short>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<short>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<short>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<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
data0Vector512<ushort>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<ushort>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<ushort>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<ushort>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<ushort>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<ushort>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<ushort>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<ushort>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<ushort>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<ushort>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<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
data0Vector512<int>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<int>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<int>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<int>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<int>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<int>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<int>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<int>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<int>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<int>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<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
data0Vector512<uint>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<uint>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<uint>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<uint>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<uint>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<uint>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<uint>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<uint>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<uint>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<uint>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<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
data0Vector512<long>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<long>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<long>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<long>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<long>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<long>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<long>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<long>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<long>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<long>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<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
data0Vector512<ulong>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector512<ulong>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector512<ulong>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector512<ulong>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector512<ulong>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector512<ulong>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector512<ulong>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector512<ulong>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector512<ulong>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector512<ulong>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector512<ulong>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also