FloatingPointValue.uninitialized constructor
Creates an unpopulated version of a FloatingPointValue, intended to be called with the populator.
Implementation
@protected
FloatingPointValue.uninitialized(
{bool explicitJBit = false, bool subNormalAsZero = false})
: _explicitJBit = explicitJBit,
_subNormalAsZero = subNormalAsZero;