aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)Author
2013-06-15Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).Joseph Myers
2013-06-06Fix leading whitespaces.Ondrej Bilka
2013-06-05Remove trailing whitespace.Joseph Myers
2013-05-19Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers
2013-05-17Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers
2013-04-30Format s_sin.cSiddhesh Poyarekar
2013-04-05[BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge
2013-04-05[BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge
2013-04-05Remove unreachable code.Thomas Schwinge
2013-04-05Remove unused hard-coded qNaN definition.Thomas Schwinge
2013-04-03Remove TWOSiddhesh Poyarekar
2013-04-02Use mantissa_t in mpexpSiddhesh Poyarekar
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-29Remove ONE and MONESiddhesh Poyarekar
2013-03-29Format s_tan.cSiddhesh Poyarekar
2013-03-29Remove ZERO and MZERO macrosSiddhesh Poyarekar
2013-03-29Format s_atan.cSiddhesh Poyarekar
2013-03-29Format e_log.cSiddhesh Poyarekar
2013-03-28Format and clean up s_atan2.cSiddhesh Poyarekar
2013-03-26Use integral constantsSiddhesh Poyarekar
2013-03-26Removed commented codeSiddhesh Poyarekar
2013-03-26Make mantissa type of mp_no configurableSiddhesh Poyarekar
2013-03-21Replace 8388608.0 with HALFRAD in mp codeSiddhesh Poyarekar
2013-03-15Revert configurable mantissa patchSiddhesh Poyarekar
2013-03-15Make mantissa type configurableSiddhesh Poyarekar
2013-03-14Fix spurious underflow exceptions for Bessel functions for double (bug 14155).Joseph Myers
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-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-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