5 references to Narrow
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
206
public 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)
2427
/// <inheritdoc cref="Vector128.
Narrow
(Vector128{int}, Vector128{int})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
2820
/// <inheritdoc cref="Vector128.
Narrow
(Vector128{int}, Vector128{int})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2845
/// <inheritdoc cref="Vector128.
Narrow
(Vector128{int}, Vector128{int})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2813
/// <inheritdoc cref="Vector128.
Narrow
(Vector128{int}, Vector128{int})"/>