DEC_MIN_EMIN 79 src/decNumber/decContext.c context->emin=DEC_MIN_EMIN; // .. balanced DEC_MIN_EMIN 1035 src/decNumber/decNumber.c dcmul.emin=DEC_MIN_EMIN; // [thanks to Math restrictions] DEC_MIN_EMIN 1650 src/decNumber/decNumber.c dtiny.exponent=DEC_MIN_EMIN-1; // .. smaller than tiniest DEC_MIN_EMIN 1981 src/decNumber/decNumber.c aset.emin=DEC_MIN_EMIN; // .. DEC_MIN_EMIN 2484 src/decNumber/decNumber.c if (exp<0) res->exponent=DEC_MIN_EMIN-DEC_MAX_DIGITS; DEC_MIN_EMIN 2760 src/decNumber/decNumber.c workset.emin=DEC_MIN_EMIN; DEC_MIN_EMIN 5170 src/decNumber/decNumber.c tset.emin=DEC_MIN_EMIN; // [emax is plenty] DEC_MIN_EMIN 7256 src/decNumber/decNumber.c #if DEC_MIN_EMIN < -999999999 DEC_MIN_EMIN 219 src/decNumber/decNumberLocal.h # if (DECNUMMINE != DEC_MIN_EMIN)