Decompose the specified ValueType64 into sign, significand, and exponent.
ValueType64
Declared in <bdldfp_decimalimputil.h>
<bdldfp_decimalimputil.h>
static int decompose( int* sign, bsls::Types::Uint64* significand, int* exponent, ValueType64 value);