Lines Matching refs:emin
726 if ((dn->exponent-1<set->emin-dn->digits) in uprv_decNumberFromString()
1155 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ in uprv_decNumberFMA()
1501 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberLog10()
2123 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberPower()
2950 workset.emin=DEC_MIN_EMIN; in uprv_decNumberSquareRoot()
3056 approxset.emin-=exp/2; /* adjust to match a */ in uprv_decNumberSquareRoot()
3070 approxset.emin-=exp/2; /* adjust to match a */ in uprv_decNumberSquareRoot()
3135 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in uprv_decNumberSquareRoot()
3137 if (ae>=set->emin*2) status&=~DEC_Underflow; in uprv_decNumberSquareRoot()
3555 if (ae<set->emin) return 0; /* is subnormal */ in uprv_decNumberIsNormal()
3575 if (ae<set->emin) return 1; /* is subnormal */ in uprv_decNumberIsSubnormal()
3973 && rhs->exponent>=set->emin /* [some normals drop through] */ in decAddOp()
4346 res->exponent=set->emin-set->digits+1; in decDivideOp()
5353 aset.emin=set->emin; /* .. */ in decExpOp()
5461 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */ in decExpOp()
5765 aset.emin=set->emin;
5770 bset.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
5884 Int etiny=set->emin-(reqdigits-1);
5931 if (!set->extended) etiny=set->emin; /* no subnormals */
7242 if (dn->exponent+1==set->emin-set->digits+1) {
7320 Int tinyexp=set->emin-dn->digits+1; /* precalculate subnormal boundary */
7340 nmin.exponent=set->emin;
7488 etiny=set->emin-(set->digits-1); /* smallest allowed exponent */
7519 workset.emin-=adjust; /* and adjust emin to match */
7562 || -set->emin>DEC_MAX_MATH) *status|=DEC_Invalid_context;
8003 Int emin, emax; /* .. */ local
8074 emin=DECNUMMINE;
8076 if (ae<emin-(digits-1)) {