aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_log1p.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers1-0/+1
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-02-01Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell1-1/+11
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-5/+1
2015-05-14Fix log1p missing underflows (bug 16339).Joseph Myers1-1/+9
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler1-5/+0
2014-04-29[BZ #16823] Fix log1pl returning wrong infinity signStefan Liebler1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-3/+3
2013-10-17Format floating routines.Ondřej Bílka1-71/+96
2013-09-10Remove DO_NOT_USE_THIS conditionals.Ondřej Bílka1-4/+0
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2012-01-09Some branch prediction for log1pUlrich Drepper1-3/+3
2011-10-25Use math_force_eval in more placesUlrich Drepper1-34/+18
1999-07-14Update.Ulrich Drepper1-0/+191