Lines Matching refs:a
15 # You should have received a copy of the GNU Lesser General Public
192 # Cases where larger argument is half way between two values of a
4848 # Cases where the ratio of two values in a wider format is very close
4849 # to half way between two representable values in a narrower format,
4851 # a narrower format of width a and a wider format of width w, take
4852 # b = w - a; these examples are of the form
4853 # (1 + 2^-a + 2^-b + 2^(1-w)) / (1 + 2^-b). These examples have
4854 # ratios of the form (1 + 2^-a) to the width of the wider format, but
4858 # a = 24, w = 53.
4860 # a = 24, w = 64.
4862 # a = 24, w = 113.
4864 # a = 53, w = 64.
4866 # a = 53, w = 113.
4868 # a = 64, w = 113.
4870 # Similar, for double rounding to 64-bit of a division of 53-bit values.
6033 # where a result inaccurate by a few ulp could differ from the ideal
6678 # Cases where the product of two values in a wider format is very
6679 # close to half way between two representable values in a narrower
6682 # (2^a + 1)(2^b + 1)/2^(a+b), where a is the width of the narrower
6686 # a = 24, b = 54
6688 # a = 24, b = 65
6690 # a = 24, b = 114
6692 # a = 53, b = 65
6694 # a = 53, b = 114
6696 # a = 64, b = 114
6698 # Similar, for double rounding to 64 bit of a product of 53-bit values.
7518 # Cases where larger argument is half way between two values of a