Searched refs:round_bit (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Ddiv.c763 mp_limb_t round_bit; local
859 round_bit = MPFR_LIMB_ZERO;
997 round_bit = (qp[1] >> (sh - 1)) & 1;
999 round_bit = qp[0] >> (GMP_NUMB_BITS - 1);
1002 round_bit (4 cases). */
1003 if (round_bit == 0)
1008 else /* round_bit = 1 */
1153 round_bit = sticky3 & (MPFR_LIMB_ONE << (sh2 - 1));
1154 sticky = (sticky3 ^ round_bit) | sticky_u;
1179 round_bit
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c179 mp_limb_t round_limb, mp_size_t round_bit, int more_bits)
196 more_bits |= (round_limb & ((((mp_limb_t) 1) << round_bit) - 1)) != 0;
204 round_bit = (MANT_DIG - 1) % BITS_PER_MP_LIMB;
214 round_bit = (shift - 1) % BITS_PER_MP_LIMB;
217 more_bits |= ((round_limb & ((((mp_limb_t) 1) << round_bit) - 1))
243 & (((mp_limb_t) 1) << round_bit)) != 0,
246 & ((((mp_limb_t) 1) << round_bit) - 1))
263 round_bit = shift - 1;
274 && ((round_limb & (((mp_limb_t) 1) << round_bit)) != 0
276 || (round_limb & ((((mp_limb_t) 1) << round_bit)
176 round_and_return(mp_limb_t *retval, intmax_t exponent, int negative, mp_limb_t round_limb, mp_size_t round_bit, int more_bits) argument
1284 const mp_size_t round_bit = least_bit == 0 ? BITS_PER_MP_LIMB - 1 local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c179 mp_limb_t round_limb, mp_size_t round_bit, int more_bits)
196 more_bits |= (round_limb & ((((mp_limb_t) 1) << round_bit) - 1)) != 0;
204 round_bit = (MANT_DIG - 1) % BITS_PER_MP_LIMB;
214 round_bit = (shift - 1) % BITS_PER_MP_LIMB;
217 more_bits |= ((round_limb & ((((mp_limb_t) 1) << round_bit) - 1))
243 & (((mp_limb_t) 1) << round_bit)) != 0,
246 & ((((mp_limb_t) 1) << round_bit) - 1))
263 round_bit = shift - 1;
274 && ((round_limb & (((mp_limb_t) 1) << round_bit)) != 0
276 || (round_limb & ((((mp_limb_t) 1) << round_bit)
176 round_and_return(mp_limb_t *retval, intmax_t exponent, int negative, mp_limb_t round_limb, mp_size_t round_bit, int more_bits) argument
1284 const mp_size_t round_bit = least_bit == 0 ? BITS_PER_MP_LIMB - 1 local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc754 const bitvec round_bit = effective_mantissa << 1; local
755 const bitvec has_tail_bits = round_bit - 1;
757 const bitvec should_round = round_bit & (has_tail_bits | lsb_bit);
/netbsd-current/sys/arch/m68k/fpsp/
H A Dfpsp.h187 round_bit equ 0 ;round bit is bit number 0

Completed in 176 milliseconds