DEC_Rounded       260 src/decNumber/decContext.c     return decContextSetStatus(context, DEC_Rounded);
DEC_Rounded       311 src/decNumber/decContext.c     return decContextSetStatusQuiet(context, DEC_Rounded);
DEC_Rounded       355 src/decNumber/decContext.c   if (status==DEC_Rounded              ) return DEC_Condition_RO;
DEC_Rounded       194 src/decNumber/decContext.h #  define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact     \
DEC_Rounded       197 src/decNumber/decContext.h #  define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
DEC_Rounded      1873 src/decNumber/decNumber.c             status|=DEC_Inexact|DEC_Rounded; // deemed inexact
DEC_Rounded      2016 src/decNumber/decNumber.c           status|=DEC_Inexact|DEC_Rounded;   // deemed inexact
DEC_Rounded      2844 src/decNumber/decNumber.c     status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));
DEC_Rounded      2901 src/decNumber/decNumber.c       status|=DEC_Inexact|DEC_Rounded;
DEC_Rounded      2907 src/decNumber/decNumber.c         status|=DEC_Inexact|DEC_Rounded;
DEC_Rounded      2911 src/decNumber/decNumber.c         if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; // not equal
DEC_Rounded      2916 src/decNumber/decNumber.c           if (todrop<0) status|=DEC_Rounded; // ideally would add 0s
DEC_Rounded      3681 src/decNumber/decNumber.c               *status|=DEC_Rounded;               // [but exact]
DEC_Rounded      3709 src/decNumber/decNumber.c             *status|=DEC_Rounded;               // [but exact]
DEC_Rounded      5054 src/decNumber/decNumber.c       *status|=DEC_Inexact | DEC_Rounded;    // .. inexactly
DEC_Rounded      5376 src/decNumber/decNumber.c         *status|=(DEC_Inexact | DEC_Rounded); // is inexact
DEC_Rounded      5382 src/decNumber/decNumber.c         *status|=(DEC_Inexact | DEC_Rounded);
DEC_Rounded      5505 src/decNumber/decNumber.c            else *status|=(DEC_Inexact | DEC_Rounded);  // no, inexact
DEC_Rounded      5654 src/decNumber/decNumber.c             *status&=~(DEC_Inexact | DEC_Rounded); // [clean these]
DEC_Rounded      6623 src/decNumber/decNumber.c     if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
DEC_Rounded      6629 src/decNumber/decNumber.c   *status|=DEC_Rounded;       // accumulate Rounded status
DEC_Rounded      6915 src/decNumber/decNumber.c           *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
DEC_Rounded      7091 src/decNumber/decNumber.c   *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded;
DEC_Rounded      7146 src/decNumber/decNumber.c     *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;