about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128ibm/s_fmal.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Redirect fma calls to __fma in libmJoseph Myers2021-09-151-0/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-1/+1
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-0/+1
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Merge common usage of mul_split functionPaul E. Murphy2016-08-191-26/+1
* Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers2016-05-191-11/+249
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Replace finite with isfinite.Wilco Dijkstra2015-06-031-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-241-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix sign of inexact zero results for ldbl-128ibm fmal.Joseph Myers2012-11-221-1/+7
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Check for finite/infinity parms in IBM Long Double 128 fmal( )Ulrich Drepper2011-09-071-0/+39