6 implementations of GetExponentShortestBitLength
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1133int IFloatingPoint<decimal>.GetExponentShortestBitLength()
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
704int IFloatingPoint<double>.GetExponentShortestBitLength()
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1341int IFloatingPoint<Half>.GetExponentShortestBitLength()
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
998int IFloatingPoint<BFloat16>.GetExponentShortestBitLength()
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1013int IFloatingPoint<NFloat>.GetExponentShortestBitLength()
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
699int IFloatingPoint<float>.GetExponentShortestBitLength()
6 references to GetExponentShortestBitLength
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1132/// <inheritdoc cref="IFloatingPoint{TSelf}.GetExponentShortestBitLength()" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
703/// <inheritdoc cref="IFloatingPoint{TSelf}.GetExponentShortestBitLength()" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1340/// <inheritdoc cref="IFloatingPoint{TSelf}.GetExponentShortestBitLength()" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
997/// <inheritdoc cref="IFloatingPoint{TSelf}.GetExponentShortestBitLength()" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1012/// <inheritdoc cref="IFloatingPoint{TSelf}.GetExponentShortestBitLength()" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
698/// <inheritdoc cref="IFloatingPoint{TSelf}.GetExponentShortestBitLength()" />