Avx512F.GetExponentScalar Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GetExponentScalar(Vector128<Double>) |
__m128d _mm_getexp_sd (__m128d a) VGETEXPSD xmm1 {k1}{z}, xmm2, xmm3/m64{sae} |
GetExponentScalar(Vector128<Single>) |
__m128 _mm_getexp_ss (__m128 a) VGETEXPSS xmm1 {k1}{z}, xmm2, xmm3/m32{sae} |
GetExponentScalar(Vector128<Double>, Vector128<Double>) |
__m128d _mm_getexp_sd (__m128d a, __m128d b) VGETEXPSD xmm1 {k1}{z}, xmm2, xmm3/m64{sae} Výše uvedený nativní podpis neexistuje. Toto další přetížení poskytujeme kvůli konzistenci s ostatními skalárními rozhraními API. |
GetExponentScalar(Vector128<Single>, Vector128<Single>) |
__m128 _mm_getexp_ss (__m128 a, __m128 b) VGETEXPSS xmm1 {k1}{z}, xmm2, xmm3/m32{sae} Výše uvedený nativní podpis neexistuje. Toto další přetížení poskytujeme kvůli konzistenci s ostatními skalárními rozhraními API. |
GetExponentScalar(Vector128<Double>)
- Zdroj:
- Avx512F.cs
- Zdroj:
- Avx512F.cs
__m128d _mm_getexp_sd (__m128d a)
VGETEXPSD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}
public:
static System::Runtime::Intrinsics::Vector128<double> GetExponentScalar(System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> GetExponentScalar (System.Runtime.Intrinsics.Vector128<double> value);
static member GetExponentScalar : System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function GetExponentScalar (value As Vector128(Of Double)) As Vector128(Of Double)
Parametry
Návraty
Platí pro
GetExponentScalar(Vector128<Single>)
- Zdroj:
- Avx512F.cs
- Zdroj:
- Avx512F.cs
__m128 _mm_getexp_ss (__m128 a)
VGETEXPSS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}
public:
static System::Runtime::Intrinsics::Vector128<float> GetExponentScalar(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> GetExponentScalar (System.Runtime.Intrinsics.Vector128<float> value);
static member GetExponentScalar : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function GetExponentScalar (value As Vector128(Of Single)) As Vector128(Of Single)
Parametry
Návraty
Platí pro
GetExponentScalar(Vector128<Double>, Vector128<Double>)
- Zdroj:
- Avx512F.cs
- Zdroj:
- Avx512F.cs
__m128d _mm_getexp_sd (__m128d a, __m128d b)
VGETEXPSD xmm1 {k1}{z}, xmm2, xmm3/m64{sae} Výše uvedený nativní podpis neexistuje. Toto další přetížení poskytujeme kvůli konzistenci s ostatními skalárními rozhraními API.
public:
static System::Runtime::Intrinsics::Vector128<double> GetExponentScalar(System::Runtime::Intrinsics::Vector128<double> upper, System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> GetExponentScalar (System.Runtime.Intrinsics.Vector128<double> upper, System.Runtime.Intrinsics.Vector128<double> value);
static member GetExponentScalar : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function GetExponentScalar (upper As Vector128(Of Double), value As Vector128(Of Double)) As Vector128(Of Double)
Parametry
Návraty
Platí pro
GetExponentScalar(Vector128<Single>, Vector128<Single>)
- Zdroj:
- Avx512F.cs
- Zdroj:
- Avx512F.cs
__m128 _mm_getexp_ss (__m128 a, __m128 b)
VGETEXPSS xmm1 {k1}{z}, xmm2, xmm3/m32{sae} Výše uvedený nativní podpis neexistuje. Toto další přetížení poskytujeme kvůli konzistenci s ostatními skalárními rozhraními API.
public:
static System::Runtime::Intrinsics::Vector128<float> GetExponentScalar(System::Runtime::Intrinsics::Vector128<float> upper, System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> GetExponentScalar (System.Runtime.Intrinsics.Vector128<float> upper, System.Runtime.Intrinsics.Vector128<float> value);
static member GetExponentScalar : System.Runtime.Intrinsics.Vector128<single> * System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function GetExponentScalar (upper As Vector128(Of Single), value As Vector128(Of Single)) As Vector128(Of Single)