aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-96
AgeCommit message (Expand)AuthorFilesLines
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge1-5/+4
2013-08-13Fix cbrtl for ldbl-96Andreas Schwab1-1/+1
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-06-05Remove trailing whitespace.Joseph Myers1-2/+2
2013-05-24Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers1-1/+1
2013-05-19Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers1-0/+2
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers3-11/+253
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+43
2013-03-16Fix y1l spurious overflows for ldbl-96 (bug 15283).Joseph Myers1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers25-25/+25
2012-11-28Use hex float 64-bit values in ldbl-96 asinl (bug 14803).Joseph Myers1-3/+6
2012-11-06Fix fma underflows with small x * y (bug 14793).Joseph Myers1-18/+27
2012-11-04Fix fma overflow results outside round-to-nearest mode (bug 14797).Joseph Myers1-4/+6
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2-4/+32
2012-11-01Fix fma (a, b, c) for small a * b (bugs 14784, 14785).Joseph Myers1-4/+32
2012-10-31Fix fma underflow exceptions in after-rounding edge cases.Joseph Myers1-0/+12
2012-10-30Fix fma missing underflows and bad results for some subnormal results (bugs 1...Joseph Myers1-14/+8
2012-10-01Fix sign of inexact zero return from fma (bug 14645).Joseph Myers1-0/+5
2012-09-29Fix sign of exact zero return from fma (bug 14638).Joseph Myers2-1/+10
2012-09-25Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers2-0/+150
2012-08-17Quash warning in s_sincosl.Marek Polacek1-2/+2
2012-07-25Set up errno properly for yn.Marek Polacek1-0/+4
2012-07-12Fix ynl return value with LDBL_MIN.Marek Polacek1-1/+2
2012-06-01Ensure additions are not scheduled after fetestexcept in fmaf and fmal.Joseph Myers1-1/+4
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab1-4/+6
2012-05-10Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella1-14/+21
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers1-18/+5
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers2-16/+4
2012-04-18Finish ilogb changesAndreas Jaeger1-2/+1
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers1-2/+2
2012-03-16Fix tan, tanl for large inputs.Joseph Myers2-3/+145
2012-03-16Include program generating __sincosl_table in comment.Joseph Myers1-2/+41
2012-03-16Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers6-2/+931
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson48-83/+83
2012-03-06Fix up long double fphex.Marek Polacek1-1/+2
2012-03-02Fix scalbn, scalbln integer overflow.Joseph Myers2-6/+10
2012-02-19Use non-signaling floating-point comparisons in math functions.Aurelien Jarno1-3/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert25-69/+50
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers22-178/+22
2012-01-11Optimize scalblnUlrich Drepper1-25/+13
2012-01-10Optimize s_modfUlrich Drepper1-16/+4
2012-01-10Optimize ldexp and scalbnUlrich Drepper1-25/+13
2011-11-12Avoid warnings about unused variable in 96-bit j0l and j1lUlrich Drepper2-4/+4
2011-11-12Avoid warnings about unused variables in 96-bit hypotlUlrich Drepper1-2/+4
2011-10-25Use math_force_eval in more placesUlrich Drepper3-38/+35
2011-10-22Optimization to some complex math functionsUlrich Drepper1-1/+1
2011-10-15Optimize expUlrich Drepper1-51/+38
2011-10-12Optimize libmUlrich Drepper14-455/+130
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper1-0/+18
2011-09-09Fix jn precisionPetr Baudis1-1/+10