AdvSimd.Arm64.MultiplyExtendedScalarBySelectedScalar Méthode

Définition

Surcharges

MultiplyExtendedScalarBySelectedScalar(Vector64<Single>, Vector64<Single>, Byte)

float32_t vmulxs_lane_f32 (float32_t a, float32x2_t v, const int lane)

A64 : FMULX Sd, Sn, Vm.S[lane]

MultiplyExtendedScalarBySelectedScalar(Vector64<Double>, Vector128<Double>, Byte)

float64_t vmulxd_laneq_f64 (float64_t a, float64x2_t v, const int lane)

A64 : FMULX Dd, Dn, Vm.D[lane]

MultiplyExtendedScalarBySelectedScalar(Vector64<Single>, Vector128<Single>, Byte)

float32_t vmulxs_laneq_f32 (float32_t a, float32x4_t v, const int lane)

A64 : FMULX Sd, Sn, Vm.S[lane]

MultiplyExtendedScalarBySelectedScalar(Vector64<Single>, Vector64<Single>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

float32_t vmulxs_lane_f32 (float32_t a, float32x2_t v, const int lane)

A64 : FMULX Sd, Sn, Vm.S[lane]

public static System.Runtime.Intrinsics.Vector64<float> MultiplyExtendedScalarBySelectedScalar (System.Runtime.Intrinsics.Vector64<float> left, System.Runtime.Intrinsics.Vector64<float> right, byte rightIndex);

Paramètres

right
Vector64<Single>
rightIndex
Byte

Retours

S’applique à

.NET 9 et autres versions
Produit Versions
.NET 5, 6, 7, 8, 9

MultiplyExtendedScalarBySelectedScalar(Vector64<Double>, Vector128<Double>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

float64_t vmulxd_laneq_f64 (float64_t a, float64x2_t v, const int lane)

A64 : FMULX Dd, Dn, Vm.D[lane]

public static System.Runtime.Intrinsics.Vector64<double> MultiplyExtendedScalarBySelectedScalar (System.Runtime.Intrinsics.Vector64<double> left, System.Runtime.Intrinsics.Vector128<double> right, byte rightIndex);

Paramètres

right
Vector128<Double>
rightIndex
Byte

Retours

S’applique à

.NET 9 et autres versions
Produit Versions
.NET 5, 6, 7, 8, 9

MultiplyExtendedScalarBySelectedScalar(Vector64<Single>, Vector128<Single>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

float32_t vmulxs_laneq_f32 (float32_t a, float32x4_t v, const int lane)

A64 : FMULX Sd, Sn, Vm.S[lane]

public static System.Runtime.Intrinsics.Vector64<float> MultiplyExtendedScalarBySelectedScalar (System.Runtime.Intrinsics.Vector64<float> left, System.Runtime.Intrinsics.Vector128<float> right, byte rightIndex);

Paramètres

right
Vector128<Single>
rightIndex
Byte

Retours

S’applique à

.NET 9 et autres versions
Produit Versions
.NET 5, 6, 7, 8, 9