5 references to ConvertToIntegerNative
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
535
int element = float.
ConvertToIntegerNative
<int>(value.GetElementUnsafe(i));
645
uint element = float.
ConvertToIntegerNative
<uint>(value.GetElementUnsafe(i));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
513
int value = float.
ConvertToIntegerNative
<int>(vector.GetElementUnsafe(i));
624
uint value = float.
ConvertToIntegerNative
<uint>(vector.GetElementUnsafe(i));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
663
return
ConvertToIntegerNative
<TInteger>(value);