Decompose the specified ValueType128 into sign, significand, and exponent.
ValueType128
Declared in <bdldfp_decimalimputil.h>
<bdldfp_decimalimputil.h>
static int decompose( int* sign, Uint128* significand, int* exponent, ValueType128 value);