AdvSimd.FusedMultiplyAddNegatedScalar 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
FusedMultiplyAddNegatedScalar(Vector64<Double>, Vector64<Double>, Vector64<Double>) |
float64x1_t vfnma_f64 (float64x1_t a, float64x1_t b, float64x1_t c) A32: VFNMA.F64 DD, DN, DM A64: FNMADD DD, DN, DM, DA. Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt. |
FusedMultiplyAddNegatedScalar(Vector64<Single>, Vector64<Single>, Vector64<Single>) |
float32_t vfnmas_f32 (float32_t a, float32_t b, float32_t c) A32: vfnma. F32 SD, SN, SM A64: FNMADD SD, SN, SM, SA. Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt. |
FusedMultiplyAddNegatedScalar(Vector64<Double>, Vector64<Double>, Vector64<Double>)
float64x1_t vfnma_f64 (float64x1_t a, float64x1_t b, float64x1_t c)
A32: VFNMA.F64 DD, DN, DM
A64: FNMADD DD, DN, DM, DA. Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt.
public:
static System::Runtime::Intrinsics::Vector64<double> FusedMultiplyAddNegatedScalar(System::Runtime::Intrinsics::Vector64<double> addend, System::Runtime::Intrinsics::Vector64<double> left, System::Runtime::Intrinsics::Vector64<double> right);
public static System.Runtime.Intrinsics.Vector64<double> FusedMultiplyAddNegatedScalar (System.Runtime.Intrinsics.Vector64<double> addend, System.Runtime.Intrinsics.Vector64<double> left, System.Runtime.Intrinsics.Vector64<double> right);
static member FusedMultiplyAddNegatedScalar : System.Runtime.Intrinsics.Vector64<double> * System.Runtime.Intrinsics.Vector64<double> * System.Runtime.Intrinsics.Vector64<double> -> System.Runtime.Intrinsics.Vector64<double>
Public Shared Function FusedMultiplyAddNegatedScalar (addend As Vector64(Of Double), left As Vector64(Of Double), right As Vector64(Of Double)) As Vector64(Of Double)
Parameter
Gibt zurück
Gilt für:
FusedMultiplyAddNegatedScalar(Vector64<Single>, Vector64<Single>, Vector64<Single>)
float32_t vfnmas_f32 (float32_t a, float32_t b, float32_t c)
A32: vfnma. F32 SD, SN, SM
A64: FNMADD SD, SN, SM, SA. Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt.
public:
static System::Runtime::Intrinsics::Vector64<float> FusedMultiplyAddNegatedScalar(System::Runtime::Intrinsics::Vector64<float> addend, System::Runtime::Intrinsics::Vector64<float> left, System::Runtime::Intrinsics::Vector64<float> right);
public static System.Runtime.Intrinsics.Vector64<float> FusedMultiplyAddNegatedScalar (System.Runtime.Intrinsics.Vector64<float> addend, System.Runtime.Intrinsics.Vector64<float> left, System.Runtime.Intrinsics.Vector64<float> right);
static member FusedMultiplyAddNegatedScalar : System.Runtime.Intrinsics.Vector64<single> * System.Runtime.Intrinsics.Vector64<single> * System.Runtime.Intrinsics.Vector64<single> -> System.Runtime.Intrinsics.Vector64<single>
Public Shared Function FusedMultiplyAddNegatedScalar (addend As Vector64(Of Single), left As Vector64(Of Single), right As Vector64(Of Single)) As Vector64(Of Single)