Lines Matching full:workp
2832 Int workp; /* working precision */
2916 workp=MAXI(set->digits+1, rhs->digits); /* actual rounding precision */
2917 workp=MAXI(workp, 7); /* at least 7 for low cases */
2918 maxp=workp+2; /* largest working precision */
2954 workset.digits=workp; /* p for initial calculation */
3085 /* it is short enough so that squaring it could fit in workp */
3088 if (b->digits*2-1 > workp) { /* cannot fit */