AdvSimd.ReciprocalSquareRootEstimate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ReciprocalSquareRootEstimate(Vector64<Single>) |
float32x2_t vrsqrte_f32 (float32x2_t a) A32 : VRSQRTE.F32 Dd, Dm A64 : FRSQRTE Vd.2S, Vn.2S |
ReciprocalSquareRootEstimate(Vector64<UInt32>) |
uint32x2_t vrsqrte_u32 (uint32x2_t a) A32 : VRSQRTE.U32 Dd, Dm A64 : URSQRTE Vd.2S, Vn.2S |
ReciprocalSquareRootEstimate(Vector128<Single>) |
float32x4_t vrsqrteq_f32 (float32x4_t a) A32 : VRSQRTE.F32 Qd, Qm A64 : FRSQRTE Vd.4S, Vn.4S |
ReciprocalSquareRootEstimate(Vector128<UInt32>) |
uint32x4_t vrsqrteq_u32 (uint32x4_t a) A32 : VRSQRTE.U32 Qd, Qm A64 : URSQRTE Vd.4S, Vn.4S |
ReciprocalSquareRootEstimate(Vector64<Single>)
float32x2_t vrsqrte_f32 (float32x2_t a)
A32 : VRSQRTE.F32 Dd, Dm
A64 : FRSQRTE Vd.2S, Vn.2S
public:
static System::Runtime::Intrinsics::Vector64<float> ReciprocalSquareRootEstimate(System::Runtime::Intrinsics::Vector64<float> value);
public static System.Runtime.Intrinsics.Vector64<float> ReciprocalSquareRootEstimate (System.Runtime.Intrinsics.Vector64<float> value);
static member ReciprocalSquareRootEstimate : System.Runtime.Intrinsics.Vector64<single> -> System.Runtime.Intrinsics.Vector64<single>
Public Shared Function ReciprocalSquareRootEstimate (value As Vector64(Of Single)) As Vector64(Of Single)
Paramètres
Retours
S’applique à
ReciprocalSquareRootEstimate(Vector64<UInt32>)
uint32x2_t vrsqrte_u32 (uint32x2_t a)
A32 : VRSQRTE.U32 Dd, Dm
A64 : URSQRTE Vd.2S, Vn.2S
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> ReciprocalSquareRootEstimate(System::Runtime::Intrinsics::Vector64<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector64<uint> ReciprocalSquareRootEstimate (System.Runtime.Intrinsics.Vector64<uint> value);
static member ReciprocalSquareRootEstimate : System.Runtime.Intrinsics.Vector64<uint32> -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ReciprocalSquareRootEstimate (value As Vector64(Of UInteger)) As Vector64(Of UInteger)
Paramètres
Retours
S’applique à
ReciprocalSquareRootEstimate(Vector128<Single>)
float32x4_t vrsqrteq_f32 (float32x4_t a)
A32 : VRSQRTE.F32 Qd, Qm
A64 : FRSQRTE Vd.4S, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<float> ReciprocalSquareRootEstimate(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> ReciprocalSquareRootEstimate (System.Runtime.Intrinsics.Vector128<float> value);
static member ReciprocalSquareRootEstimate : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function ReciprocalSquareRootEstimate (value As Vector128(Of Single)) As Vector128(Of Single)
Paramètres
Retours
S’applique à
ReciprocalSquareRootEstimate(Vector128<UInt32>)
uint32x4_t vrsqrteq_u32 (uint32x4_t a)
A32 : VRSQRTE.U32 Qd, Qm
A64 : URSQRTE Vd.4S, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> ReciprocalSquareRootEstimate(System::Runtime::Intrinsics::Vector128<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector128<uint> ReciprocalSquareRootEstimate (System.Runtime.Intrinsics.Vector128<uint> value);
static member ReciprocalSquareRootEstimate : System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function ReciprocalSquareRootEstimate (value As Vector128(Of UInteger)) As Vector128(Of UInteger)