5 references to Log2
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1309destination = T.Log2(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log2.cs (1)
49public static T Invoke(T x) => T.Log2(x);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\ILogarithmicFunctions.cs (1)
36static virtual TSelf Log2P1(TSelf x) => TSelf.Log2(x + TSelf.One);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2055T value = T.Log2(vector.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2418T value = T.Log2(vector.GetElementUnsafe(index));