2 references to OnesComplementOperator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.OnesComplement.cs (2)
23
if (typeof(T) == typeof(Half) && TryUnaryBitwiseInvokeHalfAsInt16<T,
OnesComplementOperator
<short>>(x, destination))
28
InvokeSpanIntoSpan<T,
OnesComplementOperator
<T>>(x, destination);