6 references to RemainderOperator
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorPrimitives.Remainder.cs (6)
29if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, RemainderOperator<float>>(x, y, destination)) 34InvokeSpanSpanIntoSpan<T, RemainderOperator<T>>(x, y, destination); 55if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, RemainderOperator<float>>(x, y, destination)) 60InvokeSpanScalarIntoSpan<T, RemainderOperator<T>>(x, y, destination); 81if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, RemainderOperator<float>>(x, y, destination)) 86InvokeScalarSpanIntoSpan<T, RemainderOperator<T>>(x, y, destination);