summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_fmaf.c
AgeCommit message (Expand)Author
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-09-29Fix sign of exact zero return from fma (bug 14638).Joseph Myers
2012-06-01Ensure additions are not scheduled after fetestexcept in fmaf and fmal.Joseph Myers
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-18Use new internal libc_fe* interfaces in more functionsUlrich Drepper
2010-10-13Implement accurate fma.Jakub Jelinek
2010-10-11Correct implementation of fmaf.Jakub Jelinek