5 references to Narrow
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
184public static Vector128<sbyte> Invoke(Vector128<short> lower, Vector128<short> upper) => Vector128.Narrow(lower, upper);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2342/// <inheritdoc cref="Vector128.Narrow(Vector128{short}, Vector128{short})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
2735/// <inheritdoc cref="Vector128.Narrow(Vector128{short}, Vector128{short})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2760/// <inheritdoc cref="Vector128.Narrow(Vector128{short}, Vector128{short})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2728/// <inheritdoc cref="Vector128.Narrow(Vector128{short}, Vector128{short})"/>