4 references to _amount
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.ShiftRightLogical.cs (4)
32
public T Invoke(T x) => x >>>
_amount
;
33
public Vector128<T> Invoke(Vector128<T> x) => x >>>
_amount
;
34
public Vector256<T> Invoke(Vector256<T> x) => x >>>
_amount
;
35
public Vector512<T> Invoke(Vector512<T> x) => x >>>
_amount
;