aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2013-03-16Fix y1l spurious overflows for ldbl-96 (bug 15283).Joseph Myers1-1/+1
2013-03-16Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ldbl-12...Joseph Myers2-58/+79
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge1-5/+5
2013-03-15Revert configurable mantissa patchSiddhesh Poyarekar3-92/+60
2013-03-15Make mantissa type configurableSiddhesh Poyarekar3-60/+92
2013-03-14Fix spurious underflow exceptions for Bessel functions for double (bug 14155).Joseph Myers2-4/+8
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella1-2/+8
2013-03-07Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar1-3/+9
2013-03-07Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar1-0/+17
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar1-0/+4
2013-03-04BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella1-1/+1
2013-02-27Format mpsqrt.cSiddhesh Poyarekar1-34/+44
2013-02-27Format mpatan2.cSiddhesh Poyarekar1-23/+22
2013-02-27Format mpatan.cSiddhesh Poyarekar1-46/+61
2013-02-27Format mptan.cSiddhesh Poyarekar1-13/+15
2013-02-27Format mplog.cSiddhesh Poyarekar1-21/+23
2013-02-26Another tweak to the multiplication algorithmSiddhesh Poyarekar1-6/+50
2013-02-26Don't duplicate mpone and mptwoSiddhesh Poyarekar1-5/+3
2013-02-25Remove commented declarationsSiddhesh Poyarekar1-14/+0
2013-02-25Use long wherever possible in mpa.cSiddhesh Poyarekar1-31/+39
2013-02-25Format slowexp.cSiddhesh Poyarekar1-22/+26
2013-02-25Reformat slowpow.cSiddhesh Poyarekar1-31/+48
2013-02-25Remove commented codeSiddhesh Poyarekar1-6/+0
2013-02-21Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar1-2/+2
2013-02-20Respect the user's namespace in installed header files.Thomas Schwinge1-1/+1
2013-02-20bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge1-1/+1
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-14Use __sqr instead of __mul wherever possibleSiddhesh Poyarekar3-4/+4
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar3-2/+94
2013-02-13Remove unnecessary factorial arraySiddhesh Poyarekar1-10/+3
2013-02-13Better exp polynomialSiddhesh Poyarekar1-23/+37
2013-02-13Optimized mp multiplicationSiddhesh Poyarekar1-8/+48
2013-02-13Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar1-52/+60
2013-02-07Remove lots of inline keywords.Roland McGrath1-1/+1
2013-01-18Simplify calculation of 2^-m in __mpexpSiddhesh Poyarekar2-29/+34
2013-01-18Remove unnecessary multiplication with RADIXISiddhesh Poyarekar1-3/+3
2013-01-17Fix header commentSiddhesh Poyarekar1-2/+0
2013-01-16Consolidate constant defines into mpa.hSiddhesh Poyarekar13-120/+26
2013-01-16Fix the value of TWOSiddhesh Poyarekar1-1/+1
2013-01-15Use libc_fe*() in 32-bit nearbyint()David S. Miller1-4/+4
2013-01-14Minor tweak to mp multiplicationSiddhesh Poyarekar1-13/+15
2013-01-14Fix code formatting in mpa.cSiddhesh Poyarekar1-228/+463
2013-01-10Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab17-117/+0
2013-01-10Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c"Andreas Schwab2-64/+16
2013-01-10Fix formatting in mpexp.cSiddhesh Poyarekar1-54/+95
2013-01-10Make __mpexp_twomm1 an array of doublesSiddhesh Poyarekar2-87/+26
2013-01-10sysdeps/ieee754/ldbl-128ibm/e_expl.cAndreas Schwab2-16/+64