4 references to ConvertToInt32
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (1)
42Vector128.ConvertToInt32(x.AsSingle()).As<int, TTo>() :
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
114public static Vector128<int> Invoke(Vector128<float> x) => Vector128.ConvertToInt32(x);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (2)
566Vector128.ConvertToInt32(vector._lower), 567Vector128.ConvertToInt32(vector._upper)