5 references to Log10Operator
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\TensorPrimitives.Log10.cs (1)
32InvokeSpanIntoSpan<T, Log10Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (4)
38public static bool Vectorizable => Log10Operator<T>.Vectorizable; 40public static Vector128<T> Invoke(Vector128<T> x) => Log10Operator<T>.Invoke(x + Vector128<T>.One); 41public static Vector256<T> Invoke(Vector256<T> x) => Log10Operator<T>.Invoke(x + Vector256<T>.One); 42public static Vector512<T> Invoke(Vector512<T> x) => Log10Operator<T>.Invoke(x + Vector512<T>.One);