5 references to Narrow
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (3)
368
Vector512.
Narrow
(
485
Vector512.
Narrow
(
614
Vector512.
Narrow
(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
175
public static Vector512<byte> Invoke(Vector512<ushort> lower, Vector512<ushort> upper) => Vector512.
Narrow
(lower, upper);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (1)
1703
: Vector512.
Narrow
(vectorFirst, vectorSecond);