3 references to BitDecrement
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (2)
2115
correction = (lost > 0) ? BitIncrement(correction) :
BitDecrement
(correction);
2182
double next = (dropped > 0) ? BitIncrement(result) :
BitDecrement
(result);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1090
public static NFloat BitDecrement(NFloat x) => new NFloat(NativeType.
BitDecrement
(x._value));