Searched refs:workp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c2832 Int workp; /* working precision */ local
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 */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c2834 Int workp; /* working precision */ local
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 */

Completed in 139 milliseconds