Sve.FusedMultiplyAddBySelectedScalar Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FusedMultiplyAddBySelectedScalar(Vector<Double>, Vector<Double>, Vector<Double>, Byte) |
svfloat64_t svmla_lane[_f64](svfloat64_t op1, svfloat64_t op2, svfloat64_t op3, uint64_t imm_index) FMLA Ztied1.D, Zop2.D, Zop3.D[imm_index] |
FusedMultiplyAddBySelectedScalar(Vector<Single>, Vector<Single>, Vector<Single>, Byte) |
svfloat32_t svmla_lane[_f32](svfloat32_t op1, svfloat32_t op2, svfloat32_t op3, uint64_t imm_index) FMLA Ztied1.S, Zop2.S, Zop3.S[imm_index] |
FusedMultiplyAddBySelectedScalar(Vector<Double>, Vector<Double>, Vector<Double>, Byte)
svfloat64_t svmla_lane[_f64](svfloat64_t op1, svfloat64_t op2, svfloat64_t op3, uint64_t imm_index)
FMLA Ztied1.D, Zop2.D, Zop3.D[imm_index]
public:
static System::Numerics::Vector<double> FusedMultiplyAddBySelectedScalar(System::Numerics::Vector<double> addend, System::Numerics::Vector<double> left, System::Numerics::Vector<double> right, System::Byte rightIndex);
public static System.Numerics.Vector<double> FusedMultiplyAddBySelectedScalar (System.Numerics.Vector<double> addend, System.Numerics.Vector<double> left, System.Numerics.Vector<double> right, byte rightIndex);
static member FusedMultiplyAddBySelectedScalar : System.Numerics.Vector<double> * System.Numerics.Vector<double> * System.Numerics.Vector<double> * byte -> System.Numerics.Vector<double>
Public Shared Function FusedMultiplyAddBySelectedScalar (addend As Vector(Of Double), left As Vector(Of Double), right As Vector(Of Double), rightIndex As Byte) As Vector(Of Double)
Parameters
- rightIndex
- Byte
Returns
Applies to
FusedMultiplyAddBySelectedScalar(Vector<Single>, Vector<Single>, Vector<Single>, Byte)
svfloat32_t svmla_lane[_f32](svfloat32_t op1, svfloat32_t op2, svfloat32_t op3, uint64_t imm_index)
FMLA Ztied1.S, Zop2.S, Zop3.S[imm_index]
public:
static System::Numerics::Vector<float> FusedMultiplyAddBySelectedScalar(System::Numerics::Vector<float> addend, System::Numerics::Vector<float> left, System::Numerics::Vector<float> right, System::Byte rightIndex);
public static System.Numerics.Vector<float> FusedMultiplyAddBySelectedScalar (System.Numerics.Vector<float> addend, System.Numerics.Vector<float> left, System.Numerics.Vector<float> right, byte rightIndex);
static member FusedMultiplyAddBySelectedScalar : System.Numerics.Vector<single> * System.Numerics.Vector<single> * System.Numerics.Vector<single> * byte -> System.Numerics.Vector<single>
Public Shared Function FusedMultiplyAddBySelectedScalar (addend As Vector(Of Single), left As Vector(Of Single), right As Vector(Of Single), rightIndex As Byte) As Vector(Of Single)
Parameters
- rightIndex
- Byte