5 references to Round
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (2)
3026
public static Vector256<double> Round(Vector256<double> vector) =>
Round
<double>(vector);
3030
public static Vector256<float> Round(Vector256<float> vector) =>
Round
<float>(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
804
static Vector256<T> ISimdVector<Vector256<T>, T>.Round(Vector256<T> vector) => Vector256.
Round
(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (2)
3043
Vector256.
Round
(vector._lower),
3044
Vector256.
Round
(vector._upper)