9 references to Narrow
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (4)
712Vector128.Narrow( 715Vector128.Narrow( 719Vector128.Narrow( 722Vector128.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)
2375/// <inheritdoc cref="Vector128.Narrow(Vector128{ulong}, Vector128{ulong})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
2768/// <inheritdoc cref="Vector128.Narrow(Vector128{ulong}, Vector128{ulong})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2793/// <inheritdoc cref="Vector128.Narrow(Vector128{ulong}, Vector128{ulong})"/>
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2761/// <inheritdoc cref="Vector128.Narrow(Vector128{ulong}, Vector128{ulong})"/>