Lines Matching full:discarded
6583 /* dropped returns the number of discarded trailing zeros */
6738 /* Removed digits are discarded (lost). Units not required to hold */
6881 /* DEC_Rounded status is set if any digits are discarded. */
6882 /* DEC_Inexact status is set if any non-zero digits are discarded, or */
6901 if (discard<=0) { /* no digits are being discarded */
6915 /* some digits must be discarded ... */
6920 if (discard>len) { /* everything, +1, is being discarded */
6937 /* here, at least the first (most significant) discarded digit exists */
6940 /* the Unit with the first discarded digit. When reach it, extract */
6949 /* here up -> Unit with first discarded digit */
6976 uInt discard1; /* first discarded digit */