summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/mpa.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix sysdeps/ieee754/dbl-64/mpa.c for -Wuninitialized.Joseph Myers2015-05-211-2/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers2014-11-181-3/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Format floating routines.Ondřej Bílka2013-10-171-14/+15
* Use integral constantsSiddhesh Poyarekar2013-03-261-76/+76
* Make mantissa type of mp_no configurableSiddhesh Poyarekar2013-03-261-58/+38
* Revert configurable mantissa patchSiddhesh Poyarekar2013-03-151-29/+49
* Make mantissa type configurableSiddhesh Poyarekar2013-03-151-49/+29
* Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar2013-03-071-0/+4
* Another tweak to the multiplication algorithmSiddhesh Poyarekar2013-02-261-6/+50
* Use long wherever possible in mpa.cSiddhesh Poyarekar2013-02-251-31/+39
* Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar2013-02-211-2/+2
* Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar2013-02-201-0/+10
* Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar2013-02-161-10/+4
* Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar2013-02-161-4/+15
* Fix determination of lower precision in __mulSiddhesh Poyarekar2013-02-151-1/+4
* New __sqr function as a faster special case of __mulSiddhesh Poyarekar2013-02-141-0/+91
* Optimized mp multiplicationSiddhesh Poyarekar2013-02-131-8/+48
* Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar2013-02-131-52/+60
* Fix header commentSiddhesh Poyarekar2013-01-171-2/+0
* Consolidate constant defines into mpa.hSiddhesh Poyarekar2013-01-161-1/+0
* Minor tweak to mp multiplicationSiddhesh Poyarekar2013-01-141-13/+15
* Fix code formatting in mpa.cSiddhesh Poyarekar2013-01-141-228/+463
* Update comments in mpa.cSiddhesh Poyarekar2013-01-091-67/+47
* Remove unused __cr and __cpymnSiddhesh Poyarekar2013-01-041-33/+0
* Remove some commented codeSiddhesh Poyarekar2013-01-041-13/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Split mantissa calculation loop and add branch predictionSiddhesh Poyarekar2013-01-021-24/+43
* Move more constants into static variablesSiddhesh Poyarekar2013-01-021-4/+1
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-1/+1
* Favour normal numbersSiddhesh Poyarekar2012-12-311-4/+5
* Replace constants with preprocessor definesSiddhesh Poyarekar2012-12-281-2/+2
* Move mpone out to a global constSiddhesh Poyarekar2012-12-271-0/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Cleanup FMA4 patchUlrich Drepper2011-10-251-25/+36
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-27/+31
* * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.Roland McGrath2004-08-111-0/+1
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-1/+1
* 2002-08-20 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-201-1/+1
* Update.Andreas Jaeger2002-07-061-1/+2
* Update.Ulrich Drepper2001-03-131-29/+29
* Fix warnings.Ulrich Drepper2001-03-121-17/+26
* Update.Ulrich Drepper2001-03-121-0/+497