Searched refs:round_bit (Results 1 – 2 of 2) sorted by relevance
763 mp_limb_t round_bit; in mpfr_div() local859 round_bit = MPFR_LIMB_ZERO; in mpfr_div()997 round_bit = (qp[1] >> (sh - 1)) & 1; in mpfr_div()999 round_bit = qp[0] >> (GMP_NUMB_BITS - 1); in mpfr_div()1003 if (round_bit == 0) in mpfr_div()1153 round_bit = sticky3 & (MPFR_LIMB_ONE << (sh2 - 1)); in mpfr_div()1154 sticky = (sticky3 ^ round_bit) | sticky_u; in mpfr_div()1179 round_bit = sticky3 & (MPFR_LIMB_ONE << (sh2 - 1)); in mpfr_div()1180 sticky3 = sticky3 ^ round_bit; in mpfr_div()1284 else if (round_bit == MPFR_LIMB_ZERO) in mpfr_div()[all …]
187 round_bit equ 0 ;round bit is bit number 0