aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2013-12-27Fix typo in csloww()Allan McRae1-1/+1
2013-12-22Fix ldbl-128 lgammal for small negative arguments (bug 16337).Joseph Myers1-2/+2
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar1-232/+129
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar1-42/+33
2013-12-20Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar1-4/+4
2013-12-20Remove some redundant computations in s_sin.cSiddhesh Poyarekar1-24/+15
2013-12-18Compile e_sqrt.c with -ffp-contract=off.Marcus Shawcroft1-0/+1
2013-12-18Fix ldbl-128 logl for subnormals (bug 16338).Joseph Myers1-3/+2
2013-12-17Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers1-1/+1
2013-12-17Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers3-0/+33
2013-12-16Minor code cleanup in s_sin.cSiddhesh Poyarekar1-20/+13
2013-12-11Consolidate definition of constant t22Siddhesh Poyarekar1-9/+3
2013-12-11Use double constants instead of the struct numberSiddhesh Poyarekar2-136/+106
2013-12-06PowerPC: multiarch logb/logbf/logbl for PowerPC32Adhemerval Zanella1-1/+2
2013-12-06PowerPC: multiarch finite/finitef for PowerPC32Adhemerval Zanella2-3/+12
2013-12-04Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers4-10/+13
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers1-3/+14
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers5-10/+65
2013-11-28Remove unused ldbl-96 functions (bug 15004).Joseph Myers16-1046/+0
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-4/+34
2013-11-25PowerPC: Set/restore rounding mode only when neededAdhemerval Zanella4-21/+16
2013-11-20Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar1-0/+5
2013-10-30rename configure.in to configure.acMike Frysinger2-1/+1
2013-10-28Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar1-8/+6
2013-10-17Format floating routines.Ondřej Bílka58-2175/+2769
2013-10-11Add systemtap markers to math function slow pathsSiddhesh Poyarekar6-5/+45
2013-10-10Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers2-0/+4
2013-10-08Format e_pow.cSiddhesh Poyarekar1-260/+313
2013-10-08Format e_exp.cSiddhesh Poyarekar1-164/+242
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar2-125/+111
2013-10-04PowerPC floating point little-endian [6 of 15]Alan Modra1-28/+23
2013-10-04PowerPC floating point little-endian [5 of 15]Alan Modra2-56/+0
2013-10-04PowerPC floating point little-endian [4 of 15]Alan Modra4-134/+152
2013-10-04PowerPC floating point little-endian [3 of 15]Alan Modra21-240/+284
2013-10-04PowerPC floating point little-endian [2 of 15]Alan Modra25-85/+138
2013-10-04PowerPC floating point little-endian [1 of 15]Alan Modra3-11/+15
2013-10-04Fix for [BZ #15680] IBM long double inaccuracyAlan Modra5-106/+156
2013-10-04IBM long double mechanical changes to support little-endianAlan Modra10-184/+145
2013-09-19Consolidate common code into macrosSiddhesh Poyarekar1-74/+62
2013-09-19Consolidate sin/cos table lookup codeSiddhesh Poyarekar1-114/+35
2013-09-19Consolidate sin/cos computation for large inputsSiddhesh Poyarekar1-47/+36
2013-09-19Remove redundant goto linesSiddhesh Poyarekar1-40/+3
2013-09-18Format sincos32.cSiddhesh Poyarekar1-236/+254
2013-09-10Remove DO_NOT_USE_THIS conditionals.Ondřej Bílka5-97/+0
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-09-03Fix lgammaf spurious underflow (bug 15427).Joseph Myers1-2/+2
2013-09-02Fix spurious jnf underflows (bug 14155).Joseph Myers1-2/+2
2013-08-30Fix typos.Ondřej Bílka3-3/+3
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge5-20/+41
2013-08-20Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers1-3/+1