다음을 통해 공유


Avx512F.RoundScaleScalar 메서드

정의

오버로드

RoundScaleScalar(Vector128<Double>, Byte)

__m128d _mm_roundscale_sd(__m128d, 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(a, __m128d b, int imm __m128d)

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)

Source:
Avx512F.cs
Source:
Avx512F.cs

__m128d _mm_roundscale_sd(__m128d, 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)

매개 변수

value
Vector128<Double>
control
Byte

반환

적용 대상

RoundScaleScalar(Vector128<Single>, Byte)

Source:
Avx512F.cs
Source:
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)

매개 변수

value
Vector128<Single>
control
Byte

반환

적용 대상

RoundScaleScalar(Vector128<Double>, Vector128<Double>, Byte)

Source:
Avx512F.cs
Source:
Avx512F.cs

__m128d _mm_roundscale_sd(a, __m128d b, int imm __m128d)

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)

매개 변수

upper
Vector128<Double>
value
Vector128<Double>
control
Byte

반환

적용 대상

RoundScaleScalar(Vector128<Single>, Vector128<Single>, Byte)

Source:
Avx512F.cs
Source:
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)

매개 변수

upper
Vector128<Single>
value
Vector128<Single>
control
Byte

반환

적용 대상