9 references to Narrow
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (4)
711Vector128.Narrow( 714Vector128.Narrow( 718Vector128.Narrow( 721Vector128.Narrow(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
217public static Vector128<uint> Invoke(Vector128<ulong> lower, Vector128<ulong> upper) => Vector128.Narrow(lower, upper);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2453/// <inheritdoc cref="Vector128.Narrow(Vector128{ulong}, Vector128{ulong})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
2846/// <inheritdoc cref="Vector128.Narrow(Vector128{ulong}, Vector128{ulong})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2871/// <inheritdoc cref="Vector128.Narrow(Vector128{ulong}, Vector128{ulong})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2839/// <inheritdoc cref="Vector128.Narrow(Vector128{ulong}, Vector128{ulong})"/>