Lines Matching refs:dropped
1963 Int dropped; /* .. */ in uprv_decNumberPower() local
2258 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */ in uprv_decNumberPower()
2325 Int dropped; /* work */ in uprv_decNumberReduce() local
2353 decTrim(res, set, 1, 0, &dropped); /* normalize in place */ in uprv_decNumberReduce()
2815 Int dropped; /* .. */ in uprv_decNumberSquareRoot() local
3058 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */ in uprv_decNumberSquareRoot()
3089 if (dropped<todrop) { /* clamp to those available */ in uprv_decNumberSquareRoot()
3090 todrop=dropped; in uprv_decNumberSquareRoot()
3561 Int dropped; /* work */ in uprv_decNumberTrim() local
3567 return decTrim(dn, &set, 0, 1, &dropped); in uprv_decNumberTrim()
4258 Int dropped; /* work */ in decDivideOp() local
4787 if (!set->extended && (op==DIVIDE)) decTrim(res, set, 0, 1, &dropped); in decDivideOp()
6592 Flag noclamp, Int *dropped) { argument
6601 *dropped=0; /* assume no zeros dropped */
6648 *dropped=d; /* report the count */