Sve.ConvertToSingle Method

Definition

Overloads

ConvertToSingle(Vector<UInt32>)

svfloat32_t svcvt_f32[_u32]_m(svfloat32_t inactive, svbool_t pg, svuint32_t op)

svfloat32_t svcvt_f32[_u32]_x(svbool_t pg, svuint32_t op)

svfloat32_t svcvt_f32[_u32]_z(svbool_t pg, svuint32_t op)

UCVTF Zresult.S, Pg/M, Zop.S

ConvertToSingle(Vector<Int64>)

svfloat32_t svcvt_f32[_s64]_m(svfloat32_t inactive, svbool_t pg, svint64_t op)

svfloat32_t svcvt_f32[_s64]_x(svbool_t pg, svint64_t op)

svfloat32_t svcvt_f32[_s64]_z(svbool_t pg, svint64_t op)

SCVTF Zresult.S, Pg/M, Zop.D

ConvertToSingle(Vector<UInt64>)

svfloat32_t svcvt_f32[_u64]_m(svfloat32_t inactive, svbool_t pg, svuint64_t op)

svfloat32_t svcvt_f32[_u64]_x(svbool_t pg, svuint64_t op)

svfloat32_t svcvt_f32[_u64]_z(svbool_t pg, svuint64_t op)

UCVTF Zresult.S, Pg/M, Zop.D

ConvertToSingle(Vector<Double>)

svfloat32_t svcvt_f32[_f64]_m(svfloat32_t inactive, svbool_t pg, svfloat64_t op)

svfloat32_t svcvt_f32[_f64]_x(svbool_t pg, svfloat64_t op)

svfloat32_t svcvt_f32[_f64]_z(svbool_t pg, svfloat64_t op)

FCVT Zresult.S, Pg/M, Zop.D

ConvertToSingle(Vector<Int32>)

svfloat32_t svcvt_f32[_s32]_m(svfloat32_t inactive, svbool_t pg, svint32_t op)

svfloat32_t svcvt_f32[_s32]_x(svbool_t pg, svint32_t op)

svfloat32_t svcvt_f32[_s32]_z(svbool_t pg, svint32_t op)

SCVTF Zresult.S, Pg/M, Zop.S

ConvertToSingle(Vector<UInt32>)

svfloat32_t svcvt_f32[_u32]_m(svfloat32_t inactive, svbool_t pg, svuint32_t op)

svfloat32_t svcvt_f32[_u32]_x(svbool_t pg, svuint32_t op)

svfloat32_t svcvt_f32[_u32]_z(svbool_t pg, svuint32_t op)

UCVTF Zresult.S, Pg/M, Zop.S

public:
 static System::Numerics::Vector<float> ConvertToSingle(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<float> ConvertToSingle (System.Numerics.Vector<uint> value);
static member ConvertToSingle : System.Numerics.Vector<uint32> -> System.Numerics.Vector<single>
Public Shared Function ConvertToSingle (value As Vector(Of UInteger)) As Vector(Of Single)

Parameters

value
Vector<UInt32>

Returns

Applies to

ConvertToSingle(Vector<Int64>)

svfloat32_t svcvt_f32[_s64]_m(svfloat32_t inactive, svbool_t pg, svint64_t op)

svfloat32_t svcvt_f32[_s64]_x(svbool_t pg, svint64_t op)

svfloat32_t svcvt_f32[_s64]_z(svbool_t pg, svint64_t op)

SCVTF Zresult.S, Pg/M, Zop.D

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

Parameters

value
Vector<Int64>

Returns

Applies to

ConvertToSingle(Vector<UInt64>)

svfloat32_t svcvt_f32[_u64]_m(svfloat32_t inactive, svbool_t pg, svuint64_t op)

svfloat32_t svcvt_f32[_u64]_x(svbool_t pg, svuint64_t op)

svfloat32_t svcvt_f32[_u64]_z(svbool_t pg, svuint64_t op)

UCVTF Zresult.S, Pg/M, Zop.D

public:
 static System::Numerics::Vector<float> ConvertToSingle(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<float> ConvertToSingle (System.Numerics.Vector<ulong> value);
static member ConvertToSingle : System.Numerics.Vector<uint64> -> System.Numerics.Vector<single>
Public Shared Function ConvertToSingle (value As Vector(Of ULong)) As Vector(Of Single)

Parameters

value
Vector<UInt64>

Returns

Applies to

ConvertToSingle(Vector<Double>)

svfloat32_t svcvt_f32[_f64]_m(svfloat32_t inactive, svbool_t pg, svfloat64_t op)

svfloat32_t svcvt_f32[_f64]_x(svbool_t pg, svfloat64_t op)

svfloat32_t svcvt_f32[_f64]_z(svbool_t pg, svfloat64_t op)

FCVT Zresult.S, Pg/M, Zop.D

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

Parameters

value
Vector<Double>

Returns

Applies to

ConvertToSingle(Vector<Int32>)

svfloat32_t svcvt_f32[_s32]_m(svfloat32_t inactive, svbool_t pg, svint32_t op)

svfloat32_t svcvt_f32[_s32]_x(svbool_t pg, svint32_t op)

svfloat32_t svcvt_f32[_s32]_z(svbool_t pg, svint32_t op)

SCVTF Zresult.S, Pg/M, Zop.S

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

Parameters

value
Vector<Int32>

Returns

Applies to