about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/s_fmal.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+34
* 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-2/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* ldbl-128 fmal compile fixJakub Jelinek2010-11-221-1/+1
* IEEE quad fmal fixesJakub Jelinek2010-10-181-2/+4
* Implement fmal, some fma bugfixesJakub Jelinek2010-10-151-0/+221