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 Myers2019-01-0114-14/+14
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-273-7/+7
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-271-0/+1
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-201-0/+1
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-171-0/+1
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Add new log2 implementationSzabolcs Nagy2018-09-121-128/+0
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-041-1/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-032-0/+2
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-0/+1
* 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