5 references to Narrow
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
228public static Vector128<int> Invoke(Vector128<long> lower, Vector128<long> upper) => Vector128.Narrow(lower, upper);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2355/// <inheritdoc cref="Vector128.Narrow(Vector128{long}, Vector128{long})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
2748/// <inheritdoc cref="Vector128.Narrow(Vector128{long}, Vector128{long})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2773/// <inheritdoc cref="Vector128.Narrow(Vector128{long}, Vector128{long})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2741/// <inheritdoc cref="Vector128.Narrow(Vector128{long}, Vector128{long})"/>