Lines Matching defs:reqdigits
1950 Int reqdigits=set->digits; /* requested DIGITS */
1979 if (lhs->digits>reqdigits) {
1984 if (rhs->digits>reqdigits) {
2123 aset.digits=reqdigits+(rhs->digits+rhs->exponent)+2;
3815 Int reqdigits=set->digits; /* local copy; requested DIGITS */
3826 if (lhs->digits>reqdigits) {
3831 if (rhs->digits>reqdigits) {
3940 && rhs->digits<=reqdigits
3941 && lhs->digits<=reqdigits) {
3995 if (rhs->digits+padding > lhs->digits+reqdigits+1) {
3998 Int shift=reqdigits-rhs->digits; /* left shift needed */
4029 /* [Might be worth more sophisticated tests when maxdigits==reqdigits] */
4030 if ((maxdigits>=reqdigits) /* is, or could be, too large */
4078 if (res->digits>reqdigits)
4097 if (res->digits>reqdigits) {
4243 Int reqdigits=set->digits; /* requested DIGITS */
4263 if (lhs->digits>reqdigits) {
4268 if (rhs->digits>reqdigits) {
4398 acclength=D2U(reqdigits+DECDPUN); /* in Units */
4412 /* (rhs->digits+reqdigits-1) -- to allow full slide to right */
4419 maxdigits=rhs->digits+reqdigits-1;
4576 if (accdigits>reqdigits) break; /* have enough digits */
4597 /* here: acc has at least reqdigits+1 of good results (or fewer */
4645 if (accdigits+exponent>reqdigits) {
4735 if (quotdigits==reqdigits) { /* could be borderline */
5833 Int reqdigits=set->digits; /* requested DIGITS */
5836 Int etiny=set->emin-(reqdigits-1);
5846 if (lhs->digits>reqdigits) {
5851 if (rhs->digits>reqdigits) { /* [this only checks lostDigits] */
5904 if ((lhs->digits-adjust)>reqdigits) {
5924 if (res->digits==reqdigits) { /* cannot shift by 1 */