3 references to RemainderOperator
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Remainder.cs (3)
28
InvokeSpanSpanIntoSpan<T,
RemainderOperator
<T>>(x, y, destination);
47
InvokeSpanScalarIntoSpan<T,
RemainderOperator
<T>>(x, y, destination);
66
InvokeScalarSpanIntoSpan<T,
RemainderOperator
<T>>(x, y, destination);