Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
1a41c323
Commit
1a41c323
authored
Feb 03, 2013
by
Richard Sandiford
Committed by
Richard Sandiford
Feb 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright in libquadmath.
From-SVN: r195699
parent
23701e90
Hide whitespace changes
Inline
Side-by-side
Showing
71 changed files
with
74 additions
and
74 deletions
+74
-74
libquadmath/ChangeLog
+4
-0
libquadmath/math/cacoshq.c
+1
-1
libquadmath/math/cacosq.c
+1
-1
libquadmath/math/casinhq.c
+1
-1
libquadmath/math/casinq.c
+1
-1
libquadmath/math/catanhq.c
+1
-1
libquadmath/math/catanq.c
+1
-1
libquadmath/math/ccoshq.c
+1
-1
libquadmath/math/cexpq.c
+1
-1
libquadmath/math/cimagq.c
+1
-1
libquadmath/math/clog10q.c
+1
-1
libquadmath/math/clogq.c
+1
-1
libquadmath/math/complex.c
+1
-1
libquadmath/math/conjq.c
+1
-1
libquadmath/math/cosq_kernel.c
+1
-1
libquadmath/math/cprojq.c
+1
-1
libquadmath/math/crealq.c
+1
-1
libquadmath/math/csinhq.c
+1
-1
libquadmath/math/csinq.c
+1
-1
libquadmath/math/csqrtq.c
+1
-1
libquadmath/math/ctanhq.c
+1
-1
libquadmath/math/ctanq.c
+1
-1
libquadmath/math/expq.c
+1
-1
libquadmath/math/fdimq.c
+1
-1
libquadmath/math/fmaq.c
+1
-1
libquadmath/math/fmaxq.c
+1
-1
libquadmath/math/fminq.c
+1
-1
libquadmath/math/llrintq.c
+1
-1
libquadmath/math/llroundq.c
+1
-1
libquadmath/math/lrintq.c
+1
-1
libquadmath/math/lroundq.c
+1
-1
libquadmath/math/rem_pio2q.c
+1
-1
libquadmath/math/remquoq.c
+1
-1
libquadmath/math/roundq.c
+1
-1
libquadmath/math/sincos_table.c
+1
-1
libquadmath/math/sincosq.c
+1
-1
libquadmath/math/sincosq_kernel.c
+1
-1
libquadmath/math/sinq_kernel.c
+1
-1
libquadmath/math/tgammaq.c
+1
-1
libquadmath/math/truncq.c
+1
-1
libquadmath/math/x2y2m1q.c
+1
-1
libquadmath/printf/_i18n_number.h
+1
-1
libquadmath/printf/_itoa.h
+1
-1
libquadmath/printf/_itowa.h
+1
-1
libquadmath/printf/add_n.c
+1
-1
libquadmath/printf/addmul_1.c
+1
-1
libquadmath/printf/cmp.c
+1
-1
libquadmath/printf/divrem.c
+1
-1
libquadmath/printf/flt1282mpn.c
+1
-2
libquadmath/printf/fpioconst.c
+1
-2
libquadmath/printf/fpioconst.h
+1
-2
libquadmath/printf/gmp-impl.h
+1
-1
libquadmath/printf/lshift.c
+1
-1
libquadmath/printf/mul.c
+1
-1
libquadmath/printf/mul_1.c
+1
-1
libquadmath/printf/mul_n.c
+1
-1
libquadmath/printf/printf_fp.c
+1
-1
libquadmath/printf/printf_fphex.c
+1
-1
libquadmath/printf/quadmath-printf.c
+1
-1
libquadmath/printf/quadmath-printf.h
+1
-1
libquadmath/printf/rshift.c
+1
-1
libquadmath/printf/sub_n.c
+1
-1
libquadmath/printf/submul_1.c
+1
-1
libquadmath/quadmath-imp.h
+1
-1
libquadmath/quadmath-rounding-mode.h
+1
-1
libquadmath/quadmath.h
+1
-1
libquadmath/quadmath_weak.h
+1
-1
libquadmath/strtod/grouping.h
+1
-1
libquadmath/strtod/mpn2flt128.c
+1
-2
libquadmath/strtod/strtod_l.c
+1
-1
libquadmath/strtod/strtoflt128.c
+1
-1
No files found.
libquadmath/ChangeLog
View file @
1a41c323
2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
2013-01-22 Jakub Jelinek <jakub@redhat.com>
2013-01-22 Jakub Jelinek <jakub@redhat.com>
PR libquadmath/56072
PR libquadmath/56072
...
...
libquadmath/math/cacoshq.c
View file @
1a41c323
/* Return arc hyperbole cosine for __float128 value.
/* Return arc hyperbole cosine for __float128 value.
Copyright (C) 1997
, 1998, 2006
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/cacosq.c
View file @
1a41c323
/* Return cosine of complex __float128 value.
/* Return cosine of complex __float128 value.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/casinhq.c
View file @
1a41c323
/* Return arc hyperbole sine for __float128 value.
/* Return arc hyperbole sine for __float128 value.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/casinq.c
View file @
1a41c323
/* Return arc sine of complex __float128 value.
/* Return arc sine of complex __float128 value.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/catanhq.c
View file @
1a41c323
/* Return arc hyperbole tangent for __float128 value.
/* Return arc hyperbole tangent for __float128 value.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/catanq.c
View file @
1a41c323
/* Return arc tangent of complex __float128 value.
/* Return arc tangent of complex __float128 value.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/ccoshq.c
View file @
1a41c323
/* Complex cosine hyperbole function for complex __float128.
/* Complex cosine hyperbole function for complex __float128.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/cexpq.c
View file @
1a41c323
/* Return value of complex exponential function for complex __float128 value.
/* Return value of complex exponential function for complex __float128 value.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/cimagq.c
View file @
1a41c323
/* Return imaginary part of complex __float128 value.
/* Return imaginary part of complex __float128 value.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/clog10q.c
View file @
1a41c323
/* Compute complex base 10 logarithm for complex __float128.
/* Compute complex base 10 logarithm for complex __float128.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/clogq.c
View file @
1a41c323
/* Compute complex natural logarithm for complex __float128.
/* Compute complex natural logarithm for complex __float128.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/complex.c
View file @
1a41c323
/* GCC Quad-Precision Math Library
/* GCC Quad-Precision Math Library
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
This file is part of the libquadmath library.
This file is part of the libquadmath library.
...
...
libquadmath/math/conjq.c
View file @
1a41c323
/* Return complex conjugate of complex __float128 value.
/* Return complex conjugate of complex __float128 value.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/cosq_kernel.c
View file @
1a41c323
/* Quad-precision floating point cosine on <-pi/4,pi/4>.
/* Quad-precision floating point cosine on <-pi/4,pi/4>.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/cprojq.c
View file @
1a41c323
/* Compute projection of complex __float128 value to Riemann sphere.
/* Compute projection of complex __float128 value to Riemann sphere.
Copyright (C) 1997
, 1999, 2010
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/crealq.c
View file @
1a41c323
/* Return real part of complex __float128 value.
/* Return real part of complex __float128 value.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/csinhq.c
View file @
1a41c323
/* Complex sine hyperbole function for complex __float128.
/* Complex sine hyperbole function for complex __float128.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/csinq.c
View file @
1a41c323
/* Complex sine function for complex __float128.
/* Complex sine function for complex __float128.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/csqrtq.c
View file @
1a41c323
/* Complex square root of __float128 value.
/* Complex square root of __float128 value.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>.
Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/ctanhq.c
View file @
1a41c323
/* Complex hyperbole tangent for __float128.
/* Complex hyperbole tangent for __float128.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/ctanq.c
View file @
1a41c323
/* Complex tangent function for complex __float128.
/* Complex tangent function for complex __float128.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/expq.c
View file @
1a41c323
/* Quad-precision floating point e^x.
/* Quad-precision floating point e^x.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
Partly based on double-precision code
Partly based on double-precision code
...
...
libquadmath/math/fdimq.c
View file @
1a41c323
/* Return positive difference between arguments.
/* Return positive difference between arguments.
Copyright (C) 1997
, 2004, 2009
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/fmaq.c
View file @
1a41c323
/* Compute x * y + z as ternary operation.
/* Compute x * y + z as ternary operation.
Copyright (C) 2010-201
2
Free Software Foundation, Inc.
Copyright (C) 2010-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
...
...
libquadmath/math/fmaxq.c
View file @
1a41c323
/* Return maximum numeric value of X and Y.
/* Return maximum numeric value of X and Y.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/fminq.c
View file @
1a41c323
/* Return minimum numeric value of X and Y.
/* Return minimum numeric value of X and Y.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/llrintq.c
View file @
1a41c323
/* Round argument to nearest integral value according to current rounding
/* Round argument to nearest integral value according to current rounding
direction.
direction.
Copyright (C) 1997
, 1999, 2006
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/llroundq.c
View file @
1a41c323
/* Round __float128 value to long long int.
/* Round __float128 value to long long int.
Copyright (C) 1997
, 1999, 2004
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/lrintq.c
View file @
1a41c323
/* Round argument to nearest integral value according to current rounding
/* Round argument to nearest integral value according to current rounding
direction.
direction.
Copyright (C) 1997
, 1999, 2004, 2006
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/lroundq.c
View file @
1a41c323
/* Round __float128 value to long int.
/* Round __float128 value to long int.
Copyright (C) 1997
, 1999, 2004
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/rem_pio2q.c
View file @
1a41c323
...
@@ -312,7 +312,7 @@ recompute:
...
@@ -312,7 +312,7 @@ recompute:
/* Quad-precision floating point argument reduction.
/* Quad-precision floating point argument reduction.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/remquoq.c
View file @
1a41c323
/* Compute remainder and a congruent to the quotient.
/* Compute remainder and a congruent to the quotient.
Copyright (C) 1997
, 1999, 2002
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/roundq.c
View file @
1a41c323
/* Round __float128 to integer away from zero.
/* Round __float128 to integer away from zero.
Copyright (C) 1997
, 1999
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/sincos_table.c
View file @
1a41c323
/* Quad-precision floating point sine and cosine tables.
/* Quad-precision floating point sine and cosine tables.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/sincosq.c
View file @
1a41c323
/* Compute sine and cosine of argument.
/* Compute sine and cosine of argument.
Copyright (C) 1997
, 1999
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>.
Jakub Jelinek <jj@ultra.linux.cz>.
...
...
libquadmath/math/sincosq_kernel.c
View file @
1a41c323
/* Quad-precision floating point sine and cosine on <-pi/4,pi/4>.
/* Quad-precision floating point sine and cosine on <-pi/4,pi/4>.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/sinq_kernel.c
View file @
1a41c323
/* Quad-precision floating point sine on <-pi/4,pi/4>.
/* Quad-precision floating point sine on <-pi/4,pi/4>.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/tgammaq.c
View file @
1a41c323
/* Implementation of gamma function according to ISO C.
/* Implementation of gamma function according to ISO C.
Copyright (C) 1997
, 1999, 2002, 2004
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz, 1999.
Jakub Jelinek <jj@ultra.linux.cz, 1999.
...
...
libquadmath/math/truncq.c
View file @
1a41c323
/* Truncate argument to nearest integral value not larger than the argument.
/* Truncate argument to nearest integral value not larger than the argument.
Copyright (C) 1997
, 1999
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/x2y2m1q.c
View file @
1a41c323
/* Compute x^2 + y^2 - 1, without large cancellation error.
/* Compute x^2 + y^2 - 1, without large cancellation error.
Copyright (C) 2012 Free Software Foundation, Inc.
Copyright (C) 2012
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/_i18n_number.h
View file @
1a41c323
/* Copyright (C) 2000
, 2004, 2008
Free Software Foundation, Inc.
/* Copyright (C) 2000
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
...
...
libquadmath/printf/_itoa.h
View file @
1a41c323
/* Internal function for converting integers to ASCII.
/* Internal function for converting integers to ASCII.
Copyright (C) 1994-
1999,2002,2003,2007
Free Software Foundation, Inc.
Copyright (C) 1994-
2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/_itowa.h
View file @
1a41c323
/* Internal function for converting integers to ASCII.
/* Internal function for converting integers to ASCII.
Copyright (C) 1994
,95,96,97,98,99,2002,200
3 Free Software Foundation, Inc.
Copyright (C) 1994
-201
3 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/add_n.c
View file @
1a41c323
/* mpn_add_n -- Add two limb vectors of equal, non-zero length.
/* mpn_add_n -- Add two limb vectors of equal, non-zero length.
Copyright (C) 1992
, 1993, 1994, 1996
Free Software Foundation, Inc.
Copyright (C) 1992
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/addmul_1.c
View file @
1a41c323
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
limb vector pointed to by RES_PTR. Return the most significant limb of
limb vector pointed to by RES_PTR. Return the most significant limb of
the product, adjusted for carry-out from the addition.
the product, adjusted for carry-out from the addition.
Copyright (C) 1992
, 1993, 1994, 1996
Free Software Foundation, Inc.
Copyright (C) 1992
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/cmp.c
View file @
1a41c323
/* mpn_cmp -- Compare two low-level natural-number integers.
/* mpn_cmp -- Compare two low-level natural-number integers.
Copyright (C) 1991
, 1993, 1994, 1996
Free Software Foundation, Inc.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/divrem.c
View file @
1a41c323
/* mpn_divrem -- Divide natural numbers, producing both remainder and
/* mpn_divrem -- Divide natural numbers, producing both remainder and
quotient.
quotient.
Copyright (C) 1993
, 1994, 1995, 1996
Free Software Foundation, Inc.
Copyright (C) 1993
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/flt1282mpn.c
View file @
1a41c323
/* Copyright (C) 1995,1996,1997,1998,1999,2002,2003
/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/fpioconst.c
View file @
1a41c323
/* Table of MP integer constants 10^(2^i), used for floating point <-> decimal.
/* Table of MP integer constants 10^(2^i), used for floating point <-> decimal.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/fpioconst.h
View file @
1a41c323
/* Header file for constants used in floating point <-> decimal conversions.
/* Header file for constants used in floating point <-> decimal conversions.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/gmp-impl.h
View file @
1a41c323
/* Include file for internal GNU MP types and definitions.
/* Include file for internal GNU MP types and definitions.
Copyright (C) 1991
, 1993, 1994, 1995, 1996, 2011
Free Software Foundation, Inc.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/lshift.c
View file @
1a41c323
/* mpn_lshift -- Shift left low level.
/* mpn_lshift -- Shift left low level.
Copyright (C) 1991
, 1993, 1994, 1996
Free Software Foundation, Inc.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/mul.c
View file @
1a41c323
/* mpn_mul -- Multiply two natural numbers.
/* mpn_mul -- Multiply two natural numbers.
Copyright (C) 1991
, 1993, 1994, 1996
Free Software Foundation, Inc.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/mul_1.c
View file @
1a41c323
/* mpn_mul_1 -- Multiply a limb vector with a single limb and
/* mpn_mul_1 -- Multiply a limb vector with a single limb and
store the product in a second limb vector.
store the product in a second limb vector.
Copyright (C) 1991
, 1992, 1993, 1994, 1996
Free Software Foundation, Inc.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/mul_n.c
View file @
1a41c323
/* mpn_mul_n -- Multiply two natural numbers of length n.
/* mpn_mul_n -- Multiply two natural numbers of length n.
Copyright (C) 1991
, 1992, 1993, 1994, 1996
Free Software Foundation, Inc.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/printf_fp.c
View file @
1a41c323
/* Floating point output for `printf'.
/* Floating point output for `printf'.
Copyright (C) 1995-201
2
Free Software Foundation, Inc.
Copyright (C) 1995-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
...
...
libquadmath/printf/printf_fphex.c
View file @
1a41c323
/* Print floating point number in hexadecimal notation according to ISO C99.
/* Print floating point number in hexadecimal notation according to ISO C99.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/printf/quadmath-printf.c
View file @
1a41c323
/* GCC Quad-Precision Math Library
/* GCC Quad-Precision Math Library
Copyright (C) 2011 Free Software Foundation, Inc.
Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Written by Jakub Jelinek <jakub@redhat.com>
Written by Jakub Jelinek <jakub@redhat.com>
This file is part of the libquadmath library.
This file is part of the libquadmath library.
...
...
libquadmath/printf/quadmath-printf.h
View file @
1a41c323
/* GCC Quad-Precision Math Library
/* GCC Quad-Precision Math Library
Copyright (C) 2011 Free Software Foundation, Inc.
Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Written by Jakub Jelinek <jakub@redhat.com>
Written by Jakub Jelinek <jakub@redhat.com>
This file is part of the libquadmath library.
This file is part of the libquadmath library.
...
...
libquadmath/printf/rshift.c
View file @
1a41c323
/* mpn_rshift -- Shift right a low-level natural-number integer.
/* mpn_rshift -- Shift right a low-level natural-number integer.
Copyright (C) 1991
, 1993, 1994, 1996
Free Software Foundation, Inc.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/sub_n.c
View file @
1a41c323
/* mpn_sub_n -- Subtract two limb vectors of equal, non-zero length.
/* mpn_sub_n -- Subtract two limb vectors of equal, non-zero length.
Copyright (C) 1992
, 1993, 1994, 1996
Free Software Foundation, Inc.
Copyright (C) 1992
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/submul_1.c
View file @
1a41c323
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
from the limb vector pointed to by RES_PTR. Return the most significant
from the limb vector pointed to by RES_PTR. Return the most significant
limb of the product, adjusted for carry-out from the subtraction.
limb of the product, adjusted for carry-out from the subtraction.
Copyright (C) 1992
, 1993, 1994, 1996, 2005
Free Software Foundation, Inc.
Copyright (C) 1992
-2013
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
...
libquadmath/quadmath-imp.h
View file @
1a41c323
/* GCC Quad-Precision Math Library
/* GCC Quad-Precision Math Library
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
This file is part of the libquadmath library.
This file is part of the libquadmath library.
...
...
libquadmath/quadmath-rounding-mode.h
View file @
1a41c323
/* GCC Quad-Precision Math Library
/* GCC Quad-Precision Math Library
Copyright (C) 2012 Free Software Foundation, Inc.
Copyright (C) 2012
-2013
Free Software Foundation, Inc.
This file is part of the libquadmath library.
This file is part of the libquadmath library.
Libquadmath is free software; you can redistribute it and/or
Libquadmath is free software; you can redistribute it and/or
...
...
libquadmath/quadmath.h
View file @
1a41c323
/* GCC Quad-Precision Math Library
/* GCC Quad-Precision Math Library
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
This file is part of the libquadmath library.
This file is part of the libquadmath library.
...
...
libquadmath/quadmath_weak.h
View file @
1a41c323
/* GCC Quad-Precision Math Library
/* GCC Quad-Precision Math Library
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Written by Tobias Burnus <burnus@net-b.de>
Written by Tobias Burnus <burnus@net-b.de>
This file is part of the libquadmath library.
This file is part of the libquadmath library.
...
...
libquadmath/strtod/grouping.h
View file @
1a41c323
/* Internal header for proving correct grouping in strings of numbers.
/* Internal header for proving correct grouping in strings of numbers.
Copyright (C) 1995
,1996,1997,1998,2000,200
3 Free Software Foundation, Inc.
Copyright (C) 1995
-201
3 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
...
...
libquadmath/strtod/mpn2flt128.c
View file @
1a41c323
/* Copyright (C) 1995,1996,1997,1998,1999,2002,2003
/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/strtod/strtod_l.c
View file @
1a41c323
/* Convert string representing a number to float value, using given locale.
/* Convert string representing a number to float value, using given locale.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/strtod/strtoflt128.c
View file @
1a41c323
/* Copyright (C) 1999
, 2004
Free Software Foundation, Inc.
/* Copyright (C) 1999
-2013
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
The GNU C Library is free software; you can redistribute it and/or
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment