6 references to TryBinaryInvokeHalfAsInt16
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorPrimitives.CopySign.cs (1)
26if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, CopySignOperator<float>>(x, sign, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Divide.cs (1)
29if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, DivideOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (1)
27if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, HypotOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (1)
62if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, LogBaseOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Remainder.cs (1)
29if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, RemainderOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Subtract.cs (1)
29if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, SubtractOperator<float>>(x, y, destination))