summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2013-02-25Use long wherever possible in mpa.cSiddhesh Poyarekar
2013-02-25Format slowexp.cSiddhesh Poyarekar
2013-02-25Reformat slowpow.cSiddhesh Poyarekar
2013-02-25Remove commented codeSiddhesh Poyarekar
2013-02-21Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar
2013-02-20Respect the user's namespace in installed header files.Thomas Schwinge
2013-02-20bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge
2013-02-20Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar
2013-02-16Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar
2013-02-16Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar
2013-02-15Fix determination of lower precision in __mulSiddhesh Poyarekar
2013-02-14Use __sqr instead of __mul wherever possibleSiddhesh Poyarekar
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar
2013-02-13Remove unnecessary factorial arraySiddhesh Poyarekar
2013-02-13Better exp polynomialSiddhesh Poyarekar
2013-02-13Optimized mp multiplicationSiddhesh Poyarekar
2013-02-13Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-01-18Simplify calculation of 2^-m in __mpexpSiddhesh Poyarekar
2013-01-18Remove unnecessary multiplication with RADIXISiddhesh Poyarekar
2013-01-17Fix header commentSiddhesh Poyarekar
2013-01-16Consolidate constant defines into mpa.hSiddhesh Poyarekar
2013-01-16Fix the value of TWOSiddhesh Poyarekar
2013-01-15Use libc_fe*() in 32-bit nearbyint()David S. Miller
2013-01-14Minor tweak to mp multiplicationSiddhesh Poyarekar
2013-01-14Fix code formatting in mpa.cSiddhesh Poyarekar
2013-01-10Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab
2013-01-10Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c"Andreas Schwab
2013-01-10Fix formatting in mpexp.cSiddhesh Poyarekar
2013-01-10Make __mpexp_twomm1 an array of doublesSiddhesh Poyarekar
2013-01-10sysdeps/ieee754/ldbl-128ibm/e_expl.cAndreas Schwab
2013-01-10Use ieee754/dbl-64/wordsize-64 on powerpc64Andreas Schwab
2013-01-09Update comments in mpa.cSiddhesh Poyarekar
2013-01-04Remove unused __cr and __cpymnSiddhesh Poyarekar
2013-01-04Fix code formattingSiddhesh Poyarekar
2013-01-04Clean up comment for MP_NOSiddhesh Poyarekar
2013-01-04Remove some commented codeSiddhesh Poyarekar
2013-01-04Remove commented declarationsSiddhesh Poyarekar
2013-01-04Remove argument variable name from function declarationSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-02Fix values in __mpexp_twomm1Siddhesh Poyarekar
2013-01-02Split mantissa calculation loop and add branch predictionSiddhesh Poyarekar
2013-01-02Add assert for potential access beyond array bounds in m1npSiddhesh Poyarekar
2013-01-02Move more constants into static variablesSiddhesh Poyarekar
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-12-31Favour normal numbersSiddhesh Poyarekar
2012-12-29Demystify the magic number 134217729.0Siddhesh Poyarekar
2012-12-28Remove unnecessary variable mptwoim1Siddhesh Poyarekar
2012-12-28Replace more constants with their valuesSiddhesh Poyarekar
2012-12-28Replace constants with preprocessor definesSiddhesh Poyarekar