public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/46416] libquadmath: missing functions
Date: Sun, 16 Jan 2011 16:55:00 -0000	[thread overview]
Message-ID: <bug-46416-4-8GFEe0qCN3@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-46416-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-16 16:42:41 UTC ---
Author: jakub
Date: Sun Jan 16 16:42:37 2011
New Revision: 168853

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168853
Log:
    PR fortran/46416
    * quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
    New prototypes.
    (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
    M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
    * quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
    catanhq): Add.
    * quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
    QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
    * quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
    catanq and catanhq.
    * Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
    math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
    and math/catanhq.c.
    * Makefile.in: Regenerated.
    * libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
    catanq, catanhq): Add.
    * math/cacoshq.c: New file.
    * math/cacosq.c: New file.
    * math/catanq.c: New file.
    * math/catanhq.c: New file.
    * math/casinq.c: New file.
    * math/casinhq.c: New file.

    * math/hypotq.c (hypotq): Use Q suffix instead of L.
    * math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
    * math/cosq.c (cosq): Likewise.

Added:
    trunk/libquadmath/math/cacoshq.c
    trunk/libquadmath/math/cacosq.c
    trunk/libquadmath/math/casinhq.c
    trunk/libquadmath/math/casinq.c
    trunk/libquadmath/math/catanhq.c
    trunk/libquadmath/math/catanq.c
Modified:
    trunk/libquadmath/ChangeLog
    trunk/libquadmath/Makefile.am
    trunk/libquadmath/Makefile.in
    trunk/libquadmath/libquadmath.texi
    trunk/libquadmath/math/atan2q.c
    trunk/libquadmath/math/cosq.c
    trunk/libquadmath/math/hypotq.c
    trunk/libquadmath/quadmath-imp.h
    trunk/libquadmath/quadmath.h
    trunk/libquadmath/quadmath.map
    trunk/libquadmath/quadmath_weak.h


  parent reply	other threads:[~2011-01-16 16:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-10 16:49 [Bug fortran/46416] New: libquadmath: Complex inverse hyperbolic/trigonometric function missing: casinhq etc burnus at gcc dot gnu.org
2010-12-27 23:54 ` [Bug fortran/46416] libquadmath: missing functions dfranke at gcc dot gnu.org
2010-12-27 23:54 ` dfranke at gcc dot gnu.org
2011-01-05 18:00 ` burnus at gcc dot gnu.org
2011-01-05 22:31 ` jakub at gcc dot gnu.org
2011-01-06 11:40 ` burnus at gcc dot gnu.org
2011-01-06 13:18 ` jakub at gcc dot gnu.org
2011-01-16 16:55 ` jakub at gcc dot gnu.org [this message]
2011-01-16 17:15 ` jakub at gcc dot gnu.org
2011-01-17  9:15 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-46416-4-8GFEe0qCN3@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).