Avx512F.VL.GetExponent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetExponent(Vector128<Double>) |
__m128d _mm_getexp_pd (__m128d a) VGETEXPPD xmm1 {k1}{z}, xmm2/m128/m64bcst |
GetExponent(Vector128<Single>) |
__m128 _mm_getexp_ps (__m128 a) VGETEXPPS xmm1 {k1}{z}, xmm2/m128/m32bcst |
GetExponent(Vector256<Double>) |
__m256d _mm256_getexp_pd (__m256d a) VGETEXPPD ymm1 {k1}{z}, ymm2/m256/m64bcst |
GetExponent(Vector256<Single>) |
__m256 _mm256_getexp_ps (__m256 a) VGETEXPPS ymm1 {k1}{z}, ymm2/m256/m32bcst |
GetExponent(Vector128<Double>)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
__m128d _mm_getexp_pd (__m128d a)
VGETEXPPD xmm1 {k1}{z}, xmm2/m128/m64bcst
public:
static System::Runtime::Intrinsics::Vector128<double> GetExponent(System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> GetExponent (System.Runtime.Intrinsics.Vector128<double> value);
static member GetExponent : System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function GetExponent (value As Vector128(Of Double)) As Vector128(Of Double)
パラメーター
戻り値
適用対象
GetExponent(Vector128<Single>)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
__m128 _mm_getexp_ps (__m128 a)
VGETEXPPS xmm1 {k1}{z}, xmm2/m128/m32bcst
public:
static System::Runtime::Intrinsics::Vector128<float> GetExponent(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> GetExponent (System.Runtime.Intrinsics.Vector128<float> value);
static member GetExponent : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function GetExponent (value As Vector128(Of Single)) As Vector128(Of Single)
パラメーター
戻り値
適用対象
GetExponent(Vector256<Double>)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
__m256d _mm256_getexp_pd (__m256d a)
VGETEXPPD ymm1 {k1}{z}, ymm2/m256/m64bcst
public:
static System::Runtime::Intrinsics::Vector256<double> GetExponent(System::Runtime::Intrinsics::Vector256<double> value);
public static System.Runtime.Intrinsics.Vector256<double> GetExponent (System.Runtime.Intrinsics.Vector256<double> value);
static member GetExponent : System.Runtime.Intrinsics.Vector256<double> -> System.Runtime.Intrinsics.Vector256<double>
Public Shared Function GetExponent (value As Vector256(Of Double)) As Vector256(Of Double)
パラメーター
戻り値
適用対象
GetExponent(Vector256<Single>)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
__m256 _mm256_getexp_ps (__m256 a)
VGETEXPPS ymm1 {k1}{z}, ymm2/m256/m32bcst
public:
static System::Runtime::Intrinsics::Vector256<float> GetExponent(System::Runtime::Intrinsics::Vector256<float> value);
public static System.Runtime.Intrinsics.Vector256<float> GetExponent (System.Runtime.Intrinsics.Vector256<float> value);
static member GetExponent : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<single>
Public Shared Function GetExponent (value As Vector256(Of Single)) As Vector256(Of Single)
パラメーター
戻り値
適用対象
.NET