Home | History | Annotate | Download | only in i18n

Lines Matching defs:dropped

1737 /*   modified during revision but dropped from 754-2008.              */
1966 Int dropped; /* .. */
2261 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */
2328 Int dropped; /* work */
2356 decTrim(res, set, 1, 0, &dropped); /* normalize in place */
2820 Int dropped; /* .. */
3063 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */
3082 /* here, dropped is the count of trailing zeros in 'a' */
3084 Int todrop=ideal-a->exponent; /* most that can be dropped */
3094 if (dropped<todrop) { /* clamp to those available */
3095 todrop=dropped;
3567 Int dropped; /* work */
3573 return decTrim(dn, &set, 0, 1, &dropped);
4264 Int dropped; /* work */
4793 if (!set->extended && (op==DIVIDE)) decTrim(res, set, 0, 1, &dropped);
6592 /* dropped returns the number of discarded trailing zeros */
6601 Flag noclamp, Int *dropped) {
6610 *dropped=0; /* assume no zeros dropped */
6657 *dropped=d; /* report the count */
6871 /* reflect the previous residue and the dropped digits. */
7205 /* clamped to etiny and the final 9 dropped. */