Sve2.Log2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Log2(Vector<Double>) |
svint64_t svlogb[_f64]_m(svint64_t inactive, svbool_t pg, svfloat64_t op) svint64_t svlogb[_f64]_x(svbool_t pg, svfloat64_t op) svint64_t svlogb[_f64]_z(svbool_t pg, svfloat64_t op) FLOGB Ztied.D, Pg/M, Zop.D FLOGB Ztied.D, Pg/M, Ztied.D |
| Log2(Vector<Single>) |
svint32_t svlogb[_f32]_m(svint32_t inactive, svbool_t pg, svfloat32_t op) svint32_t svlogb[_f32]_x(svbool_t pg, svfloat32_t op) svint32_t svlogb[_f32]_z(svbool_t pg, svfloat32_t op) FLOGB Ztied.S, Pg/M, Zop.S FLOGB Ztied.S, Pg/M, Ztied.S |
Log2(Vector<Double>)
svint64_t svlogb[_f64]_m(svint64_t inactive, svbool_t pg, svfloat64_t op) svint64_t svlogb[_f64]_x(svbool_t pg, svfloat64_t op) svint64_t svlogb[_f64]_z(svbool_t pg, svfloat64_t op) FLOGB Ztied.D, Pg/M, Zop.D FLOGB Ztied.D, Pg/M, Ztied.D
public:
static System::Numerics::Vector<long> Log2(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<long> Log2(System.Numerics.Vector<double> value);
static member Log2 : System.Numerics.Vector<double> -> System.Numerics.Vector<int64>
Public Shared Function Log2 (value As Vector(Of Double)) As Vector(Of Long)
Parameters
Returns
Applies to
Log2(Vector<Single>)
svint32_t svlogb[_f32]_m(svint32_t inactive, svbool_t pg, svfloat32_t op) svint32_t svlogb[_f32]_x(svbool_t pg, svfloat32_t op) svint32_t svlogb[_f32]_z(svbool_t pg, svfloat32_t op) FLOGB Ztied.S, Pg/M, Zop.S FLOGB Ztied.S, Pg/M, Ztied.S
public:
static System::Numerics::Vector<int> Log2(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<int> Log2(System.Numerics.Vector<float> value);
static member Log2 : System.Numerics.Vector<single> -> System.Numerics.Vector<int>
Public Shared Function Log2 (value As Vector(Of Single)) As Vector(Of Integer)