Lines Matching refs:DEC_MAX_MATH
67 /* DEC_MAX_MATH (999999), and their operand(s) must be within */
1504 aset.emax=DEC_MAX_MATH; /* usual bounds */
1505 aset.emin=-DEC_MAX_MATH; /* .. */
2126 aset.emax=DEC_MAX_MATH; /* usual bounds */
2127 aset.emin=-DEC_MAX_MATH; /* .. */
5202 /* 2*DEC_MAX_MATH (1999998), and the rhs must be within these */
5585 /* DEC_MAX_MATH+11 (1000010), and the rhs must be within these */
5773 bset.emax=DEC_MAX_MATH*2; /* use double bounds for the */
5774 bset.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
7557 /* DEC_MAX_MATH (999999), and A must be within these bounds if */
7564 if (set->digits>DEC_MAX_MATH
7565 || set->emax>DEC_MAX_MATH
7566 || -set->emin>DEC_MAX_MATH) *status|=DEC_Invalid_context;
7567 else if ((rhs->digits>DEC_MAX_MATH
7568 || rhs->exponent+rhs->digits>DEC_MAX_MATH+1
7569 || rhs->exponent+rhs->digits<2*(1-DEC_MAX_MATH))