Home | History | Annotate | Download | only in i18n

Lines Matching refs:workp

2836 workp;                      /* working precision  */
2920 workp=MAXI(set->digits+1, rhs->digits); /* actual rounding precision */
2921 workp=MAXI(workp, 7); /* at least 7 for low cases */
2922 maxp=workp+2; /* largest working precision */
2958 workset.digits=workp; /* p for initial calculation */
3089 /* it is short enough so that squaring it could fit in workp */
3092 if (b->digits*2-1 > workp) { /* cannot fit */