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