Home | History | Annotate | Download | only in i18n

Lines Matching full:workp

2834   Int  workp;                      /* working precision  */
2918 workp=MAXI(set->digits+1, rhs->digits); /* actual rounding precision */
2919 workp=MAXI(workp, 7); /* at least 7 for low cases */
2920 maxp=workp+2; /* largest working precision */
2956 workset.digits=workp; /* p for initial calculation */
3087 /* it is short enough so that squaring it could fit in workp */
3090 if (b->digits*2-1 > workp) { /* cannot fit */