Home | History | Annotate | Download | only in test

Lines Matching refs:max_ulps

2656     const size_t max_ulps = Floating::kMaxUlps;
2663 zero_bits + max_ulps/2);
2665 zero_bits + max_ulps - max_ulps/2);
2667 zero_bits + max_ulps + 1 - max_ulps/2);
2673 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2675 one_bits + max_ulps + 1);
2685 infinity_bits - max_ulps);
2687 infinity_bits - max_ulps - 1);