Avx512F.RoundScaleScalar メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RoundScaleScalar(Vector128<Double>, Byte) |
__m128d _mm_roundscale_sd (__m128d a, int imm) VRNDSCALESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8 |
RoundScaleScalar(Vector128<Single>, Byte) |
__m128 _mm_roundscale_ss (__m128 a, int imm) VRNDSCALESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8 |
RoundScaleScalar(Vector128<Double>, Vector128<Double>, Byte) |
__m128d _mm_roundscale_sd (__m128d a, __m128d b, int imm) VRNDSCALESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8 上記のネイティブ署名は存在しません。 この追加オーバーロードは、他のスカラー API との一貫性を保つために提供されます。 |
RoundScaleScalar(Vector128<Single>, Vector128<Single>, Byte) |
__m128 _mm_roundscale_ss (__m128 a, __m128 b, int imm) VRNDSCALESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8 上記のネイティブ署名は存在しません。 この追加オーバーロードは、他のスカラー API との一貫性を保つために提供されます。 |
RoundScaleScalar(Vector128<Double>, Byte)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
__m128d _mm_roundscale_sd (__m128d a, int imm)
VRNDSCALESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8
public:
static System::Runtime::Intrinsics::Vector128<double> RoundScaleScalar(System::Runtime::Intrinsics::Vector128<double> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<double> RoundScaleScalar (System.Runtime.Intrinsics.Vector128<double> value, byte control);
static member RoundScaleScalar : System.Runtime.Intrinsics.Vector128<double> * byte -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundScaleScalar (value As Vector128(Of Double), control As Byte) As Vector128(Of Double)
パラメーター
- control
- Byte
戻り値
適用対象
RoundScaleScalar(Vector128<Single>, Byte)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
__m128 _mm_roundscale_ss (__m128 a, int imm)
VRNDSCALESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8
public:
static System::Runtime::Intrinsics::Vector128<float> RoundScaleScalar(System::Runtime::Intrinsics::Vector128<float> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<float> RoundScaleScalar (System.Runtime.Intrinsics.Vector128<float> value, byte control);
static member RoundScaleScalar : System.Runtime.Intrinsics.Vector128<single> * byte -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundScaleScalar (value As Vector128(Of Single), control As Byte) As Vector128(Of Single)
パラメーター
- control
- Byte
戻り値
適用対象
RoundScaleScalar(Vector128<Double>, Vector128<Double>, Byte)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
__m128d _mm_roundscale_sd (__m128d a, __m128d b, int imm)
VRNDSCALESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8 上記のネイティブ署名は存在しません。 この追加オーバーロードは、他のスカラー API との一貫性を保つために提供されます。
public:
static System::Runtime::Intrinsics::Vector128<double> RoundScaleScalar(System::Runtime::Intrinsics::Vector128<double> upper, System::Runtime::Intrinsics::Vector128<double> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<double> RoundScaleScalar (System.Runtime.Intrinsics.Vector128<double> upper, System.Runtime.Intrinsics.Vector128<double> value, byte control);
static member RoundScaleScalar : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> * byte -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundScaleScalar (upper As Vector128(Of Double), value As Vector128(Of Double), control As Byte) As Vector128(Of Double)
パラメーター
- control
- Byte
戻り値
適用対象
RoundScaleScalar(Vector128<Single>, Vector128<Single>, Byte)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
__m128 _mm_roundscale_ss (__m128 a, __m128 b, int imm)
VRNDSCALESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8 上記のネイティブ署名は存在しません。 この追加オーバーロードは、他のスカラー API との一貫性を保つために提供されます。
public:
static System::Runtime::Intrinsics::Vector128<float> RoundScaleScalar(System::Runtime::Intrinsics::Vector128<float> upper, System::Runtime::Intrinsics::Vector128<float> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<float> RoundScaleScalar (System.Runtime.Intrinsics.Vector128<float> upper, System.Runtime.Intrinsics.Vector128<float> value, byte control);
static member RoundScaleScalar : System.Runtime.Intrinsics.Vector128<single> * System.Runtime.Intrinsics.Vector128<single> * byte -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundScaleScalar (upper As Vector128(Of Single), value As Vector128(Of Single), control As Byte) As Vector128(Of Single)
パラメーター
- control
- Byte
戻り値
適用対象
.NET