This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-630-g24f5606


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  24f5606614cb8b7c4dad930ee7871071dc26299f (commit)
      from  faa7f8119fd7137362e2aa8c8d185b4cf9a45166 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=24f5606614cb8b7c4dad930ee7871071dc26299f

commit 24f5606614cb8b7c4dad930ee7871071dc26299f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu May 9 14:13:10 2013 +0000

    Use M_PI_34l consistently in libm-test.inc.

diff --git a/ChangeLog b/ChangeLog
index 3041644..946d093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
+	M_PI_4l.
+
 	* math/libm-test.inc (M_PI_34l): Define using decimal constant.
 	(M_PI_34_LOG10El): Likewise.
 	(M_PI2_LOG10El): Likewise.
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 9b47ab3..8845054 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -3031,9 +3031,9 @@ carg_test (void)
 
   TEST_c_f (carg, plus_infty, minus_infty, -M_PI_4l);
 
-  TEST_c_f (carg, minus_infty, plus_infty, 3 * M_PI_4l);
+  TEST_c_f (carg, minus_infty, plus_infty, M_PI_34l);
 
-  TEST_c_f (carg, minus_infty, minus_infty, -3 * M_PI_4l);
+  TEST_c_f (carg, minus_infty, minus_infty, -M_PI_34l);
 
   TEST_c_f (carg, qnan_value, qnan_value, qnan_value);
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    3 +++
 math/libm-test.inc |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]