Searched defs:round_bit (Results 1 – 3 of 3) sorted by relevance
55 bool round_bit = rshift < Bits ? value.get_bit(rshift) : 0; in rounding_direction() local339 bool round_bit = !(mantissa & round_mask).is_zero(); in fast_as() local
167 T round_bit = FXRep::EPS() << (FXRep::FRACTION_LEN - n - 1); in round() local
818 bool round_bit = static_cast<bool>(mantissa & round_bit_mask); in binary_exp_to_float() local