9 references to BitDecrement
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.BitDecrement.cs (1)
39
public static T Invoke(T x) => T.
BitDecrement
(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
831
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitDecrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1481
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitDecrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1100
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitDecrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
958
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitDecrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
969
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitDecrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
962
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitDecrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1089
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitDecrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
826
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitDecrement
(TSelf)" />