DEC_MIN_EMIN       77 src/decNumber/decContext.c   context->emin=DEC_MIN_EMIN;                // .. balanced
DEC_MIN_EMIN     1020 src/decNumber/decNumber.c     dcmul.emin=DEC_MIN_EMIN;            // [thanks to Math restrictions]
DEC_MIN_EMIN     1634 src/decNumber/decNumber.c         dtiny.exponent=DEC_MIN_EMIN-1;  // .. smaller than tiniest
DEC_MIN_EMIN     1965 src/decNumber/decNumber.c       aset.emin=DEC_MIN_EMIN;           // ..
DEC_MIN_EMIN     2468 src/decNumber/decNumber.c           if (exp<0) res->exponent=DEC_MIN_EMIN-DEC_MAX_DIGITS;
DEC_MIN_EMIN     2744 src/decNumber/decNumber.c     workset.emin=DEC_MIN_EMIN;
DEC_MIN_EMIN     5150 src/decNumber/decNumber.c       tset.emin=DEC_MIN_EMIN;           // [emax is plenty]
DEC_MIN_EMIN     7234 src/decNumber/decNumber.c #if DEC_MIN_EMIN < -999999999
DEC_MIN_EMIN      221 src/decNumber/decNumberLocal.h # if (DECNUMMINE != DEC_MIN_EMIN)