Searched defs:etiny (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c5882 Int etiny=set->emin-(reqdigits-1); local
5929 if (!set->extended) etiny=set->emin; /* no subnormals */
5934 || (reqexp<etiny) /* < lowest */
7235 /* iff the number was at the subnormal boundary (exponent=etiny) */
7237 /* clamped to etiny and the final 9 dropped. */
7472 Int etiny, adjust; /* .. */ local
7486 etiny=set->emin-(set->digits-1); /* smallest allowed exponent */
7496 if (dn->exponent<etiny) { /* clamp required */
7497 dn->exponent=etiny;
7504 adjust=etiny
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c5884 Int etiny=set->emin-(reqdigits-1); local
5931 if (!set->extended) etiny=set->emin; /* no subnormals */
5936 || (reqexp<etiny) /* < lowest */
7237 /* iff the number was at the subnormal boundary (exponent=etiny) */
7239 /* clamped to etiny and the final 9 dropped. */
7474 Int etiny, adjust; /* .. */ local
7488 etiny=set->emin-(set->digits-1); /* smallest allowed exponent */
7498 if (dn->exponent<etiny) { /* clamp required */
7499 dn->exponent=etiny;
7506 adjust=etiny
[all...]

Completed in 116 milliseconds