aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers1-2/+11
2013-11-25PowerPC: Set/restore rounding mode only when neededAdhemerval Zanella4-21/+16
2013-10-10Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers2-0/+4
2013-10-04PowerPC floating point little-endian [6 of 15]Alan Modra1-28/+23
2013-10-04PowerPC floating point little-endian [5 of 15]Alan Modra2-56/+0
2013-10-04PowerPC floating point little-endian [4 of 15]Alan Modra4-134/+152
2013-10-04PowerPC floating point little-endian [3 of 15]Alan Modra21-240/+284
2013-10-04PowerPC floating point little-endian [2 of 15]Alan Modra25-85/+138
2013-10-04PowerPC floating point little-endian [1 of 15]Alan Modra1-2/+2
2013-10-04Fix for [BZ #15680] IBM long double inaccuracyAlan Modra5-106/+156
2013-10-04IBM long double mechanical changes to support little-endianAlan Modra10-184/+145
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge2-5/+23
2013-08-20Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers1-3/+1
2013-06-06Fix leading whitespaces.Ondrej Bilka5-23/+23
2013-06-05Remove trailing whitespace.Joseph Myers5-11/+11
2013-05-19Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers1-0/+5
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-05-09Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359).Joseph Myers1-5/+5
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2-5/+181
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+45
2013-03-28Fix e_logl (128ibm) spurious underflowAdhemerval Zanella1-2/+11
2013-03-22BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibmAdhemerval Zanella2-6/+24
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella1-2/+8
2013-03-04BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella1-1/+1
2013-01-10Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c"Andreas Schwab2-64/+16
2013-01-10sysdeps/ieee754/ldbl-128ibm/e_expl.cAndreas Schwab2-16/+64
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers33-34/+33
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers3-5/+3
2012-12-05Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c.Joseph Myers1-0/+1
2012-12-04Fix ldbl-128ibm "set but not used" warnings.Joseph Myers5-5/+9
2012-12-04Fix powl inaccuracy for ldbl-128ibm (bug 14914).Joseph Myers1-7/+7
2012-11-22Fix ldbl-128ibm atanl spurious underflows (bug 14871).Joseph Myers1-0/+16
2012-11-22Fix sign of inexact zero results for ldbl-128ibm fmal.Joseph Myers1-1/+7
2012-11-22Fix ldbl-128ibm powl spurious underflows.Joseph Myers1-1/+5
2012-11-22Fix ldbl-128ibm hypotl internal underflows (bug 14869).Joseph Myers1-1/+1
2012-11-22Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868).Joseph Myers1-1/+1
2012-11-22Fix expm1l spurious underflows for ldbl-128ibm.Joseph Myers1-1/+1
2012-10-31Fix ldbl-128ibm atan2l for x near 1.Joseph Myers1-1/+2
2012-09-25Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers1-0/+128
2012-07-25Set up errno properly for yn.Marek Polacek1-0/+4
2012-07-11Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella2-22/+50
2012-06-05Fix for wrong ldbl128-ibm fmodl commitAdhemerval Zanella1-2/+2
2012-06-05Fix spurious undeflow for ldbl-128ibm erflAdhemerval Zanella1-3/+18
2012-06-05Fix ldbl128ibm fmodl for subnormals.Adhemerval Zanella2-18/+19
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab1-5/+2
2012-05-10Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella1-14/+21
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers1-0/+46
2012-05-04Fix for ldbl-128ibm acosl/asinl inaccuraciesAdhemerval Zanella2-40/+28
2012-05-02Fix nexttoward bugsAdhemerval Zanella1-10/+2