DEC_Rounded 258 src/decNumber/decContext.c return decContextSetStatus(context, DEC_Rounded); DEC_Rounded 309 src/decNumber/decContext.c return decContextSetStatusQuiet(context, DEC_Rounded); DEC_Rounded 353 src/decNumber/decContext.c if (status==DEC_Rounded ) return DEC_Condition_RO; DEC_Rounded 192 src/decNumber/decContext.h # define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \ DEC_Rounded 195 src/decNumber/decContext.h # define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact) DEC_Rounded 1857 src/decNumber/decNumber.c status|=DEC_Inexact|DEC_Rounded; // deemed inexact DEC_Rounded 2000 src/decNumber/decNumber.c status|=DEC_Inexact|DEC_Rounded; // deemed inexact DEC_Rounded 2828 src/decNumber/decNumber.c status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); DEC_Rounded 2885 src/decNumber/decNumber.c status|=DEC_Inexact|DEC_Rounded; DEC_Rounded 2891 src/decNumber/decNumber.c status|=DEC_Inexact|DEC_Rounded; DEC_Rounded 2895 src/decNumber/decNumber.c if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; // not equal DEC_Rounded 2900 src/decNumber/decNumber.c if (todrop<0) status|=DEC_Rounded; // ideally would add 0s DEC_Rounded 3664 src/decNumber/decNumber.c *status|=DEC_Rounded; // [but exact] DEC_Rounded 3692 src/decNumber/decNumber.c *status|=DEC_Rounded; // [but exact] DEC_Rounded 5034 src/decNumber/decNumber.c *status|=DEC_Inexact | DEC_Rounded; // .. inexactly DEC_Rounded 5356 src/decNumber/decNumber.c *status|=(DEC_Inexact | DEC_Rounded); // is inexact DEC_Rounded 5362 src/decNumber/decNumber.c *status|=(DEC_Inexact | DEC_Rounded); DEC_Rounded 5485 src/decNumber/decNumber.c else *status|=(DEC_Inexact | DEC_Rounded); // no, inexact DEC_Rounded 5634 src/decNumber/decNumber.c *status&=~(DEC_Inexact | DEC_Rounded); // [clean these] DEC_Rounded 6603 src/decNumber/decNumber.c if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded); DEC_Rounded 6609 src/decNumber/decNumber.c *status|=DEC_Rounded; // accumulate Rounded status DEC_Rounded 6893 src/decNumber/decNumber.c *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; DEC_Rounded 7069 src/decNumber/decNumber.c *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded; DEC_Rounded 7124 src/decNumber/decNumber.c *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;