Home | History | Annotate | Download | only in test

Lines Matching full: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);