aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2014-12-11powerpc: Fix lgammal_r overflow warningsAdhemerval Zanella1-1/+9
2014-11-26FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740).Joseph Myers1-2/+2
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar28-30/+30
2014-11-18Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers7-13/+13
2014-08-04Fix missing <math_private.h> in ldbl-96 fmaAndreas Schwab1-0/+1
2014-08-01Force eval for fma implementationsRichard Henderson4-20/+24
2014-06-30Fix ldbl-128 expm1l spurious underflow (bug 16539).Joseph Myers1-0/+5
2014-06-29Fix ldbl-128 powl sign of result in overflow / underflow cases (bug 17097).Joseph Myers1-13/+13
2014-06-27Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers5-248/+304
2014-06-25Fix exp10 spurious underflows (bug 16560).Joseph Myers3-0/+6
2014-06-24Fix ldbl-128 erfl spurious underflows (bug 16287).Joseph Myers1-0/+2
2014-06-23Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers5-7/+7
2014-06-23Set errno for y1 overflow (bug 17050).Joseph Myers4-4/+22
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers1-20/+41
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler9-13/+50
2014-06-17PowerPC: Fix nearbyintl failure for few inputsRajalakshmi Srinivasaraghavan1-0/+5
2014-06-10Fix log2 (1) in round-downward mode (bug 17042).Joseph Myers2-0/+6
2014-05-31Fix excessive ULP for y1_upward (0x2p+0) in test-float and test-ifloat.David S. Miller1-0/+1
2014-05-23Fix log10 (1) in round-downward mode (bug 16977).Joseph Myers2-0/+6
2014-05-14Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).Joseph Myers2-2/+8
2014-05-14Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers1-1/+1
2014-05-14Fix erf underflow handling near 0 (bug 16516).Joseph Myers5-17/+54
2014-04-29[BZ #16823] Fix log1pl returning wrong infinity signStefan Liebler3-3/+3
2014-04-16[BZ #16824] Fix failing y1 due to too large ulps in downward/upward rounding ...Stefan Liebler1-0/+1
2014-04-16Correct IBM long double frexpl.Alan Modra1-44/+102
2014-04-02Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers1-1/+1
2014-04-02Correct IBM long double nextafterl.Alan Modra1-16/+33
2014-03-24Fix implicit __isinf declarations in exp.Joseph Myers1-0/+1
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers1-143/+153
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers2-0/+6
2014-03-11Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers3-9/+16
2014-02-27Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar1-6/+10
2014-02-11BZ #16447: Fix ldbl-128 expl implementation.Andreas Krebbel1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka42-129/+129
2014-01-15[BZ #16427] Fix ldbl-128 exp overflows.Andreas Krebbel1-13/+5
2014-01-08PowerPC: remove wrong truncl implementation for PowerPC64Adhemerval Zanella1-3/+0
2014-01-08Fix ldbl-128ibm expm1l on large arguments (bug 16408).Joseph Myers1-0/+2
2014-01-07Fix ldbl-128ibm coshl spurious overflows (bug 16407).Joseph Myers1-1/+1
2014-01-06Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400).Joseph Myers1-1/+3
2014-01-02Fix ldbl-128ibm logl inaccuracy (bug 16386).Joseph Myers1-0/+8
2014-01-02Fix ldbl-128ibm asinhl inaccuracy (bug 16385).Joseph Myers1-1/+1
2014-01-02Fix ldbl-128ibm acoshl inaccuracy (bug 16384).Joseph Myers1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae205-205/+205
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