Home | History | Annotate | Download | only in i18n

Lines Matching defs:out

401 /* it is a NaN, Infinite, or out-of-range.                            */
424 if (hi>214748364 || (hi==214748364 && lo>7)) { /* out of range? */
476 /* string is the string where the result will be laid out */
527 Int cut, out; /* .. */
689 out=0; /* accumulator */
694 out=X10(out)+(Int)*c-(Int)'0';
698 *up=(Unit)out; /* write unit */
701 out=0; /* .. */
703 *up=(Unit)out; /* write lsu */
1084 /* If not violated then carry out the operation. */
1302 /* then carry out the operation. */
1374 uprv_decNumberFromInt32(res, ae); /* lay it out */
1444 /* then carry out the operation. */
2115 /* any -ve lhs is bad, as is either operand or context out of */
2504 || abs(rotate)>set->digits) /* .. or out of range */
2523 /* lsd [any digits shifted out are rotated to the left, */
2531 /* digits shifted out will fit exactly in the current msu, */
2662 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2717 || abs(shift)>set->digits) /* .. or out of range */
2902 /* use decFinish to clamp any out-of-range exponent, etc. */
3027 /* Overflow was possible if the input exponent was out-of-range, */
3038 /* Carry out the Hull correction */
3637 /* decToString -- lay out a number into a string */
3639 /* dn is the number to lay out */
3640 /* string is where to lay out the number */
3695 u=*up; /* contains DECDPUN digits to lay out */
3733 /* lay out the digits of the coefficient, adding 0s and . as needed */
3739 if (up==dn->lsu) break; /* out of input digits (pre>digits) */
3750 if (up==dn->lsu) break; /* out of input digits */
3766 if (up==dn->lsu) break; /* out of input digits */
3787 /* lay out the exponent [_itoa or equivalent is not ANSI C] */
3989 /* else drop out for careful add */
4000 /* else drop out for careful subtract */
5050 /* the main calculation resolution is carried out every 18th */
5236 /* 1. This is separated out as decExpOp so it can be called from */
5486 /* just a sanity check; comment out test to show always */
5601 /* 1. This is separated out as decLnOp so it can be called from */
6021 /* This computes C = A ? B and carries out one of four operations: */
7240 /* then the exponent is now out of range, so it will in fact get */
7470 /* Otherwise ensure exponent is not out of range, and round as */
7509 if (adjust<=0) { /* not out of range; unrounded */
8072 /* which are out of the set->emin/set->emax and set->digits range */
8145 if (alloc==NULL) return NULL; /* out of strorage */
8161 /* checked to ensure that no routine has written 'out of bounds'. */