2 references to Log10P1Operator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (2)
33if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Log10P1Operator<float>>(x, destination)) 38InvokeSpanIntoSpan<T, Log10P1Operator<T>>(x, destination);