about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0219-19/+19
* Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers2014-06-271-2/+14
* Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers2014-06-231-1/+1
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-231-1/+5
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-201-1/+0
* Fix excessive ULP for y1_upward (0x2p+0) in test-float and test-ifloat.David S. Miller2014-05-311-0/+1
* Fix erf underflow handling near 0 (bug 16516).Joseph Myers2014-05-141-3/+10
* [BZ #16823] Fix log1pl returning wrong infinity signStefan Liebler2014-04-291-1/+1
* Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers2014-04-021-1/+1
* Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers2014-03-111-4/+2
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-103-6/+6
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0119-19/+19
* PowerPC: multiarch finite/finitef for PowerPC32Adhemerval Zanella2013-12-061-1/+6
* Fix erfc errno setting on underflow (bug 6786).Joseph Myers2013-12-031-2/+17
* Fix lgammaf spurious underflow (bug 15427).Joseph Myers2013-09-031-2/+2
* Fix spurious jnf underflows (bug 14155).Joseph Myers2013-09-021-2/+2
* Fix leading whitespaces.Ondrej Bilka2013-06-062-8/+8
* Remove trailing whitespace.Joseph Myers2013-06-0510-25/+25
* Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers2013-05-191-0/+2
* Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2013-05-081-5/+129
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-0/+42
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0218-19/+18
* Correct tinyness handling in long-double and float y0/y1.David S. Miller2012-11-182-2/+2
* Fix spurious underflows from pow with results close to 1 (bug 14811).Joseph Myers2012-11-071-0/+4
* Add optimized sincosf for SSE2 for x86 and x86-64Liubov Dmitrieva2012-09-251-1/+9
* Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva2012-09-032-2/+20
* Set up errno properly for yn.Marek Polacek2012-07-251-0/+4
* Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers2012-07-061-0/+2
* Fix float range reduction problems (bug 14283).Joseph Myers2012-07-031-14/+23
* Optimize handling of denormals in logb/logbf/logblAndreas Schwab2012-05-261-2/+1
* Fix acosf underflow (bug 14153).Joseph Myers2012-05-251-1/+1
* Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella2012-05-101-14/+18
* Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers2012-05-051-16/+5
* Remove useless __ilogb*_finite aliasesAndreas Schwab2012-04-181-1/+0
* Fix ilogb exception and errno (bug 6794)Adhemerval Zanella2012-04-171-2/+2
* Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson2012-03-192-70/+68
* Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson2012-03-191-0/+35
* Fix hypotf overflow/underflow by using double precision instead of scaling.David S. Miller2012-03-131-52/+25
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-0961-111/+111
* Fix scalbn, scalbln integer overflow.Joseph Myers2012-03-022-6/+10
* Improve erfc accuracy.Joseph Myers2012-03-011-1/+1
* Fix nearbyintf rounding.Joseph Myers2012-02-221-12/+0
* Fix rintf rounding.Joseph Myers2012-02-221-12/+0
* Use non-signaling floating-point comparisons in math functions.Aurelien Jarno2012-02-192-7/+7
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0919-56/+38
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-2721-209/+23
* Optimize scalblnUlrich Drepper2012-01-111-25/+13
* Optimize s_modfUlrich Drepper2012-01-101-16/+4
* Optimize ldexp and scalbnUlrich Drepper2012-01-101-25/+13
* Fix uses of math_force_evalAndreas Schwab2011-10-262-3/+3