public void reset() {
   _prevDecimal.set(_initExp, _initMant);
   _exp.reset();
   _mant.reset();
 }