aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-96
AgeCommit message (Expand)Author
2013-05-24Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers
2013-05-19Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-16Fix y1l spurious overflows for ldbl-96 (bug 15283).Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-28Use hex float 64-bit values in ldbl-96 asinl (bug 14803).Joseph Myers
2012-11-06Fix fma underflows with small x * y (bug 14793).Joseph Myers
2012-11-04Fix fma overflow results outside round-to-nearest mode (bug 14797).Joseph Myers
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-11-01Fix fma (a, b, c) for small a * b (bugs 14784, 14785).Joseph Myers
2012-10-31Fix fma underflow exceptions in after-rounding edge cases.Joseph Myers
2012-10-30Fix fma missing underflows and bad results for some subnormal results (bugs 1...Joseph Myers
2012-10-01Fix sign of inexact zero return from fma (bug 14645).Joseph Myers
2012-09-29Fix sign of exact zero return from fma (bug 14638).Joseph Myers
2012-09-25Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers
2012-08-17Quash warning in s_sincosl.Marek Polacek
2012-07-25Set up errno properly for yn.Marek Polacek
2012-07-12Fix ynl return value with LDBL_MIN.Marek Polacek
2012-06-01Ensure additions are not scheduled after fetestexcept in fmaf and fmal.Joseph Myers
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab
2012-05-10Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers
2012-04-18Finish ilogb changesAndreas Jaeger
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers
2012-03-16Fix tan, tanl for large inputs.Joseph Myers
2012-03-16Include program generating __sincosl_table in comment.Joseph Myers
2012-03-16Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2012-03-06Fix up long double fphex.Marek Polacek
2012-03-02Fix scalbn, scalbln integer overflow.Joseph Myers
2012-02-19Use non-signaling floating-point comparisons in math functions.Aurelien Jarno
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers
2012-01-11Optimize scalblnUlrich Drepper
2012-01-10Optimize s_modfUlrich Drepper
2012-01-10Optimize ldexp and scalbnUlrich Drepper
2011-11-12Avoid warnings about unused variable in 96-bit j0l and j1lUlrich Drepper
2011-11-12Avoid warnings about unused variables in 96-bit hypotlUlrich Drepper
2011-10-25Use math_force_eval in more placesUlrich Drepper
2011-10-22Optimization to some complex math functionsUlrich Drepper
2011-10-15Optimize expUlrich Drepper
2011-10-12Optimize libmUlrich Drepper
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper
2011-09-09Fix jn precisionPetr Baudis
2010-10-15Implement fmal, some fma bugfixesJakub Jelinek
2010-10-13Implement accurate fma.Jakub Jelinek
2009-10-19Correct errno handling in expm1.Andreas Schwab
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper