3 references to Round
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (2)
2977
public static Vector512<double> Round(Vector512<double> vector) =>
Round
<double>(vector);
2981
public static Vector512<float> Round(Vector512<float> vector) =>
Round
<float>(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
804
static Vector512<T> ISimdVector<Vector512<T>, T>.Round(Vector512<T> vector) => Vector512.
Round
(vector);