aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)Author
2013-01-04Remove argument variable name from function declarationSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-02Fix values in __mpexp_twomm1Siddhesh Poyarekar
2013-01-02Split mantissa calculation loop and add branch predictionSiddhesh Poyarekar
2013-01-02Add assert for potential access beyond array bounds in m1npSiddhesh Poyarekar
2013-01-02Move more constants into static variablesSiddhesh Poyarekar
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-12-31Favour normal numbersSiddhesh Poyarekar
2012-12-29Demystify the magic number 134217729.0Siddhesh Poyarekar
2012-12-28Remove unnecessary variable mptwoim1Siddhesh Poyarekar
2012-12-28Replace more constants with their valuesSiddhesh Poyarekar
2012-12-28Replace constants with preprocessor definesSiddhesh Poyarekar
2012-12-27Remove redundant __mpexp_nnSiddhesh Poyarekar
2012-12-27Move mpone out to a global constSiddhesh Poyarekar
2012-11-07Fix spurious underflows from pow with results close to 1 (bug 14811).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-07-25Set up errno properly for yn.Marek Polacek
2012-06-21Fix wordsize-64 cosh regression (bug 14273).Joseph Myers
2012-06-15Fix pow (0.0, -Inf) (bug 14241).Joseph Myers
2012-06-01Fix fmod for subnormals (bug 14048).Joseph Myers
2012-06-01Ensure additions are not scheduled after fetestexcept in fmaf and fmal.Joseph Myers
2012-06-01Add a barrier in the double fma implementation.Aurelien Jarno
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab
2012-05-15Log2 and log10 for wordsize-64.Adhemerval Zanella
2012-05-14Use __builtin_clzll on int64 in __logbH.J. Lu
2012-05-10Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella
2012-04-09Fix missing overflow exceptions from pow (bug 13873).Joseph Myers
2012-04-08Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705).Aurelien Jarno
2012-03-21Disable use of FMA instructions in branredAndreas Schwab
2012-03-21Fix pow of zero and infinity to large powers.Joseph Myers
2012-03-19Fix atan2 spurious exceptions (bug 11451).Joseph Myers
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson
2012-03-19Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson
2012-03-16Make lround the alias of llround for wordsize-64H.J. Lu
2012-03-16Fix tan, tanl for large inputs.Joseph Myers
2012-03-16Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger