aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2013-03-14Fix spurious underflow exceptions for Bessel functions for double (bug 14155).Joseph Myers
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella
2013-03-07Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar
2013-03-07Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar
2013-03-04BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella
2013-02-27Format mpsqrt.cSiddhesh Poyarekar
2013-02-27Format mpatan2.cSiddhesh Poyarekar
2013-02-27Format mpatan.cSiddhesh Poyarekar
2013-02-27Format mptan.cSiddhesh Poyarekar
2013-02-27Format mplog.cSiddhesh Poyarekar
2013-02-26Another tweak to the multiplication algorithmSiddhesh Poyarekar
2013-02-26Don't duplicate mpone and mptwoSiddhesh Poyarekar
2013-02-25Remove commented declarationsSiddhesh Poyarekar
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