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