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

/external/icu4c/i18n/
H A DdecNumber.c1113 decContext dcmul; /* context for the multiplication */ local
1136 dcmul=*set;
1137 dcmul.digits=lhs->digits+rhs->digits; /* just enough */
1139 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */
1140 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */
1143 needbytes=sizeof(decNumber)+(D2U(dcmul.digits)-1)*sizeof(Unit);
1152 /*printf("emin=%ld\n", dcmul.emin); */
1153 decMultiplyOp(acc, lhs, rhs, &dcmul, &status);

Completed in 48 milliseconds