5 references to Round
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (2)
3163
Vector64.
Round
(vector._lower),
3164
Vector64.
Round
(vector._upper)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
873
static Vector64<T> ISimdVector<Vector64<T>, T>.Round(Vector64<T> vector) => Vector64.
Round
(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
3344
public static Vector64<double> Round(Vector64<double> vector) =>
Round
<double>(vector);
3348
public static Vector64<float> Round(Vector64<float> vector) =>
Round
<float>(vector);