4 references to ConvertToUInt32
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (1)
62if (typeof(TTo) == typeof(uint)) return Vector256.ConvertToUInt32(x.AsSingle()).As<uint, TTo>();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
121public static Vector256<uint> Invoke(Vector256<float> x) => Vector256.ConvertToUInt32(x);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (2)
507Vector256.ConvertToUInt32(vector._lower), 508Vector256.ConvertToUInt32(vector._upper)