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