Home | History | Annotate | Download | only in test

Lines Matching refs:max_ulps

2685     const size_t max_ulps = Floating::kMaxUlps;
2692 zero_bits + max_ulps/2);
2694 zero_bits + max_ulps - max_ulps/2);
2696 zero_bits + max_ulps + 1 - max_ulps/2);
2702 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2704 one_bits + max_ulps + 1);
2714 infinity_bits - max_ulps);
2716 infinity_bits - max_ulps - 1);