Searched defs:sticky_bit (Results 1 – 4 of 4) sorted by relevance
49 sticky_bit = 01000, enumerator
150 bool sticky_bit = !(mantissa & sticky_mask).is_zero(); as() local
775 bool sticky_bit = static_cast<bool>(mantissa & sticky_mask) || truncated; binary_exp_to_float() local
105 sticky_bit = 01000, global() enumerator