aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm
AgeCommit message (Expand)Author
2015-06-18Fix asinh missing underflows (bug 16350).Joseph Myers
2015-06-17Remove ldbl-128ibm variants of complex math functions.Joseph Myers
2015-06-03Replace finite with isfinite.Wilco Dijkstra
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra
2015-05-22Fix ldbl-128 / ldbl-128ibm tanl for -Wuninitialized.Joseph Myers
2015-05-22Fix ldbl-128 / ldbl-128ibm erfcl for -WuninitializedJoseph Myers
2015-05-22Fix ldbl-128 / ldbl-128ibm asinl for -Wuninitialized.Joseph Myers
2015-05-15Fix atanhl missing underflows (bug 16352).Joseph Myers
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler
2015-02-27Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers
2015-02-26Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).Joseph Myers
2015-02-26Fix asin missing underflows (bug 16351).Joseph Myers
2015-02-26Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers
2015-02-26Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).Joseph Myers
2015-02-25Fix ldbl-128ibm asinhl inaccuracy (bug 18020).Joseph Myers
2015-02-25Fix ldbl-128ibm acoshl inaccuracy (bug 18019).Joseph Myers
2015-02-18Fix atan / atan2 missing underflows (bug 15319).Joseph Myers
2015-02-17Fix sign of remquo zero remainder in round-downward mode (bug 17987).Joseph Myers
2015-02-16Fix remquo spurious overflows (bug 17978).Joseph Myers
2015-02-11Fix sincos errno setting (bug 15467).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Clean up powerpc fegetround / __fegetround inlines.Joseph Myers
2014-11-26FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740).Joseph Myers
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar
2014-06-27Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers
2014-06-25Fix exp10 spurious underflows (bug 16560).Joseph Myers
2014-06-23Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler
2014-06-17PowerPC: Fix nearbyintl failure for few inputsRajalakshmi Srinivasaraghavan
2014-06-10Fix log2 (1) in round-downward mode (bug 17042).Joseph Myers
2014-05-23Fix log10 (1) in round-downward mode (bug 16977).Joseph Myers
2014-05-14Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).Joseph Myers
2014-05-14Fix erf underflow handling near 0 (bug 16516).Joseph Myers
2014-04-16Correct IBM long double frexpl.Alan Modra
2014-04-02Correct IBM long double nextafterl.Alan Modra
2014-03-11Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-08PowerPC: remove wrong truncl implementation for PowerPC64Adhemerval Zanella
2014-01-08Fix ldbl-128ibm expm1l on large arguments (bug 16408).Joseph Myers
2014-01-07Fix ldbl-128ibm coshl spurious overflows (bug 16407).Joseph Myers
2014-01-02Fix ldbl-128ibm logl inaccuracy (bug 16386).Joseph Myers
2014-01-02Fix ldbl-128ibm asinhl inaccuracy (bug 16385).Joseph Myers
2014-01-02Fix ldbl-128ibm acoshl inaccuracy (bug 16384).Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-06PowerPC: multiarch logb/logbf/logbl for PowerPC32Adhemerval Zanella
2013-12-04Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers
2013-11-25PowerPC: Set/restore rounding mode only when neededAdhemerval Zanella
2013-10-10Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers
2013-10-04PowerPC floating point little-endian [6 of 15]Alan Modra