about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/wordsize-64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __builtin_clzll on int64 in __logbH.J. Lu2012-05-141-1/+1
* Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella2012-05-101-4/+9
* Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson2012-03-191-0/+35
* Make lround the alias of llround for wordsize-64H.J. Lu2012-03-162-80/+80
* Clean up dbl-64 rint, nearbyint.Joseph Myers2012-03-132-24/+0
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-0920-35/+35
* Fix scalbn, scalbln integer overflow.Joseph Myers2012-03-022-6/+10
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-097-21/+14
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-271-6/+1
* Optimized acosh for 64-bit platformsUlrich Drepper2012-01-111-0/+67
* Optimize scalblnUlrich Drepper2012-01-111-0/+60
* Optimize s_modfUlrich Drepper2012-01-101-0/+65