about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128ibm
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Joseph Myers2013-06-055-11/+11
* Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers2013-05-191-0/+5
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359).Joseph Myers2013-05-091-5/+5
* Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2013-05-082-5/+181
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-0/+45
* Fix e_logl (128ibm) spurious underflowAdhemerval Zanella2013-03-281-2/+11
* BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibmAdhemerval Zanella2013-03-222-6/+24
* PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella2013-03-081-2/+8
* BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella2013-03-041-1/+1
* Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c"Andreas Schwab2013-01-102-64/+16
* sysdeps/ieee754/ldbl-128ibm/e_expl.cAndreas Schwab2013-01-102-16/+64
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0233-34/+33
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-013-5/+3
* Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c.Joseph Myers2012-12-051-0/+1
* Fix ldbl-128ibm "set but not used" warnings.Joseph Myers2012-12-045-5/+9
* Fix powl inaccuracy for ldbl-128ibm (bug 14914).Joseph Myers2012-12-041-7/+7
* Fix ldbl-128ibm atanl spurious underflows (bug 14871).Joseph Myers2012-11-221-0/+16
* Fix sign of inexact zero results for ldbl-128ibm fmal.Joseph Myers2012-11-221-1/+7
* Fix ldbl-128ibm powl spurious underflows.Joseph Myers2012-11-221-1/+5
* Fix ldbl-128ibm hypotl internal underflows (bug 14869).Joseph Myers2012-11-221-1/+1
* Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868).Joseph Myers2012-11-221-1/+1
* Fix expm1l spurious underflows for ldbl-128ibm.Joseph Myers2012-11-221-1/+1
* Fix ldbl-128ibm atan2l for x near 1.Joseph Myers2012-10-311-1/+2
* Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers2012-09-251-0/+128
* Set up errno properly for yn.Marek Polacek2012-07-251-0/+4
* Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella2012-07-112-22/+50
* Fix for wrong ldbl128-ibm fmodl commitAdhemerval Zanella2012-06-051-2/+2
* Fix spurious undeflow for ldbl-128ibm erflAdhemerval Zanella2012-06-051-3/+18
* Fix ldbl128ibm fmodl for subnormals.Adhemerval Zanella2012-06-052-18/+19
* Optimize handling of denormals in logb/logbf/logblAndreas Schwab2012-05-261-5/+2
* Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella2012-05-101-14/+21
* Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers2012-05-061-0/+46
* Fix for ldbl-128ibm acosl/asinl inaccuraciesAdhemerval Zanella2012-05-042-40/+28
* Fix nexttoward bugsAdhemerval Zanella2012-05-021-10/+2
* Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers2012-05-011-6/+2
* Fix formatting of denormal IBM long double numbersAndreas Schwab2012-04-281-6/+8
* Fix ctan, ctanh overflow for ldbl-128ibm (bug 11521).Adhemerval Zanella2012-04-263-26/+68
* Fix ilogb exception and errno (bug 6794)Adhemerval Zanella2012-04-171-2/+1
* Fix undue underflow in ldbl-128ibm version of explAndreas Schwab2012-03-261-2/+2
* Fix low-part sign handling in sin/cos for ldbl-128 and ldbl-128ibm.Joseph Myers2012-03-223-3/+11
* Fix missing overflow/underflow exception in ldbl-128ibm version of powlAndreas Schwab2012-03-211-2/+2
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-0949-88/+88
* Fix loss of precision in cosh and sinh for IBM long doubleAndreas Schwab2012-03-052-10/+10
* Fix scalbn, scalbln integer overflow.Joseph Myers2012-03-022-6/+10
* Improve erfc accuracy.Joseph Myers2012-03-011-1/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0943-117/+83
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-2731-268/+28
* Add missing _finite aliasesAndreas Schwab2011-10-231-0/+2
* Fix compilation due to __nan definesAndreas Schwab2011-10-221-0/+1