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