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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1689 decNumber dtiny; /* constant */ local
1702 uprv_decNumberZero(&dtiny); /* start with 0 */
1703 dtiny.lsu[0]=1; /* make number that is .. */
1704 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */
1706 decAddOp(res, rhs, &dtiny, &workset, DECNEG, &status);
1725 decNumber dtiny; /* constant */ local
1739 uprv_decNumberZero(&dtiny); /* start with 0 */
1740 dtiny.lsu[0]=1; /* make number that is .. */
1741 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */
1743 decAddOp(res, rhs, &dtiny,
1765 decNumber dtiny; /* constant */ local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1691 decNumber dtiny; /* constant */ local
1704 uprv_decNumberZero(&dtiny); /* start with 0 */
1705 dtiny.lsu[0]=1; /* make number that is .. */
1706 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */
1708 decAddOp(res, rhs, &dtiny, &workset, DECNEG, &status);
1727 decNumber dtiny; /* constant */ local
1741 uprv_decNumberZero(&dtiny); /* start with 0 */
1742 dtiny.lsu[0]=1; /* make number that is .. */
1743 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */
1745 decAddOp(res, rhs, &dtiny,
1767 decNumber dtiny; /* constant */ local
[all...]

Completed in 248 milliseconds