5 references to ConvertToIntegerNative
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
539int element = float.ConvertToIntegerNative<int>(value.GetElementUnsafe(i)); 649uint element = float.ConvertToIntegerNative<uint>(value.GetElementUnsafe(i));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
515int value = float.ConvertToIntegerNative<int>(vector.GetElementUnsafe(i)); 626uint value = float.ConvertToIntegerNative<uint>(vector.GetElementUnsafe(i));
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
667return ConvertToIntegerNative<TInteger>(value);