5 references to Narrow
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (3)
402Vector256.Narrow( 523Vector256.Narrow( 662Vector256.Narrow(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
174public 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)
1695: Vector256.Narrow(vectorFirst, vectorSecond);