9 references to BitIncrement
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.BitIncrement.cs (1)
39
public static T Invoke(T x) => T.
BitIncrement
(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
834
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitIncrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1514
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitIncrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1133
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitIncrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
961
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitIncrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
972
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitIncrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
965
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitIncrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1092
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitIncrement
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
829
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
BitIncrement
(TSelf)" />