Searched defs:bump (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp362 int32_t bump = count * maxLabelCount_ / size; local
363 if (bump == old) {
366 old = bump;
H A DdecNumber.c7117 Int bump; /* 1 if coefficient needs to be incremented */ local
7122 bump=0; /* assume a smooth ride */
7133 if (residue<0 && lsd5!=1) bump=-1;
7134 else if (residue>0 && lsd5==0) bump=1;
7135 /* [bump==1 could be applied directly; use common path for clarity] */
7140 if (residue<0) bump=-1;
7144 if (residue>5) bump=1;
7148 if (residue>5) bump=1; /* >0.5 goes up */
7151 if (*dn->lsu & 0x01) bump=1;
7156 if (residue>=5) bump
[all...]
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...

Completed in 252 milliseconds