aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/mpa.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11math: Remove mpa files (part 2) [BZ #15267]Wilco Dijkstra1-913/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-17Fix maybe-uninitialized error on powerpcMatheus Castanho1-0/+7
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
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-05-21Fix sysdeps/ieee754/dbl-64/mpa.c for -Wuninitialized.Joseph Myers1-2/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-18Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers1-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-10-17Format floating routines.Ondřej Bílka1-14/+15
2013-03-26Use integral constantsSiddhesh Poyarekar1-76/+76
2013-03-26Make mantissa type of mp_no configurableSiddhesh Poyarekar1-58/+38
2013-03-15Revert configurable mantissa patchSiddhesh Poyarekar1-29/+49
2013-03-15Make mantissa type configurableSiddhesh Poyarekar1-49/+29
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar1-0/+4
2013-02-26Another tweak to the multiplication algorithmSiddhesh Poyarekar1-6/+50
2013-02-25Use long wherever possible in mpa.cSiddhesh Poyarekar1-31/+39
2013-02-21Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar1-2/+2
2013-02-20Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar1-0/+10
2013-02-16Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar1-10/+4
2013-02-16Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar1-4/+15
2013-02-15Fix determination of lower precision in __mulSiddhesh Poyarekar1-1/+4
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar1-0/+91
2013-02-13Optimized mp multiplicationSiddhesh Poyarekar1-8/+48
2013-02-13Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar1-52/+60
2013-01-17Fix header commentSiddhesh Poyarekar1-2/+0
2013-01-16Consolidate constant defines into mpa.hSiddhesh Poyarekar1-1/+0
2013-01-14Minor tweak to mp multiplicationSiddhesh Poyarekar1-13/+15
2013-01-14Fix code formatting in mpa.cSiddhesh Poyarekar1-228/+463
2013-01-09Update comments in mpa.cSiddhesh Poyarekar1-67/+47
2013-01-04Remove unused __cr and __cpymnSiddhesh Poyarekar1-33/+0
2013-01-04Remove some commented codeSiddhesh Poyarekar1-13/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2013-01-02Split mantissa calculation loop and add branch predictionSiddhesh Poyarekar1-24/+43
2013-01-02Move more constants into static variablesSiddhesh Poyarekar1-4/+1
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-1/+1
2012-12-31Favour normal numbersSiddhesh Poyarekar1-4/+5
2012-12-28Replace constants with preprocessor definesSiddhesh Poyarekar1-2/+2
2012-12-27Move mpone out to a global constSiddhesh Poyarekar1-0/+4
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+1
2011-10-25Cleanup FMA4 patchUlrich Drepper1-25/+36
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper1-27/+31
2004-08-11* sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.Roland McGrath1-0/+1
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