Dp.DotProductBySelectedQuadruplet Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DotProductBySelectedQuadruplet(Vector128<Int32>, Vector128<SByte>, Vector128<SByte>, Byte) |
int32x4_t vdotq_laneq_s32 (int32x4_t r, int8x16_t a, int8x16_t b, const int lane) A32: VSDOT. S8 Qd, Qn, Dm[lane] A64: SDOT Vd.4S, Vn.16B, Vm.4B[lane] |
DotProductBySelectedQuadruplet(Vector128<Int32>, Vector128<SByte>, Vector64<SByte>, Byte) |
int32x4_t vdotq_lane_s32 (int32x4_t r, int8x16_t a, int8x8_t b, const int lane) A32: VSDOT. S8 Qd, Qn, Dm[lane] A64: SDOT Vd.4S, Vn.16B, Vm.4B[lane] |
DotProductBySelectedQuadruplet(Vector128<UInt32>, Vector128<Byte>, Vector128<Byte>, Byte) |
uint32x4_t vdotq_laneq_u32 (uint32x4_t r, uint8x16_t a, uint8x16_t b, const int lane) A32: VUDOT. U8 Qd, Qn, Dm[lane] A64: UDOT Vd.4S, Vn.16B, Vm.4B[lane] |
DotProductBySelectedQuadruplet(Vector128<UInt32>, Vector128<Byte>, Vector64<Byte>, Byte) |
uint32x4_t vdotq_lane_u32 (uint32x4_t r, uint8x16_t a, uint8x8_t b, const int lane) A32: VUDOT. U8 Qd, Qn, Dm[lane] A64: UDOT Vd.4S, Vn.16B, Vm.4B[lane] |
DotProductBySelectedQuadruplet(Vector64<Int32>, Vector64<SByte>, Vector128<SByte>, Byte) |
int32x2_t vdot_laneq_s32 (int32x2_t r, int8x8_t a, int8x16_t b, const int lane) A32: VSDOT. S8 Dd, Dn, Dm[lane] A64: SDOT Vd.2S, Vn.8B, Vm.4B[lane] |
DotProductBySelectedQuadruplet(Vector64<Int32>, Vector64<SByte>, Vector64<SByte>, Byte) |
int32x2_t vdot_lane_s32 (int32x2_t r, int8x8_t a, int8x8_t b, const int lane) A32: VSDOT. S8 Dd, Dn, Dm[lane] A64: SDOT Vd.2S, Vn.8B, Vm.4B[lane] |
DotProductBySelectedQuadruplet(Vector64<UInt32>, Vector64<Byte>, Vector128<Byte>, Byte) |
uint32x2_t vdot_laneq_u32 (uint32x2_t r, uint8x8_t a, uint8x16_t b, const int lane) A32: VUDOT. U8 Dd, Dn, Dm[lane] A64: UDOT Vd.2S, Vn.8B, Vm.4B[lane] |
DotProductBySelectedQuadruplet(Vector64<UInt32>, Vector64<Byte>, Vector64<Byte>, Byte) |
uint32x2_t vdot_lane_u32 (uint32x2_t r, uint8x8_t a, uint8x8_t b, const int lane) A32: VUDOT. U8 Dd, Dn, Dm[lane] A64: UDOT Vd.2S, Vn.8B, Vm.4B[lane] |
DotProductBySelectedQuadruplet(Vector128<Int32>, Vector128<SByte>, Vector128<SByte>, Byte)
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
int32x4_t vdotq_laneq_s32 (int32x4_t r, int8x16_t a, int8x16_t b, const int lane) A32: VSDOT. S8 Qd, Qn, Dm[lane] A64: SDOT Vd.4S, Vn.16B, Vm.4B[lane]
public:
static System::Runtime::Intrinsics::Vector128<int> DotProductBySelectedQuadruplet(System::Runtime::Intrinsics::Vector128<int> addend, System::Runtime::Intrinsics::Vector128<System::SByte> left, System::Runtime::Intrinsics::Vector128<System::SByte> right, System::Byte rightScaledIndex);
public static System.Runtime.Intrinsics.Vector128<int> DotProductBySelectedQuadruplet (System.Runtime.Intrinsics.Vector128<int> addend, System.Runtime.Intrinsics.Vector128<sbyte> left, System.Runtime.Intrinsics.Vector128<sbyte> right, byte rightScaledIndex);
static member DotProductBySelectedQuadruplet : System.Runtime.Intrinsics.Vector128<int> * System.Runtime.Intrinsics.Vector128<sbyte> * System.Runtime.Intrinsics.Vector128<sbyte> * byte -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function DotProductBySelectedQuadruplet (addend As Vector128(Of Integer), left As Vector128(Of SByte), right As Vector128(Of SByte), rightScaledIndex As Byte) As Vector128(Of Integer)
Parameter
- rightScaledIndex
- Byte
Gibt zurück
Gilt für:
DotProductBySelectedQuadruplet(Vector128<Int32>, Vector128<SByte>, Vector64<SByte>, Byte)
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
int32x4_t vdotq_lane_s32 (int32x4_t r, int8x16_t a, int8x8_t b, const int lane) A32: VSDOT. S8 Qd, Qn, Dm[lane] A64: SDOT Vd.4S, Vn.16B, Vm.4B[lane]
public:
static System::Runtime::Intrinsics::Vector128<int> DotProductBySelectedQuadruplet(System::Runtime::Intrinsics::Vector128<int> addend, System::Runtime::Intrinsics::Vector128<System::SByte> left, System::Runtime::Intrinsics::Vector64<System::SByte> right, System::Byte rightScaledIndex);
public static System.Runtime.Intrinsics.Vector128<int> DotProductBySelectedQuadruplet (System.Runtime.Intrinsics.Vector128<int> addend, System.Runtime.Intrinsics.Vector128<sbyte> left, System.Runtime.Intrinsics.Vector64<sbyte> right, byte rightScaledIndex);
static member DotProductBySelectedQuadruplet : System.Runtime.Intrinsics.Vector128<int> * System.Runtime.Intrinsics.Vector128<sbyte> * System.Runtime.Intrinsics.Vector64<sbyte> * byte -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function DotProductBySelectedQuadruplet (addend As Vector128(Of Integer), left As Vector128(Of SByte), right As Vector64(Of SByte), rightScaledIndex As Byte) As Vector128(Of Integer)
Parameter
- rightScaledIndex
- Byte
Gibt zurück
Gilt für:
DotProductBySelectedQuadruplet(Vector128<UInt32>, Vector128<Byte>, Vector128<Byte>, Byte)
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
uint32x4_t vdotq_laneq_u32 (uint32x4_t r, uint8x16_t a, uint8x16_t b, const int lane) A32: VUDOT. U8 Qd, Qn, Dm[lane] A64: UDOT Vd.4S, Vn.16B, Vm.4B[lane]
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> DotProductBySelectedQuadruplet(System::Runtime::Intrinsics::Vector128<System::UInt32> addend, System::Runtime::Intrinsics::Vector128<System::Byte> left, System::Runtime::Intrinsics::Vector128<System::Byte> right, System::Byte rightScaledIndex);
public static System.Runtime.Intrinsics.Vector128<uint> DotProductBySelectedQuadruplet (System.Runtime.Intrinsics.Vector128<uint> addend, System.Runtime.Intrinsics.Vector128<byte> left, System.Runtime.Intrinsics.Vector128<byte> right, byte rightScaledIndex);
static member DotProductBySelectedQuadruplet : System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector128<byte> * System.Runtime.Intrinsics.Vector128<byte> * byte -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function DotProductBySelectedQuadruplet (addend As Vector128(Of UInteger), left As Vector128(Of Byte), right As Vector128(Of Byte), rightScaledIndex As Byte) As Vector128(Of UInteger)
Parameter
- rightScaledIndex
- Byte
Gibt zurück
Gilt für:
DotProductBySelectedQuadruplet(Vector128<UInt32>, Vector128<Byte>, Vector64<Byte>, Byte)
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
uint32x4_t vdotq_lane_u32 (uint32x4_t r, uint8x16_t a, uint8x8_t b, const int lane) A32: VUDOT. U8 Qd, Qn, Dm[lane] A64: UDOT Vd.4S, Vn.16B, Vm.4B[lane]
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> DotProductBySelectedQuadruplet(System::Runtime::Intrinsics::Vector128<System::UInt32> addend, System::Runtime::Intrinsics::Vector128<System::Byte> left, System::Runtime::Intrinsics::Vector64<System::Byte> right, System::Byte rightScaledIndex);
public static System.Runtime.Intrinsics.Vector128<uint> DotProductBySelectedQuadruplet (System.Runtime.Intrinsics.Vector128<uint> addend, System.Runtime.Intrinsics.Vector128<byte> left, System.Runtime.Intrinsics.Vector64<byte> right, byte rightScaledIndex);
static member DotProductBySelectedQuadruplet : System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector128<byte> * System.Runtime.Intrinsics.Vector64<byte> * byte -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function DotProductBySelectedQuadruplet (addend As Vector128(Of UInteger), left As Vector128(Of Byte), right As Vector64(Of Byte), rightScaledIndex As Byte) As Vector128(Of UInteger)
Parameter
- rightScaledIndex
- Byte
Gibt zurück
Gilt für:
DotProductBySelectedQuadruplet(Vector64<Int32>, Vector64<SByte>, Vector128<SByte>, Byte)
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
int32x2_t vdot_laneq_s32 (int32x2_t r, int8x8_t a, int8x16_t b, const int lane) A32: VSDOT. S8 Dd, Dn, Dm[lane] A64: SDOT Vd.2S, Vn.8B, Vm.4B[lane]
public:
static System::Runtime::Intrinsics::Vector64<int> DotProductBySelectedQuadruplet(System::Runtime::Intrinsics::Vector64<int> addend, System::Runtime::Intrinsics::Vector64<System::SByte> left, System::Runtime::Intrinsics::Vector128<System::SByte> right, System::Byte rightScaledIndex);
public static System.Runtime.Intrinsics.Vector64<int> DotProductBySelectedQuadruplet (System.Runtime.Intrinsics.Vector64<int> addend, System.Runtime.Intrinsics.Vector64<sbyte> left, System.Runtime.Intrinsics.Vector128<sbyte> right, byte rightScaledIndex);
static member DotProductBySelectedQuadruplet : System.Runtime.Intrinsics.Vector64<int> * System.Runtime.Intrinsics.Vector64<sbyte> * System.Runtime.Intrinsics.Vector128<sbyte> * byte -> System.Runtime.Intrinsics.Vector64<int>
Public Shared Function DotProductBySelectedQuadruplet (addend As Vector64(Of Integer), left As Vector64(Of SByte), right As Vector128(Of SByte), rightScaledIndex As Byte) As Vector64(Of Integer)
Parameter
- rightScaledIndex
- Byte
Gibt zurück
Gilt für:
DotProductBySelectedQuadruplet(Vector64<Int32>, Vector64<SByte>, Vector64<SByte>, Byte)
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
int32x2_t vdot_lane_s32 (int32x2_t r, int8x8_t a, int8x8_t b, const int lane) A32: VSDOT. S8 Dd, Dn, Dm[lane] A64: SDOT Vd.2S, Vn.8B, Vm.4B[lane]
public:
static System::Runtime::Intrinsics::Vector64<int> DotProductBySelectedQuadruplet(System::Runtime::Intrinsics::Vector64<int> addend, System::Runtime::Intrinsics::Vector64<System::SByte> left, System::Runtime::Intrinsics::Vector64<System::SByte> right, System::Byte rightScaledIndex);
public static System.Runtime.Intrinsics.Vector64<int> DotProductBySelectedQuadruplet (System.Runtime.Intrinsics.Vector64<int> addend, System.Runtime.Intrinsics.Vector64<sbyte> left, System.Runtime.Intrinsics.Vector64<sbyte> right, byte rightScaledIndex);
static member DotProductBySelectedQuadruplet : System.Runtime.Intrinsics.Vector64<int> * System.Runtime.Intrinsics.Vector64<sbyte> * System.Runtime.Intrinsics.Vector64<sbyte> * byte -> System.Runtime.Intrinsics.Vector64<int>
Public Shared Function DotProductBySelectedQuadruplet (addend As Vector64(Of Integer), left As Vector64(Of SByte), right As Vector64(Of SByte), rightScaledIndex As Byte) As Vector64(Of Integer)
Parameter
- rightScaledIndex
- Byte
Gibt zurück
Gilt für:
DotProductBySelectedQuadruplet(Vector64<UInt32>, Vector64<Byte>, Vector128<Byte>, Byte)
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
uint32x2_t vdot_laneq_u32 (uint32x2_t r, uint8x8_t a, uint8x16_t b, const int lane) A32: VUDOT. U8 Dd, Dn, Dm[lane] A64: UDOT Vd.2S, Vn.8B, Vm.4B[lane]
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> DotProductBySelectedQuadruplet(System::Runtime::Intrinsics::Vector64<System::UInt32> addend, System::Runtime::Intrinsics::Vector64<System::Byte> left, System::Runtime::Intrinsics::Vector128<System::Byte> right, System::Byte rightScaledIndex);
public static System.Runtime.Intrinsics.Vector64<uint> DotProductBySelectedQuadruplet (System.Runtime.Intrinsics.Vector64<uint> addend, System.Runtime.Intrinsics.Vector64<byte> left, System.Runtime.Intrinsics.Vector128<byte> right, byte rightScaledIndex);
static member DotProductBySelectedQuadruplet : System.Runtime.Intrinsics.Vector64<uint32> * System.Runtime.Intrinsics.Vector64<byte> * System.Runtime.Intrinsics.Vector128<byte> * byte -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function DotProductBySelectedQuadruplet (addend As Vector64(Of UInteger), left As Vector64(Of Byte), right As Vector128(Of Byte), rightScaledIndex As Byte) As Vector64(Of UInteger)
Parameter
- rightScaledIndex
- Byte
Gibt zurück
Gilt für:
DotProductBySelectedQuadruplet(Vector64<UInt32>, Vector64<Byte>, Vector64<Byte>, Byte)
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
- Quelle:
- Dp.PlatformNotSupported.cs
uint32x2_t vdot_lane_u32 (uint32x2_t r, uint8x8_t a, uint8x8_t b, const int lane) A32: VUDOT. U8 Dd, Dn, Dm[lane] A64: UDOT Vd.2S, Vn.8B, Vm.4B[lane]
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> DotProductBySelectedQuadruplet(System::Runtime::Intrinsics::Vector64<System::UInt32> addend, System::Runtime::Intrinsics::Vector64<System::Byte> left, System::Runtime::Intrinsics::Vector64<System::Byte> right, System::Byte rightScaledIndex);
public static System.Runtime.Intrinsics.Vector64<uint> DotProductBySelectedQuadruplet (System.Runtime.Intrinsics.Vector64<uint> addend, System.Runtime.Intrinsics.Vector64<byte> left, System.Runtime.Intrinsics.Vector64<byte> right, byte rightScaledIndex);
static member DotProductBySelectedQuadruplet : System.Runtime.Intrinsics.Vector64<uint32> * System.Runtime.Intrinsics.Vector64<byte> * System.Runtime.Intrinsics.Vector64<byte> * byte -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function DotProductBySelectedQuadruplet (addend As Vector64(Of UInteger), left As Vector64(Of Byte), right As Vector64(Of Byte), rightScaledIndex As Byte) As Vector64(Of UInteger)
Parameter
- rightScaledIndex
- Byte