about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128ibm
Commit message (Expand)AuthorAgeFilesLines
* ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy2016-08-315-0/+14
* Merge common usage of mul_split functionPaul E. Murphy2016-08-192-57/+2
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-161-0/+78
* Fix frexp (NaN) (bug 20250).Joseph Myers2016-06-131-1/+1
* Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers2016-06-091-1/+1
* Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers2016-06-091-2/+2
* Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156).Joseph Myers2016-05-275-0/+15
* Fix ldbl-128ibm sqrtl (sNaN) (bug 20153).Joseph Myers2016-05-261-5/+3
* Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers2016-05-191-11/+249
* Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy2016-03-311-7/+18
* Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers2016-03-092-107/+16
* Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677).Joseph Myers2016-03-086-60/+144
* Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678).Joseph Myers2016-02-191-0/+3
* Fix ldbl-128ibm powl overflow handling (bug 19674).Joseph Myers2016-02-191-17/+17
* Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603).Joseph Myers2016-02-192-0/+4
* Fix ldbl-128ibm fmodl handling of equal arguments with low part zero (bug 196...Joseph Myers2016-02-183-0/+88
* Fix ldbl-128ibm fmodl handling of subnormal results (bug 19595).Joseph Myers2016-02-181-9/+5
* Fix ldbl-128ibm roundl for non-default rounding modes (bug 19594).Joseph Myers2016-02-181-36/+34
* Fix ldbl-128ibm truncl for non-default rounding modes (bug 19593).Joseph Myers2016-02-181-39/+11
* Fix ldbl-128ibm ceill for non-default rounding modes (bug 19592).Joseph Myers2016-02-181-36/+16
* Fix ldbl-128ibm floorl for non-default rounding modes (bug 17899).Joseph Myers2016-02-182-29/+49
* Remove unused variablesAndreas Schwab2016-01-272-3/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0438-38/+38
* Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).Joseph Myers2015-12-091-1/+1
* Fix ldbl-128ibm sinhl spurious overflows (bug 19350).Joseph Myers2015-12-091-1/+1
* Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349).Joseph Myers2015-12-091-1/+1
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-242-8/+32
* Shuffle includes in ldbl-128ibm/mpn2ldl.cPaul Murphy2015-11-191-2/+6
* Fix ldbl-128ibm strtold overflow handling (bug 14551).Joseph Myers2015-11-133-0/+99
* Make nextafter, nexttoward set errno (bug 6799).Joseph Myers2015-11-023-0/+11
* Use C11 *_TRUE_MIN macros where applicable.Joseph Myers2015-10-281-3/+4
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-271-4/+0
* Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2015-10-231-1/+4
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-191-2/+1
* Fix ldbl-128ibm expl overflow in non-default rounding modes (bug 19078).Joseph Myers2015-10-061-5/+2
* Fix ldbl-128ibm logl (1) sign of zero result (bug 19077).Joseph Myers2015-10-061-0/+2
* Fix ldbl-128ibm log1pl (-1) sign of infinity (bug 19076).Joseph Myers2015-10-061-1/+1
* Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers2015-10-052-1/+8
* Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers2015-10-022-4/+4
* Fix ldbl-128ibm exp10l spurious overflows (bug 16620).Joseph Myers2015-09-301-2/+2
* Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers2015-09-281-15/+9
* Fix pow missing underflows (bug 18825).Joseph Myers2015-09-251-0/+1
* Fix hypot missing underflows (bug 18803).Joseph Myers2015-09-241-1/+5
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-2312-60/+13
* Use math_narrow_eval more consistently.Joseph Myers2015-09-232-8/+2
* Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra2015-09-182-24/+1
* Use the GCC builtin functions for the non-inlined signbit implementations.Wilco Dijkstra2015-09-181-7/+1
* Reduce number of constants in __finite* (bug 15384).Joseph Myers2015-09-171-1/+1
* Fix tgamma missing underflows (bug 18951).Joseph Myers2015-09-171-0/+5
* Make scalbn set errno (bug 6803).Joseph Myers2015-09-161-5/+0