Table of Contents

Method YShuffleKernel_Args

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

YShuffleKernel_Args(Vector<sbyte>, out Vector<sbyte>, out Vector<sbyte>)

Arguments calculation for only shuffle (仅换位的参数计算). Provide arguments for YShuffleKernel_Core (为 YShuffleKernel_Core 提供参数). If the index value is out of range, the result is undefined (若索引值超出范围, 结果是未定义的). You can use the IndexMask to constrain the parameters (可使用 IndexMask 掩码来约束参数). Mnemonic: rt[i] := vector[indices[i]]. Conditions: 0<=indices[i] && indices[i]<Count.

void YShuffleKernel_Args(Vector<sbyte> indices, out Vector<sbyte> args0, out Vector<sbyte> args1)

Parameters

indices Vector<sbyte>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector<sbyte>

Arguments 0 (参数0). Used for YShuffleKernel_Core .

args1 Vector<sbyte>

Arguments 1 (参数1). Used for YShuffleKernel_Core .

See Also

YShuffleKernel_Args(Vector<byte>, out Vector<byte>, out Vector<byte>)

Arguments calculation for only shuffle (仅换位的参数计算). Provide arguments for YShuffleKernel_Core (为 YShuffleKernel_Core 提供参数). If the index value is out of range, the result is undefined (若索引值超出范围, 结果是未定义的). You can use the IndexMask to constrain the parameters (可使用 IndexMask 掩码来约束参数). Mnemonic: rt[i] := vector[indices[i]]. Conditions: 0<=indices[i] && indices[i]<Count.

void YShuffleKernel_Args(Vector<byte> indices, out Vector<byte> args0, out Vector<byte> args1)

Parameters

indices Vector<byte>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector<byte>

Arguments 0 (参数0). Used for YShuffleKernel_Core .

args1 Vector<byte>

Arguments 1 (参数1). Used for YShuffleKernel_Core .

See Also

YShuffleKernel_Args(Vector<short>, out Vector<short>, out Vector<short>)

Arguments calculation for only shuffle (仅换位的参数计算). Provide arguments for YShuffleKernel_Core (为 YShuffleKernel_Core 提供参数). If the index value is out of range, the result is undefined (若索引值超出范围, 结果是未定义的). You can use the IndexMask to constrain the parameters (可使用 IndexMask 掩码来约束参数). Mnemonic: rt[i] := vector[indices[i]]. Conditions: 0<=indices[i] && indices[i]<Count.

void YShuffleKernel_Args(Vector<short> indices, out Vector<short> args0, out Vector<short> args1)

Parameters

indices Vector<short>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector<short>

Arguments 0 (参数0). Used for YShuffleKernel_Core .

args1 Vector<short>

Arguments 1 (参数1). Used for YShuffleKernel_Core .

See Also

YShuffleKernel_Args(Vector<ushort>, out Vector<ushort>, out Vector<ushort>)

Arguments calculation for only shuffle (仅换位的参数计算). Provide arguments for YShuffleKernel_Core (为 YShuffleKernel_Core 提供参数). If the index value is out of range, the result is undefined (若索引值超出范围, 结果是未定义的). You can use the IndexMask to constrain the parameters (可使用 IndexMask 掩码来约束参数). Mnemonic: rt[i] := vector[indices[i]]. Conditions: 0<=indices[i] && indices[i]<Count.

void YShuffleKernel_Args(Vector<ushort> indices, out Vector<ushort> args0, out Vector<ushort> args1)

Parameters

indices Vector<ushort>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector<ushort>

Arguments 0 (参数0). Used for YShuffleKernel_Core .

args1 Vector<ushort>

Arguments 1 (参数1). Used for YShuffleKernel_Core .

See Also

YShuffleKernel_Args(Vector<int>, out Vector<int>, out Vector<int>)

Arguments calculation for only shuffle (仅换位的参数计算). Provide arguments for YShuffleKernel_Core (为 YShuffleKernel_Core 提供参数). If the index value is out of range, the result is undefined (若索引值超出范围, 结果是未定义的). You can use the IndexMask to constrain the parameters (可使用 IndexMask 掩码来约束参数). Mnemonic: rt[i] := vector[indices[i]]. Conditions: 0<=indices[i] && indices[i]<Count.

void YShuffleKernel_Args(Vector<int> indices, out Vector<int> args0, out Vector<int> args1)

Parameters

indices Vector<int>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector<int>

Arguments 0 (参数0). Used for YShuffleKernel_Core .

args1 Vector<int>

Arguments 1 (参数1). Used for YShuffleKernel_Core .

See Also

YShuffleKernel_Args(Vector<uint>, out Vector<uint>, out Vector<uint>)

Arguments calculation for only shuffle (仅换位的参数计算). Provide arguments for YShuffleKernel_Core (为 YShuffleKernel_Core 提供参数). If the index value is out of range, the result is undefined (若索引值超出范围, 结果是未定义的). You can use the IndexMask to constrain the parameters (可使用 IndexMask 掩码来约束参数). Mnemonic: rt[i] := vector[indices[i]]. Conditions: 0<=indices[i] && indices[i]<Count.

void YShuffleKernel_Args(Vector<uint> indices, out Vector<uint> args0, out Vector<uint> args1)

Parameters

indices Vector<uint>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector<uint>

Arguments 0 (参数0). Used for YShuffleKernel_Core .

args1 Vector<uint>

Arguments 1 (参数1). Used for YShuffleKernel_Core .

See Also

YShuffleKernel_Args(Vector<long>, out Vector<long>, out Vector<long>)

Arguments calculation for only shuffle (仅换位的参数计算). Provide arguments for YShuffleKernel_Core (为 YShuffleKernel_Core 提供参数). If the index value is out of range, the result is undefined (若索引值超出范围, 结果是未定义的). You can use the IndexMask to constrain the parameters (可使用 IndexMask 掩码来约束参数). Mnemonic: rt[i] := vector[indices[i]]. Conditions: 0<=indices[i] && indices[i]<Count.

void YShuffleKernel_Args(Vector<long> indices, out Vector<long> args0, out Vector<long> args1)

Parameters

indices Vector<long>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector<long>

Arguments 0 (参数0). Used for YShuffleKernel_Core .

args1 Vector<long>

Arguments 1 (参数1). Used for YShuffleKernel_Core .

See Also

YShuffleKernel_Args(Vector<ulong>, out Vector<ulong>, out Vector<ulong>)

Arguments calculation for only shuffle (仅换位的参数计算). Provide arguments for YShuffleKernel_Core (为 YShuffleKernel_Core 提供参数). If the index value is out of range, the result is undefined (若索引值超出范围, 结果是未定义的). You can use the IndexMask to constrain the parameters (可使用 IndexMask 掩码来约束参数). Mnemonic: rt[i] := vector[indices[i]]. Conditions: 0<=indices[i] && indices[i]<Count.

void YShuffleKernel_Args(Vector<ulong> indices, out Vector<ulong> args0, out Vector<ulong> args1)

Parameters

indices Vector<ulong>

The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).

args0 Vector<ulong>

Arguments 0 (参数0). Used for YShuffleKernel_Core .

args1 Vector<ulong>

Arguments 1 (参数1). Used for YShuffleKernel_Core .

See Also