Lines Matching full:rounding
361 /* rounding is done by shifting one bit less than necessary to the right, adding '1' and then shifting the final bit */
586 oneBitLess = 1; /* LD_DATA_SHIFT => ld64 scaling; one bit less for rounding */
816 sfb_nrgLeft[m] = ((INT)nrgLeft+1)>>1; /* rounding */
833 nrgRight = (nrgRight+(FIXP_DBL)1)>>1; /* rounding */