3 references to ConvertToUInt32Native
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToIntegerNative.cs (1)
43
Vector128.
ConvertToUInt32Native
(x.AsSingle()).As<uint, TTo>();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (2)
615
Vector128.
ConvertToUInt32Native
(vector._lower),
616
Vector128.
ConvertToUInt32Native
(vector._upper)