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