Lines Matching refs:reqdigits

1976   Int   reqdigits=set->digits;     /* requested DIGITS  */
2005 if (lhs->digits>reqdigits) {
2010 if (rhs->digits>reqdigits) {
2149 aset.digits=reqdigits+(rhs->digits+rhs->exponent)+2;
3848 Int reqdigits=set->digits; /* local copy; requested DIGITS */
3859 if (lhs->digits>reqdigits) {
3864 if (rhs->digits>reqdigits) {
3973 && rhs->digits<=reqdigits
3974 && lhs->digits<=reqdigits) {
4028 if (rhs->digits+padding > lhs->digits+reqdigits+1) {
4031 Int shift=reqdigits-rhs->digits; /* left shift needed */
4062 /* [Might be worth more sophisticated tests when maxdigits==reqdigits] */
4063 if ((maxdigits>=reqdigits) /* is, or could be, too large */
4113 if (res->digits>reqdigits)
4132 if (res->digits>reqdigits) {
4278 Int reqdigits=set->digits; /* requested DIGITS */
4298 if (lhs->digits>reqdigits) {
4303 if (rhs->digits>reqdigits) {
4433 acclength=D2U(reqdigits+DECDPUN); /* in Units */
4447 /* (rhs->digits+reqdigits-1) -- to allow full slide to right */
4454 maxdigits=rhs->digits+reqdigits-1;
4611 if (accdigits>reqdigits) break; /* have enough digits */
4632 /* here: acc has at least reqdigits+1 of good results (or fewer */
4680 if (accdigits+exponent>reqdigits) {
4770 if (quotdigits==reqdigits) { /* could be borderline */
5879 Int reqdigits=set->digits; /* requested DIGITS */
5882 Int etiny=set->emin-(reqdigits-1);
5892 if (lhs->digits>reqdigits) {
5897 if (rhs->digits>reqdigits) { /* [this only checks lostDigits] */
5950 if ((lhs->digits-adjust)>reqdigits) {
5970 if (res->digits==reqdigits) { /* cannot shift by 1 */