about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-96/s_fmal.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare for radical source tree reorganization. zack/build-layout-experimentZack Weinberg2017-06-081-296/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Call math_opt_barrier inside ifH.J. Lu2016-01-151-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Use C11 *_TRUE_MIN macros where applicable.Joseph Myers2015-10-281-1/+1
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-2/+2
* Fix fma spurious underflows (bug 18824).Joseph Myers2015-08-141-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Force eval for fma implementationsRichard Henderson2014-08-011-5/+6
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-3/+3
* 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 fma underflows with small x * y (bug 14793).Joseph Myers2012-11-061-18/+27
* Fix fma overflow results outside round-to-nearest mode (bug 14797).Joseph Myers2012-11-041-4/+6
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-2/+16
* Fix fma (a, b, c) for small a * b (bugs 14784, 14785).Joseph Myers2012-11-011-4/+32
* Fix fma underflow exceptions in after-rounding edge cases.Joseph Myers2012-10-311-0/+12
* Fix fma missing underflows and bad results for some subnormal results (bugs 1...Joseph Myers2012-10-301-14/+8
* Fix sign of inexact zero return from fma (bug 14645).Joseph Myers2012-10-011-0/+5
* Fix sign of exact zero return from fma (bug 14638).Joseph Myers2012-09-291-0/+5
* Ensure additions are not scheduled after fetestexcept in fmaf and fmal.Joseph Myers2012-06-011-1/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Implement fmal, some fma bugfixesJakub Jelinek2010-10-151-0/+221