AdvSimd.ReciprocalSquareRootEstimate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
Retornos
Aplica-se a
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)
Parâmetros
Retornos
Aplica-se a
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)
Parâmetros
Retornos
Aplica-se a
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)