5 references to Narrow
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (3)
384Vector256.Narrow( 505Vector256.Narrow( 644Vector256.Narrow(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
158public static Vector256<byte> Invoke(Vector256<ushort> lower, Vector256<ushort> upper) => Vector256.Narrow(lower, upper);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (1)
1698: Vector256.Narrow(vectorFirst, vectorSecond);