Home | History | Annotate | Download | only in config

Lines Matching defs:rbit

246   unsigned int rbit;            /* Round bit. */
454 rbit = 0;
455 /* Store the mantissa data into smant and the roundbit into rbit */
459 rbit = shift < 0 ? ((*p >> (-shift-1)) & 0x1) : 0;
465 if(rbit)