Edit

Share via


Sve.ReciprocalSqrtEstimate Method

Definition

Overloads

ReciprocalSqrtEstimate(Vector<Double>)

svfloat64_t svrsqrte[_f64](svfloat64_t op)

FRSQRTE Zresult.D, Zop.D

ReciprocalSqrtEstimate(Vector<Single>)

svfloat32_t svrsqrte[_f32](svfloat32_t op)

FRSQRTE Zresult.S, Zop.S

ReciprocalSqrtEstimate(Vector<Double>)

svfloat64_t svrsqrte[_f64](svfloat64_t op)

FRSQRTE Zresult.D, Zop.D

public:
 static System::Numerics::Vector<double> ReciprocalSqrtEstimate(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<double> ReciprocalSqrtEstimate (System.Numerics.Vector<double> value);
static member ReciprocalSqrtEstimate : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function ReciprocalSqrtEstimate (value As Vector(Of Double)) As Vector(Of Double)

Parameters

value
Vector<Double>

Returns

Applies to

ReciprocalSqrtEstimate(Vector<Single>)

svfloat32_t svrsqrte[_f32](svfloat32_t op)

FRSQRTE Zresult.S, Zop.S

public:
 static System::Numerics::Vector<float> ReciprocalSqrtEstimate(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<float> ReciprocalSqrtEstimate (System.Numerics.Vector<float> value);
static member ReciprocalSqrtEstimate : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function ReciprocalSqrtEstimate (value As Vector(Of Single)) As Vector(Of Single)

Parameters

value
Vector<Single>

Returns

Applies to