aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm
AgeCommit message (Expand)Author
2013-05-09Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359).Joseph Myers
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-28Fix e_logl (128ibm) spurious underflowAdhemerval Zanella
2013-03-22BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibmAdhemerval Zanella
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella
2013-03-04BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella
2013-01-10Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c"Andreas Schwab
2013-01-10sysdeps/ieee754/ldbl-128ibm/e_expl.cAndreas Schwab
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-12-05Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c.Joseph Myers
2012-12-04Fix ldbl-128ibm "set but not used" warnings.Joseph Myers
2012-12-04Fix powl inaccuracy for ldbl-128ibm (bug 14914).Joseph Myers
2012-11-22Fix ldbl-128ibm atanl spurious underflows (bug 14871).Joseph Myers
2012-11-22Fix sign of inexact zero results for ldbl-128ibm fmal.Joseph Myers
2012-11-22Fix ldbl-128ibm powl spurious underflows.Joseph Myers
2012-11-22Fix ldbl-128ibm hypotl internal underflows (bug 14869).Joseph Myers
2012-11-22Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868).Joseph Myers
2012-11-22Fix expm1l spurious underflows for ldbl-128ibm.Joseph Myers
2012-10-31Fix ldbl-128ibm atan2l for x near 1.Joseph Myers
2012-09-25Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers
2012-07-25Set up errno properly for yn.Marek Polacek
2012-07-11Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella
2012-06-05Fix for wrong ldbl128-ibm fmodl commitAdhemerval Zanella
2012-06-05Fix spurious undeflow for ldbl-128ibm erflAdhemerval Zanella
2012-06-05Fix ldbl128ibm fmodl for subnormals.Adhemerval Zanella
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab
2012-05-10Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers
2012-05-04Fix for ldbl-128ibm acosl/asinl inaccuraciesAdhemerval Zanella
2012-05-02Fix nexttoward bugsAdhemerval Zanella
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers
2012-04-28Fix formatting of denormal IBM long double numbersAndreas Schwab
2012-04-26Fix ctan, ctanh overflow for ldbl-128ibm (bug 11521).Adhemerval Zanella
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella
2012-03-26Fix undue underflow in ldbl-128ibm version of explAndreas Schwab
2012-03-22Fix low-part sign handling in sin/cos for ldbl-128 and ldbl-128ibm.Joseph Myers
2012-03-21Fix missing overflow/underflow exception in ldbl-128ibm version of powlAndreas Schwab
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2012-03-05Fix loss of precision in cosh and sinh for IBM long doubleAndreas Schwab
2012-03-02Fix scalbn, scalbln integer overflow.Joseph Myers
2012-03-01Improve erfc accuracy.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers
2011-10-23Add missing _finite aliasesAndreas Schwab
2011-10-22Fix compilation due to __nan definesAndreas Schwab
2011-10-15Optimize expUlrich Drepper
2011-10-12Optimize libmUlrich Drepper
2011-10-10Implement __isinf_nsl for IBM long doubleAndreas Schwab