Home | History | Annotate | Download | only in test

Lines Matching refs:max_ulps

2692     const size_t max_ulps = Floating::kMaxUlps;
2699 zero_bits + max_ulps/2);
2701 zero_bits + max_ulps - max_ulps/2);
2703 zero_bits + max_ulps + 1 - max_ulps/2);
2709 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2711 one_bits + max_ulps + 1);
2721 infinity_bits - max_ulps);
2723 infinity_bits - max_ulps - 1);