5 references to RoundDouble
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2599
public static Vector<double> Round(Vector<double> vector, MidpointRounding mode) => VectorMath.
RoundDouble
(vector, mode);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
2808
public static Vector128<double> Round(Vector128<double> vector, MidpointRounding mode) => VectorMath.
RoundDouble
(vector, mode);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
2912
public static Vector256<double> Round(Vector256<double> vector, MidpointRounding mode) => VectorMath.
RoundDouble
(vector, mode);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2938
public static Vector512<double> Round(Vector512<double> vector, MidpointRounding mode) => VectorMath.
RoundDouble
(vector, mode);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
3008
public static Vector64<double> Round(Vector64<double> vector, MidpointRounding mode) => VectorMath.
RoundDouble
(vector, mode);