aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/mpexp.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Remove mplog and mpexpWilco Dijkstra1-163/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-18Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-04-02Use mantissa_t in mpexpSiddhesh Poyarekar1-2/+2
2013-03-29Remove ZERO and MZERO macrosSiddhesh Poyarekar1-1/+1
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar1-2/+2
2013-02-13Remove unnecessary factorial arraySiddhesh Poyarekar1-10/+3
2013-02-13Better exp polynomialSiddhesh Poyarekar1-23/+37
2013-01-18Simplify calculation of 2^-m in __mpexpSiddhesh Poyarekar1-29/+4
2013-01-18Remove unnecessary multiplication with RADIXISiddhesh Poyarekar1-3/+3
2013-01-16Consolidate constant defines into mpa.hSiddhesh Poyarekar1-1/+0
2013-01-10Fix formatting in mpexp.cSiddhesh Poyarekar1-54/+95
2013-01-10Make __mpexp_twomm1 an array of doublesSiddhesh Poyarekar1-3/+26
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2013-01-02Add assert for potential access beyond array bounds in m1npSiddhesh Poyarekar1-4/+17
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-1/+1
2012-12-27Remove redundant __mpexp_nnSiddhesh Poyarekar1-2/+2
2012-12-27Move mpone out to a global constSiddhesh Poyarekar1-4/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+1
2011-10-25Cleanup FMA4 patchUlrich Drepper1-19/+24
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath1-1/+1
2002-08-202002-08-20 Brian Youmans <3diff@gnu.org>Roland McGrath1-1/+1
2002-07-06Update.Andreas Jaeger1-1/+2
2001-03-13Update.Ulrich Drepper1-14/+14
2001-03-12Fix warnings.Ulrich Drepper1-8/+7
2001-03-12Update.Ulrich Drepper1-0/+105