Lines Matching refs:emin

730       if ((dn->exponent-1<set->emin-dn->digits)  in uprv_decNumberFromString()
1159 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ in uprv_decNumberFMA()
1505 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberLog10()
2127 aset.emin=-DEC_MAX_MATH; /* .. */ in uprv_decNumberPower()
2954 workset.emin=DEC_MIN_EMIN; in uprv_decNumberSquareRoot()
3060 approxset.emin-=exp/2; /* adjust to match a */ in uprv_decNumberSquareRoot()
3074 approxset.emin-=exp/2; /* adjust to match a */ in uprv_decNumberSquareRoot()
3139 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in uprv_decNumberSquareRoot()
3141 if (ae>=set->emin*2) status&=~DEC_Underflow; in uprv_decNumberSquareRoot()
3559 if (ae<set->emin) return 0; /* is subnormal */ in uprv_decNumberIsNormal()
3579 if (ae<set->emin) return 1; /* is subnormal */ in uprv_decNumberIsSubnormal()
3977 && rhs->exponent>=set->emin /* [some normals drop through] */ in decAddOp()
4350 res->exponent=set->emin-set->digits+1; in decDivideOp()
5357 aset.emin=set->emin; /* .. */ in decExpOp()
5465 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */ in decExpOp()
5769 aset.emin=set->emin;
5774 bset.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
5888 Int etiny=set->emin-(reqdigits-1);
5935 if (!set->extended) etiny=set->emin; /* no subnormals */
7246 if (dn->exponent+1==set->emin-set->digits+1) {
7324 Int tinyexp=set->emin-dn->digits+1; /* precalculate subnormal boundary */
7344 nmin.exponent=set->emin;
7492 etiny=set->emin-(set->digits-1); /* smallest allowed exponent */
7523 workset.emin-=adjust; /* and adjust emin to match */
7566 || -set->emin>DEC_MAX_MATH) *status|=DEC_Invalid_context;
8007 Int emin, emax; /* .. */ local
8078 emin=DECNUMMINE;
8080 if (ae<emin-(digits-1)) {