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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4208 /* msu2pair/plus=1st 2 or 1 units of var2, +1 to allow for round */
4220 /* If same then tops2=msu2pair -- {units 1&2 of var2} */
4269 eInt msu2pair; /* msu2 pair plus one [does not vary] */ local
4489 msu2pair=(eInt)*msu2*(DECDPUNMAX+1);/* top two pair .. */
4491 msu2pair+=*(msu2-1); /* .. */
4492 if (var2units>2) msu2pair++; /* .. +1 if any more */
4571 mult=(Int)(((eInt)*msu1*(DECDPUNMAX+1)+*(msu1-1))/msu2pair);
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4210 /* msu2pair/plus=1st 2 or 1 units of var2, +1 to allow for round */
4222 /* If same then tops2=msu2pair -- {units 1&2 of var2} */
4271 eInt msu2pair; /* msu2 pair plus one [does not vary] */ local
4491 msu2pair=(eInt)*msu2*(DECDPUNMAX+1);/* top two pair .. */
4493 msu2pair+=*(msu2-1); /* .. */
4494 if (var2units>2) msu2pair++; /* .. +1 if any more */
4573 mult=(Int)(((eInt)*msu1*(DECDPUNMAX+1)+*(msu1-1))/msu2pair);

Completed in 166 milliseconds