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

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

Completed in 152 milliseconds