Home | History | Annotate | Download | only in i18n

Lines Matching defs:dropped

1754 /*   modified during revision but dropped from 754-2008.              */
1983 Int dropped; /* .. */
2278 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */
2345 Int dropped; /* work */
2373 decTrim(res, set, 1, 0, &dropped); /* normalize in place */
2839 Int dropped; /* .. */
3082 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */
3101 /* here, dropped is the count of trailing zeros in 'a' */
3103 Int todrop=ideal-a->exponent; /* most that can be dropped */
3113 if (dropped<todrop) { /* clamp to those available */
3114 todrop=dropped;
3588 Int dropped; /* work */
3594 return decTrim(dn, &set, 0, 1, &dropped);
4287 Int dropped; /* work */
4816 if (!set->extended && (op==DIVIDE)) decTrim(res, set, 0, 1, &dropped);
6623 /* dropped returns the number of discarded trailing zeros */
6632 Flag noclamp, Int *dropped) {
6641 *dropped=0; /* assume no zeros dropped */
6688 *dropped=d; /* report the count */
6902 /* reflect the previous residue and the dropped digits. */
7237 /* clamped to etiny and the final 9 dropped. */