Joseph Myers
e6a6b1c3de
Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).
...
The ldbl-128ibm implementation of logl is inaccurate for arguments
near 1, because when deciding whether to bypass a series expansion for
log(1+z), where z = x-1, it compares the square of z rather than z
itself with an epsilon value. This patch fixes that comparison, so
eliminating the test failures for inaccuracy of logl in such cases.
Tested for powerpc.
[BZ #19351 ]
* sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): When
expanding log(1+z), compare z rather than its square with epsilon
to determine when to avoid evaluating the expansion.
2015-12-09 23:51:11 +00:00
..
2015-02-25 00:01:15 +00:00
2015-06-03 15:41:36 +01:00
2015-09-23 22:42:30 +00:00
2013-10-04 10:32:36 +09:30
2015-09-23 22:42:30 +00:00
2014-06-23 20:20:10 +00:00
2015-09-30 23:34:59 +00:00
2015-06-03 15:41:36 +01:00
2014-02-10 15:07:12 +01:00
2015-09-23 22:42:30 +00:00
2015-09-24 23:43:57 +00:00
2015-02-26 12:57:21 +00:00
2015-10-23 21:37:33 +00:00
2015-10-19 12:04:33 +00:00
2014-05-23 12:07:50 +00:00
2015-12-09 23:51:11 +00:00
2015-09-25 22:29:10 +00:00
2015-01-02 16:29:47 +00:00
2013-10-04 10:32:48 +09:30
2015-12-09 22:37:08 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-09-23 22:42:30 +00:00
2015-09-23 22:42:30 +00:00
2015-10-27 23:42:20 +00:00
2015-01-02 16:29:47 +00:00
2015-09-10 22:27:58 +00:00
2015-09-10 22:27:58 +00:00
2015-11-13 12:03:46 +00:00
2014-02-10 15:07:12 +01:00
2015-11-19 15:52:43 -02:00
2015-01-02 16:29:47 +00:00
2015-09-23 22:42:30 +00:00
2015-09-23 22:42:30 +00:00
2015-01-02 16:29:47 +00:00
2014-11-24 11:41:47 +05:30
2013-10-04 10:32:19 +09:30
2015-10-05 17:46:50 +00:00
2015-09-16 16:42:46 +00:00
2013-10-04 10:32:19 +09:30
2015-09-17 16:47:14 +00:00
2015-01-02 16:29:47 +00:00
2015-06-03 16:35:44 +01:00
2015-01-02 16:29:47 +00:00
2014-11-26 13:54:55 +00:00
2014-11-24 11:41:47 +05:30
2014-11-24 11:41:47 +05:30
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-10-06 15:14:26 +00:00
2015-10-05 17:46:50 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2014-11-24 11:41:47 +05:30
2015-09-15 20:48:05 +00:00
2015-11-02 18:54:19 +00:00
2015-11-02 18:54:19 +00:00
2015-11-02 18:54:19 +00:00
2015-02-17 00:41:50 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2014-06-20 07:48:20 +05:30
2015-09-16 21:11:00 +00:00
2015-09-18 16:39:08 +01:00
2015-09-18 20:51:52 +01:00
2013-10-04 10:32:19 +09:30
2015-12-09 21:20:18 +00:00
2013-10-04 10:32:19 +09:30
2015-01-02 16:29:47 +00:00
2015-11-24 22:24:52 +00:00
2015-11-24 22:24:52 +00:00
2015-01-02 16:29:47 +00:00
2015-11-13 12:03:46 +00:00
2015-10-06 17:37:49 +00:00
2015-04-13 21:19:27 +02:00
2015-01-02 16:29:47 +00:00
2015-09-28 22:11:22 +00:00