gcc/libquadmath/math
Tobias Burnus f029f4be17 Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
2012-11-01  Tobias Burnus  <burnus@net-b.de>

        * Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
        * Makefile.in: Regenerated.
        * math/acoshq.c: Update comment.
        * math/acosq.c: Ditto.
        * math/asinhq.c: Ditto.
        * math/asinq.c: Ditto.
        * math/atan2q.c: Ditto.
        * math/atanhq.c: Ditto.
        * math/ceilq.c: Ditto.
        * math/copysignq.c: Ditto.
        * math/cosq.c: Ditto.
        * math/coshq.c: Ditto.
        * math/erfq.c: Ditto.
        * math/fabsq.c: Ditto.
        * math/finiteq.c: Ditto.
        * math/floorq.c: Ditto.
        * math/fmodq.c: Ditto.
        * math/frexpq.c: Ditto.
        * math/isnanq.c: Ditto.
        * math/j0q.c: Ditto.
        * math/j1q.c: Ditto.
        * math/ldexpq.c: Ditto.
        * math/llroundq.c: Ditto.
        * math/log10q.c: Ditto.
        * math/log1pq.c: Ditto.
        * math/log2q.c: Ditto.
        * math/logq.c: Ditto.
        * math/lroundq.c: Ditto.
        * math/modfq.c: Ditto.
        * math/nextafterq.c: Ditto.
        * math/powq.c: Ditto.
        * math/rem_pio2q.c: Ditto.
        * math/remainderq.c: Ditto.
        * math/rintq.c: Ditto.
        * math/roundq.c: Ditto.
        * math/scalblnq.c: Ditto.
        * math/scalbnq.c: Ditto.
        * math/sincosq_kernel.c: Ditto.
        * math/sinq.c: Ditto.
        * math/tanq.c: Ditto.
        * math/expq.c: Ditto.
        (__expq_table, expq): Renamed local array from __expl_table.
        * math/cosq_kernel.c (__quadmath_kernel_cosq): Fix sign
        * handling.
        * math/cacoshq.c: Changes from GLIBC; fix returned sign.
        * math/casinhq.c: Changes from GLIBC to fix special-case.
        * math/cbrtq.c: Use modified GLIBC version.
        * math/complex.c (ccoshd, cexpq, clog10q, clogq, csinhq, csinq,
        ctanhq, ctanq): Moved to separates files.
        (mult_c128, div_c128): Removed no longer needed functions.
        (cexpiq): Call sincosq instead of sinq and cosq.
        (cosq): Call cosh(-re,im) instead of cosq/sinq/sinh/cosh.
        * math/ccoshq.c (ccoshq): New file, moved from complex.c and
        modified based on GLIBC.
        * math/cexpq.c (cexp): Ditto.
        * math/clog10q.c (clog10q): Ditto.
        * math/clogq.c (clogq): Ditto.
        * math/csinhq.c: Ditto.
        * math/csinq.c: Ditto.
        * math/csqrtq.c: Ditto.
        * math/ctanhq.c: Ditto.
        * math/ctanq.c: Ditto.
        * math/fmaq.c (fmaq): Port TININESS_AFTER_ROUNDING handling
        from GLIBC.
        * math/ilogbq.c (ilogbq): Add errno = EDOM handling.
        * math/isinf_nsq.c (__quadmath_isinf_nsq): New file, ported
        from GLIBC.
        * math/lgammaq.c (lgammaq): Add signgam handling.
        * math/sinhq.c (sinhq): Fix sign handling.
        * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
        * math/tgammaq.c (tgammaq): Ditto.
        * math/x2y2m1q.c: New file.
        * quadmath-imp.h (TININESS_AFTER_ROUNDING): New define.
        (__quadmath_x2y2m1q, __quadmath_isinf_nsq): New prototypes.

From-SVN: r193063
2012-11-01 17:14:42 +01:00
..
acoshq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
acosq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
asinhq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
asinq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
atan2q.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
atanhq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
atanq.c
cacoshq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
cacosq.c
casinhq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
casinq.c
catanhq.c
catanq.c
cbrtq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
ccoshq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
ceilq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
cexpq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
cimagq.c
clog10q.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
clogq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
complex.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
conjq.c
copysignq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
coshq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
cosq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
cosq_kernel.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
cprojq.c
crealq.c
csinhq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
csinq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
csqrtq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
ctanhq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
ctanq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
erfq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
expm1q.c
expq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
fabsq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
fdimq.c
finiteq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
floorq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
fmaq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
fmaxq.c
fminq.c
fmodq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
frexpq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
hypotq.c
ilogbq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
isinf_nsq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
isinfq.c
isnanq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
j0q.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
j1q.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
jnq.c
ldexpq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
lgammaq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
llrintq.c
llroundq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
log1pq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
log2q.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
log10q.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
logq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
lrintq.c
lroundq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
modfq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
nanq.c
nearbyintq.c
nextafterq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
powq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
rem_pio2q.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
remainderq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
remquoq.c
rintq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
roundq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
scalblnq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
scalbnq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
signbitq.c
sincos_table.c
sincosq.c
sincosq_kernel.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
sinhq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
sinq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
sinq_kernel.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
sqrtq.c
tanhq.c
tanq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
tgammaq.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00
truncq.c
x2y2m1q.c Makefile.am (libquadmath_la_SOURCES): Add new math/* files. 2012-11-01 17:14:42 +01:00