about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/wordsize-64
Commit message (Expand)AuthorAgeFilesLines
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-151-2/+2
* Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers2018-02-013-3/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0114-14/+14
* [BZ #22243] fix log2(0) and log(10) in downward roundingSzabolcs Nagy2017-10-042-2/+2
* Use libm_alias_double for dbl-64 modf.Joseph Myers2017-10-031-4/+3
* Use libm_alias_double for dbl-64 logb.Joseph Myers2017-10-031-4/+3
* Use libm_alias_double for dbl-64 frexp.Joseph Myers2017-10-031-5/+2
* Use libm_alias_double for more dbl-64 functions.Joseph Myers2017-10-039-50/+19
* Use libm_alias_double for some dbl-64 functions.Joseph Myers2017-09-295-20/+9
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-281-4/+4
* Make more libm functions into weak aliases.Joseph Myers2017-09-144-9/+17
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0114-14/+14
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+72
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-191-0/+53
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-191-0/+33
* Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers2016-10-173-3/+6
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-151-0/+46
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-121-0/+49
* sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno2016-08-031-1/+3
* Fix frexp (NaN) (bug 20250).Joseph Myers2016-06-131-0/+3
* Do not raise "inexact" from generic round (bug 15479).Joseph Myers2016-05-241-6/+0
* Do not raise "inexact" from generic floor (bug 15479).Joseph Myers2016-05-241-7/+2
* Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers2016-05-241-7/+2
* Fix __finitel libm compat symbol version.Joseph Myers2016-01-201-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-049-9/+9
* math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf2015-12-033-3/+17
* Fix lround, llround missing exceptions close to overflow threshold (bug 19088).Joseph Myers2015-10-071-2/+22
* Use dbl-64/wordsize-64 for MIPS64.Joseph Myers2015-10-071-1/+0
* Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079).Joseph Myers2015-10-072-16/+71
* Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra2015-09-182-56/+0
* Reduce number of constants in __finite* (bug 15384).Joseph Myers2015-09-171-1/+1
* Make scalbn set errno (bug 6803).Joseph Myers2015-09-161-2/+0
* Fix expm1 missing underflows (bug 16353).Joseph Myers2015-06-221-1/+2
* Use __copysign rather than copysign.Wilco Dijkstra2015-04-221-1/+1
* Fix sign of remquo zero remainder in round-downward mode (bug 17987).Joseph Myers2015-02-171-0/+3
* Fix remquo spurious overflows (bug 17978).Joseph Myers2015-02-161-2/+2
* Fix dbl-64/wordsize-64 remquo (bug 17569).Joseph Myers2015-02-131-1/+1
* lround: provide cast for wordsize-64 version if neededChris Metcalf2015-01-051-6/+22
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-028-8/+8
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-201-2/+0
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-107-15/+15
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-018-8/+8
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-169-2/+9
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-0/+43
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-027-7/+7
* Fix wordsize-64 cosh regression (bug 14273).Joseph Myers2012-06-211-0/+1
* Fix fmod for subnormals (bug 14048).Joseph Myers2012-06-011-2/+2
* Optimize handling of denormals in logb/logbf/logblAndreas Schwab2012-05-261-2/+2
* Log2 and log10 for wordsize-64.Adhemerval Zanella2012-05-152-0/+214