Lines Matching refs:dropped
916 Int dropped; /* work */ in decNumberNormalize() local
950 decTrim (res, 1, &dropped); /* normalize in place */ in decNumberNormalize()
987 Int dropped; /* .. */ in decNumberPower() local
1228 decTrim (res, 0, &dropped); /* trailing zeros */ in decNumberPower()
1465 Int dropped; /* .. */ in decNumberSquareRoot() local
1717 decTrim (b, 1, &dropped); /* [drops trailing zeros] */ in decNumberSquareRoot()
1754 if (dropped < todrop) in decNumberSquareRoot()
1755 todrop = dropped; /* clamp to those available */ in decNumberSquareRoot()
1920 Int dropped; /* work */ in decNumberTrim() local
1921 return decTrim (dn, 0, &dropped); in decNumberTrim()
2748 Int dropped; /* work */ in decDivideOp() local
3393 decTrim (res, 0, &dropped); in decDivideOp()
4369 decTrim (decNumber * dn, Flag all, Int * dropped) in decTrim() argument
4380 *dropped = 0; /* assume no zeros dropped */ in decTrim()
4430 *dropped = d; /* report the count */ in decTrim()