8 references to Log2
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1329destination = T.Log2(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log2.cs (1)
49public static T Invoke(T x) => T.Log2(x);
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1024/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1035/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1028/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\ILogarithmicFunctions.cs (1)
36static virtual TSelf Log2P1(TSelf x) => TSelf.Log2(x + TSelf.One);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2319T value = T.Log2(vector.GetElementUnsafe(index));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2718T value = T.Log2(vector.GetElementUnsafe(index));