Lines Matching refs:one_bits
2485 const Bits one_bits = Floating(1).bits();2488 close_to_one_ = Floating::ReinterpretBits(one_bits + max_ulps);2489 further_from_one_ = Floating::ReinterpretBits(one_bits + max_ulps + 1);