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

/external/icu4c/i18n/
H A DdecNumber.c1669 decNumber dtiny; /* constant */ local
1682 uprv_decNumberZero(&dtiny); /* start with 0 */
1683 dtiny.lsu[0]=1; /* make number that is .. */
1684 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */
1686 decAddOp(res, rhs, &dtiny, &workset, DECNEG, &status);
1705 decNumber dtiny; /* constant */ local
1719 uprv_decNumberZero(&dtiny); /* start with 0 */
1720 dtiny.lsu[0]=1; /* make number that is .. */
1721 dtiny.exponent=DEC_MIN_EMIN-1; /* .. smaller than tiniest */
1723 decAddOp(res, rhs, &dtiny,
1745 decNumber dtiny; /* constant */ local
[all...]

Completed in 43 milliseconds