Sve.FloatingPointExponentialAccelerator 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
FloatingPointExponentialAccelerator(Vector<UInt32>) |
svfloat32_t svexpa<see href="svuint32_t op">_f32</see> FEXPA Zresult.S, Zop.S |
FloatingPointExponentialAccelerator(Vector<UInt64>) |
svfloat64_t svexpa<see href="svuint64_t op">_f64</see> FEXPA Zresult.D, Zop.D |
FloatingPointExponentialAccelerator(Vector<UInt32>)
svfloat32_t svexpa<see href="svuint32_t op">_f32</see>
FEXPA Zresult.S, Zop.S
public:
static System::Numerics::Vector<float> FloatingPointExponentialAccelerator(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<float> FloatingPointExponentialAccelerator(System.Numerics.Vector<uint> value);
static member FloatingPointExponentialAccelerator : System.Numerics.Vector<uint32> -> System.Numerics.Vector<single>
Public Shared Function FloatingPointExponentialAccelerator (value As Vector(Of UInteger)) As Vector(Of Single)
Parameters
Returns
Applies to
FloatingPointExponentialAccelerator(Vector<UInt64>)
svfloat64_t svexpa<see href="svuint64_t op">_f64</see>
FEXPA Zresult.D, Zop.D
public:
static System::Numerics::Vector<double> FloatingPointExponentialAccelerator(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<double> FloatingPointExponentialAccelerator(System.Numerics.Vector<ulong> value);
static member FloatingPointExponentialAccelerator : System.Numerics.Vector<uint64> -> System.Numerics.Vector<double>
Public Shared Function FloatingPointExponentialAccelerator (value As Vector(Of ULong)) As Vector(Of Double)
Parameters
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET