3 references to TryUnaryBitwiseInvokeHalfAsInt16
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.BitDecrement.cs (1)
25if (typeof(T) == typeof(Half) && TryUnaryBitwiseInvokeHalfAsInt16<T, HalfBitDecrementOperator>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.BitIncrement.cs (1)
25if (typeof(T) == typeof(Half) && TryUnaryBitwiseInvokeHalfAsInt16<T, HalfBitIncrementOperator>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.OnesComplement.cs (1)
23if (typeof(T) == typeof(Half) && TryUnaryBitwiseInvokeHalfAsInt16<T, OnesComplementOperator<short>>(x, destination))